Skip to content

Commit

Permalink
Fixed issue: Page Header and TopBar: Central participants database Im…
Browse files Browse the repository at this point in the history
…port CSV view

- Added Green Bar
- Added Shadow under Top Bar
  • Loading branch information
thedirtypanda committed Jun 10, 2021
1 parent 6b5be0b commit e4a4443
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion application/controllers/admin/participantsaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,8 @@ public function importCSV()
$this->checkPermission('import');

$aData = array(
'aAttributes' => ParticipantAttributeName::model()->getAllAttributes()
'aAttributes' => ParticipantAttributeName::model()->getAllAttributes(),
'pageTitle' => "Import CSV",
);
Yii::app()->clientScript->registerPackage('bootstrap-switch');
$this->_renderWrappedTemplate('participants', array('participantsPanel', 'importCSV'), $aData);
Expand Down
1 change: 0 additions & 1 deletion application/views/admin/participants/importCSV_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
?>
<div id="pjax-content">
<div class="col-lg-12 list-surveys">
<h3><?php eT("Import CSV"); ?></h3>

<div class="row">
<div class="container">
Expand Down

0 comments on commit e4a4443

Please sign in to comment.