build help for replacements filter and do hover help
This commit is contained in:
parent
e97d998c1b
commit
2b2c77f084
3 changed files with 49 additions and 1 deletions
|
|
@ -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');
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue