Skip to content

Commit

Permalink
Fixed issue: Page Header and TopBar: Central participants database bl…
Browse files Browse the repository at this point in the history
…acklist settings view

- Added Green Bar
- Added Shadow under Top Bar
- Adjusted content
  • Loading branch information
thedirtypanda committed Jun 10, 2021
1 parent e4a4443 commit f414cca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion application/controllers/admin/participantsaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,8 @@ public function blacklistControl()
'hideblacklisted' => Yii::app()->getConfig('hideblacklisted'),
'deleteblacklisted' => Yii::app()->getConfig('deleteblacklisted'),
'allowunblacklist' => Yii::app()->getConfig('allowunblacklist'),
'aAttributes' => ParticipantAttributeName::model()->getAllAttributes()
'aAttributes' => ParticipantAttributeName::model()->getAllAttributes(),
'pageTitle' => "Blacklist settings",
);
Yii::app()->clientScript->registerPackage('bootstrap-switch');
$this->_renderWrappedTemplate('participants', array('participantsPanel', 'blacklist'), $aData);
Expand Down
5 changes: 1 addition & 4 deletions application/views/admin/participants/blacklist_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@
?>
<script src="<?php echo Yii::app()->getConfig('adminscripts') . "userControl.js" ?>" type="text/javascript"></script>
<div id="pjax-content">
<div class="col-lg-12 list-surveys">
<h3><?php eT("Blacklist settings"); ?></h3>

<div class="col-lg-12 list-surveys" style="margin-top: 20px;">
<div class="row">
<div class="col-lg-12 content-right">


<div id='usercontrol-1'>
<?php
if (Permission::model()->hasGlobalPermission('superadmin','read'))
Expand Down

0 comments on commit f414cca

Please sign in to comment.