wrap forms in a section element
This commit is contained in:
parent
b7293a5404
commit
b2d87ec714
@ -1,5 +1,6 @@
|
|||||||
$newline never
|
$newline never
|
||||||
$# Wrapper for all kinds of forms
|
$# Wrapper for all kinds of forms
|
||||||
|
<section>
|
||||||
<form ##{formId} method=#{decodeUtf8 (renderStdMethod formMethod)} action=#{fromMaybe "" formActionUrl} enctype=#{formEncoding} *{formAttrs}>
|
<form ##{formId} method=#{decodeUtf8 (renderStdMethod formMethod)} action=#{fromMaybe "" formActionUrl} enctype=#{formEncoding} *{formAttrs}>
|
||||||
$# Distinguish different falvours of submit button layouts here:
|
$# Distinguish different falvours of submit button layouts here:
|
||||||
$case formSubmit
|
$case formSubmit
|
||||||
|
|||||||
Reference in New Issue
Block a user