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
|
|
@ -122,6 +122,7 @@ sub www_createSubscriptionCodeBatch {
|
|||
%subscriptions = $session->db->buildHash("select subscriptionId, name from subscription where deleted != 1 order by name");
|
||||
|
||||
$f = WebGUI::HTMLForm->new($session);
|
||||
$f->submit;
|
||||
$f->hidden(
|
||||
-name => 'op',
|
||||
-value => 'createSubscriptionCodeBatchSave'
|
||||
|
|
@ -312,6 +313,7 @@ sub www_editSubscription {
|
|||
$subscriptionId = $session->form->process("sid") || 'new';
|
||||
|
||||
$f = WebGUI::HTMLForm->new($session);
|
||||
$f->submit;
|
||||
$f->hidden(
|
||||
-name => 'op',
|
||||
-value => 'editSubscriptionSave'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue