Skip to content

Commit

Permalink
Dev: bad legend for bounce fieldset
Browse files Browse the repository at this point in the history
Dev: fix help for XSS and super admin
Dev: Myabe it's better to always have a legend (it's better for accessibility and usuability)
  • Loading branch information
Shnoulle committed May 5, 2015
1 parent 4b0d617 commit c05ff3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/views/admin/globalSettings_view.php
Expand Up @@ -443,7 +443,7 @@
// Bounce settings in one part
$this->widget('ext.SettingsWidget.SettingsWidget', array(
'id'=>'bounce',
'title'=>gt("SMTP configuration"),
//'title'=>gt("Bounce settings"),
'form' => false,
'formHtmlOptions'=>array(
'class'=>'form-core',
Expand Down Expand Up @@ -521,7 +521,7 @@
'htmlOptions'=>array(
'readonly'=>$bDemoMode,
),
'help'=>gT("(XSS filtering is always disabled for the superadministrator.)")
'help'=>gT("XSS filtering is always disabled for the superadministrator.")
),
'usercontrolSameGroupPolicy'=>array(
'type'=>'select',
Expand Down

0 comments on commit c05ff3f

Please sign in to comment.