added save buttons at the top of HTML forms

This commit is contained in:
JT Smith 2006-04-07 04:37:20 +00:00
parent 91a620a9f5
commit 1b2c824a9c
16 changed files with 38 additions and 11 deletions

View file

@ -136,6 +136,7 @@ sub www_editLDAPLink {
my $i18n = WebGUI::International->new($session,"AuthLDAP");
$f = WebGUI::HTMLForm->new($session, -extras=>'autocomplete="off"' );
$f->submit;
$f->hidden(
-name => "op",
-value => "editLDAPLinkSave",