missing form.footer element

This commit is contained in:
JT Smith 2004-01-05 04:48:01 +00:00
parent d2e4f15073
commit fbacd3c582
2 changed files with 2 additions and 1 deletions

View file

@ -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);
}