diff --git a/views/bootstrap/class.Settings.php b/views/bootstrap/class.Settings.php index c57c6454b..2f92f2ab5 100644 --- a/views/bootstrap/class.Settings.php +++ b/views/bootstrap/class.Settings.php @@ -189,9 +189,10 @@ class SeedDMS_View_Settings extends SeedDMS_Theme_Style { isVisible($name)) + if($this->isVisible($name)) { + echo ''; echo '{"_".$name} ? "checked" : '').' />'; - else + } else echo getMLText('settings_conf_field_not_editable'); echo "\n"; ?>