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
|
|
@ -49,7 +49,7 @@ sub www_formAssetTree {
|
|||
|
||||
sub www_richEditPageTree {
|
||||
my $session = shift;
|
||||
my $f = WebGUI::HTMLForm->new(-action=>"#",-extras=>'name"linkchooser"');
|
||||
my $f = WebGUI::HTMLForm->new($session,-action=>"#",-extras=>'name"linkchooser"');
|
||||
$f->text(
|
||||
-name=>"url",
|
||||
-label=>WebGUI::International::get(104),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue