more settings help and label work

This commit is contained in:
Colin Kuskie 2005-06-11 02:44:07 +00:00
parent 624b2e5d39
commit 6d84cabc99
2 changed files with 95 additions and 44 deletions

View file

@ -220,9 +220,9 @@ sub www_editSettings {
);
$tabform->getTab("user")->yesNo(
-name=>"passiveProfilingEnabled",
-label=>$i18n->get("Enable passive profiling ?", 'Asset'),
-label=>$i18n->get("Enable passive profiling ?"),
-value=>$session{setting}{passiveProfilingEnabled},
-extras=>' onChange="alert(\''.$i18n->get("Illegal Warning","Asset").'\')" '
-extras=>' onChange="alert(\''.$i18n->get("Illegal Warning").'\')" '
);
# auth settings
WebGUI::Style::setScript($session{config}{extrasURL}."/swapLayers.js",{language=>"Javascript"});