missing form.footer element
This commit is contained in:
parent
d2e4f15073
commit
fbacd3c582
2 changed files with 2 additions and 1 deletions
|
|
@ -63,6 +63,7 @@ sub process {
|
|||
});
|
||||
$var{'account.create.url'} = WebGUI::URL::page('op=createAccount');
|
||||
$var{'account.create.label'} = WebGUI::International::get(407);
|
||||
$var{'form.footer'} = '</form>';
|
||||
return WebGUI::Template::process(WebGUI::Template::get($templateId,"Macro/L_loginBox"),\%var);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue