added save buttons at the top of HTML forms
This commit is contained in:
parent
91a620a9f5
commit
1b2c824a9c
16 changed files with 38 additions and 11 deletions
|
|
@ -133,6 +133,7 @@ sub www_editProfileCategory {
|
|||
my $data = {};
|
||||
my $i18n = WebGUI::International->new($session,"WebGUIProfile");
|
||||
my $f = WebGUI::HTMLForm->new($session);
|
||||
$f->submit;
|
||||
$f->hidden(
|
||||
-name => "op",
|
||||
-value => "editProfileCategorySave",
|
||||
|
|
@ -213,6 +214,7 @@ sub www_editProfileField {
|
|||
return $session->privilege->adminOnly() unless ($session->user->isInGroup(3));
|
||||
my $i18n = WebGUI::International->new($session,"WebGUIProfile");
|
||||
my $f = WebGUI::HTMLForm->new($session);
|
||||
$f->submit;
|
||||
$f->hidden(
|
||||
-name => "op",
|
||||
-value => "editProfileFieldSave",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue