build help for replacements filter and do hover help

This commit is contained in:
Colin Kuskie 2005-07-11 03:26:12 +00:00
parent e97d998c1b
commit 2b2c77f084
3 changed files with 49 additions and 1 deletions

View file

@ -63,15 +63,17 @@ sub www_editReplacement {
$f->text(
-name=>"searchFor",
-label=>WebGUI::International::get(1050),
-hoverHelp=>WebGUI::International::get('1050 description'),
-value=>$data->{searchFor}
);
$f->textarea(
-label=>WebGUI::International::get(1051),
-hoverHelp=>WebGUI::International::get('1051 description'),
-name=>"replaceWith",
-value=>$data->{replaceWith}
);
$f->submit;
return _submenu($f->print,"1052");
return _submenu($f->print,"1052",'replacements edit');
}
#-------------------------------------------------------------------