clean up WebGUI settings help and labeling
This commit is contained in:
parent
a0dac162ee
commit
624b2e5d39
4 changed files with 106 additions and 88 deletions
|
|
@ -98,7 +98,7 @@ sub www_editSettings {
|
|||
);
|
||||
$tabform->getTab("content")->yesNo(
|
||||
-name=>"metaDataEnabled",
|
||||
-label=>$i18n->get("Enable Metadata ?", 'Asset'),
|
||||
-label=>$i18n->get("Enable Metadata ?"),
|
||||
-value=>$session{setting}{metaDataEnabled}
|
||||
);
|
||||
# user interface settings
|
||||
|
|
@ -126,13 +126,13 @@ sub www_editSettings {
|
|||
);
|
||||
$tabform->getTab("ui")->template(
|
||||
-name=>"userFunctionStyleId",
|
||||
-label=>"User Function Style",
|
||||
-label=>$i18n->get('user function style'),
|
||||
-namespace=>"style",
|
||||
-value=>$session{setting}{userFunctionStyleId}
|
||||
);
|
||||
$tabform->getTab("ui")->template(
|
||||
-name=>"AdminConsoleTemplate",
|
||||
-label=>"Admin Console Template",
|
||||
-label=>$i18n->get('admin console template'),
|
||||
-namespace=>"AdminConsole",
|
||||
-value=>$session{setting}{AdminConsoleTemplate}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue