Skip to content

Commit

Permalink
Fixed issue #14441: Survey summary invalid values for administrator
Browse files Browse the repository at this point in the history
Dev: fix views, add Owner and fix Administrator
  • Loading branch information
Shnoulle committed Jan 18, 2019
1 parent d55bd2a commit 6766b1e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion application/views/admin/survey/surveySummary_view.php
Expand Up @@ -244,13 +244,23 @@
<li class="list-group-item">
<div class="ls-flex-row col-12">
<div class="col-4">
<?php eT("Administrator:");?>
<?php eT("Owner:");?>
</div>
<div class="col-8">
<?php echo flattenText("{$oSurvey->owner->full_name} ({$oSurvey->owner->email})");?>
</div>
</div>
</li>
<li class="list-group-item">
<div class="ls-flex-row col-12">
<div class="col-4">
<?php eT("Administrator:");?>
</div>
<div class="col-8">
<?php echo CHtml::encode("{$oSurvey->admin} ({$oSurvey->adminemail})");?>
</div>
</div>
</li>
<!-- Fax to -->
<li class="list-group-item">
<div class="ls-flex-row col-12">
Expand Down

0 comments on commit 6766b1e

Please sign in to comment.