Added submit button to top and bottom of all wobject properties pages per user request.
This commit is contained in:
parent
f9781149ec
commit
f0b799fed3
1 changed files with 1 additions and 0 deletions
|
|
@ -406,6 +406,7 @@ sub www_edit {
|
|||
$f->hidden("wid",$_[0]->get("wobjectId"));
|
||||
$f->hidden("namespace",$_[0]->get("namespace")) if ($_[0]->get("wobjectId") eq "new");
|
||||
$f->hidden("func","editSave");
|
||||
$f->submit;
|
||||
$f->readOnly($_[0]->get("wobjectId"),WebGUI::International::get(499));
|
||||
$f->text("title",WebGUI::International::get(99),$title);
|
||||
$f->yesNo("displayTitle",WebGUI::International::get(174),$displayTitle);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue