added "title" tag to form header macro
This commit is contained in:
parent
1dc0da0382
commit
10c52fb51c
1 changed files with 2 additions and 2 deletions
|
@ -79,8 +79,8 @@ def:link(path, attr1, value1, attr2, value2)
|
||||||
?><?cs /if ?><?cs
|
?><?cs /if ?><?cs
|
||||||
/def ?><?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
|
# 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 ?>
|
/def ?>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue