Skip to content

Commit

Permalink
Fixed issue: added a hint next to the XSS filter setting to underline…
Browse files Browse the repository at this point in the history
… that it is always disabled for the superadministrator.
  • Loading branch information
Grapsus committed May 26, 2014
1 parent 9bfd5b6 commit 7ea85d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/globalSettings_view.php
Expand Up @@ -344,7 +344,7 @@
<option value='0'
<?php if ( $thisfilterxsshtml == false) { echo " selected='selected'";}?>
><?php $clang->eT("No"); ?></option>
</select></li>
</select>&nbsp;<span class='hint'><?php $clang->eT("(XSS filtering is always disabled for the superadministrator.)"); ?></span></li>

<?php $thisusercontrolSameGroupPolicy=getGlobalSetting('usercontrolSameGroupPolicy'); ?>
<li><label for='usercontrolSameGroupPolicy'><?php $clang->eT("Group member can only see own group:"); ?></label>
Expand Down

0 comments on commit 7ea85d8

Please sign in to comment.