Added submit button to top and bottom of all wobject properties pages per user request.

This commit is contained in:
JT Smith 2002-05-22 01:00:05 +00:00
parent f9781149ec
commit f0b799fed3

View file

@ -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);