added "title" tag to form header macro

This commit is contained in:
lars 2006-10-26 12:26:52 +00:00
parent 1dc0da0382
commit 10c52fb51c
1 changed files with 2 additions and 2 deletions

View File

@ -79,8 +79,8 @@ def:link(path, attr1, value1, attr2, value2)
?><?cs /if ?><?cs
/def ?><?cs
def:print_form_header(action) ?><?cs #
def:print_form_header(form_name, action) ?><?cs #
# the header of a form - including Setting.LinkAttrs
?><form action="<?cs call:link(action,"","","","") ?>" method="post" enctype="application/x-www-from-urlencoded" accept-charset="utf-8"><?cs
?><form name="<?cs var:html_escape(form_name) ?>" action="<?cs call:link(action,"","","","") ?>" method="post" enctype="application/x-www-form-urlencoded" accept-charset="utf-8"><?cs
/def ?>