summaryrefslogtreecommitdiffstats
path: root/templates/w3/layout/fieldset.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/w3/layout/fieldset.html')
-rw-r--r--templates/w3/layout/fieldset.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/w3/layout/fieldset.html b/templates/w3/layout/fieldset.html
new file mode 100644
index 0000000..85ae30b
--- /dev/null
+++ b/templates/w3/layout/fieldset.html
@@ -0,0 +1,6 @@
+<fieldset {% if fieldset.css_id %}id="{{ fieldset.css_id }}"{% endif %}
+ {% if fieldset.css_class%}class="{{ fieldset.css_class }}"{% endif %}
+ {{ fieldset.flat_attrs }}>
+ {% if legend %}<legend>{{ legend }}</legend>{% endif %}
+ {{ fields }}
+</fieldset>