Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed issue #17190: Update Theme Permission Language #1812

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 view/read global permission, please select the themes he would be able to assign to surveys."); ?></p>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the user doesn't have view/read global permission on theme or something like this ?

</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('Assign to survey');?>
</th>
</tr>
<tr>
Expand Down