summaryrefslogtreecommitdiffstats
path: root/templates/w3/layout/buttonholder.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/w3/layout/buttonholder.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/w3/layout/buttonholder.html b/templates/w3/layout/buttonholder.html
deleted file mode 100644
index bad9405..0000000
--- a/templates/w3/layout/buttonholder.html
+++ /dev/null
@@ -1,4 +0,0 @@
-<div {% if buttonholder.css_id %}id="{{ buttonholder.css_id }}"{% endif %}
- class="buttonHolder{% if buttonholder.css_class %} {{ buttonholder.css_class }}{% endif %}">
- {{ fields_output }}
-</div>