Rearrange source to src dir.
[redakcja.git] / apps / toolbar / templates / toolbar / button.html
diff --git a/apps/toolbar/templates/toolbar/button.html b/apps/toolbar/templates/toolbar/button.html
deleted file mode 100644 (file)
index cdffcaf..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-{% if button.link %}
-<a href="{{button.link}}" target="_blank">
-{% endif %}
-<button type="button"
-       data-ui-action="{{ button.scriptlet_id }}"
-       data-ui-action-params="{{ button.params|escape }}"
-       data-ui-accesskey="{{ button.accesskey }}"
-       {% if button.tooltip %}title="{{ button.full_tooltip }}"{% endif %} >
-       {{ button.label|safe }}
-</button>
-{% if button.link %}
-</a>
-{% endif %}
\ No newline at end of file