refactored WebGUI::HTMLForm api to use new session system
This commit is contained in:
parent
45c7e7876d
commit
b3974c0cd5
33 changed files with 92 additions and 73 deletions
|
|
@ -81,7 +81,7 @@ sub www_editDatabaseLink {
|
|||
} else {
|
||||
%db = %{WebGUI::DatabaseLink->new($session,$session->form->process("dlid"))->get};
|
||||
}
|
||||
$f = WebGUI::HTMLForm->new(
|
||||
$f = WebGUI::HTMLForm->new($session,
|
||||
-extras=>'autocomplete="off"'
|
||||
);
|
||||
$f->hidden(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue