Skip to content

Commit

Permalink
Fixed issue #17198: Update Theme Permission Language (#1812)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Mar 25, 2021
1 parent 22e7260 commit 0ce1965
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion application/views/admin/user/setusertemplates.php
@@ -1,4 +1,9 @@
<div class="pagetitle h3"><?php printf(gT('Edit theme permissions for user %s'),"<em>".\CHtml::encode($oUser->users_name)."</em>");?></div>
<div class="row">
<div class="col-lg-12">
<p><?php eT("If the user doesn't have global view/read global permission for themes, please select the themes he should be able to use for surveys."); ?></p>
</div>
</div>
<div class="row" style="margin-bottom: 100px">
<div class="col-lg-6 col-lg-offset-3 content-right">

Expand All @@ -10,7 +15,7 @@
<?php eT('Theme name');?>
</th>
<th>
<?php eT('Access');?>
<?php eT('Available for surveys');?>
</th>
</tr>
<tr>
Expand Down

0 comments on commit 0ce1965

Please sign in to comment.