added a warning about passive profiling

This commit is contained in:
JT Smith 2004-09-23 14:05:32 +00:00
parent 5d435ba1f9
commit 65404ed7fb
8 changed files with 26 additions and 2 deletions

View file

@ -175,6 +175,7 @@ sub www_manageMetaData {
-name=>"passiveProfilingEnabled",
-label=>WebGUI::International::get("Enable passive profiling ?", 'MetaData'),
-value=>$session{setting}{passiveProfilingEnabled},
-extras=>' onChange="alert(\''.WebGUI::International::get("Illegal Warning","MetaData").'\')" '
);
$f->submit();