Update options.php
parent
ea73c8b81e
commit
213d57ee03
|
@ -467,7 +467,6 @@ foreach (array_map('basename', glob('skins/'.$skin.'/css/*', GLOB_ONLYDIR)) as $
|
|||
foreach ($configCat as $name=>$value) {
|
||||
$shortName = preg_replace('/^ZM_/', '', $name);
|
||||
$optionPromptText = !empty($OLANG[$shortName])?$OLANG[$shortName]['Prompt']:$value['Prompt'];
|
||||
$optionPromptText = translate(optionPromptText);
|
||||
$optionCanEdit = $canEdit && !$value['System'];
|
||||
?>
|
||||
<div class="form-group form-row">
|
||||
|
|
Loading…
Reference in New Issue