Skip to content

Commit

Permalink
Fixed issue: Page Header and Shadow: Mail to all members
Browse files Browse the repository at this point in the history
- Added Green Bar
- Added Shadow under Top Bar
- Adjusted the content below
  • Loading branch information
thedirtypanda committed Jun 10, 2021
1 parent 2a7707b commit a05b909
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions application/controllers/UserGroupController.php
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,9 @@ public function actionMailToAllUsersInGroup(int $ugid)

$aData['usergroupbar']['closebutton']['url'] = Yii::app()->createAbsoluteUrl('userGroup/index'); // Close button, UrlReferrer

// Green Bar (SurveyManagerBar) Page Title
$aData['pageTitle'] = "Mail to all Members";

$this->aData = $aData;

$this->render('mailUserGroup_view', [
Expand Down
5 changes: 1 addition & 4 deletions application/views/userGroup/mailUserGroup_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@

?>

<div class="col-lg-12 list-surveys">
<div class="pagetitle h3">
<?php eT("Mail to all Members"); ?>
</div>
<div class="col-lg-12 list-surveys" style="margin-top: 30px;">

<div class="row">
<?php echo CHtml::form(array("userGroup/MailToAllUsersInGroup/ugid/{$ugid}"), 'post',
Expand Down

0 comments on commit a05b909

Please sign in to comment.