summaryrefslogtreecommitdiffstats
path: root/module/web/templates
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/templates')
-rw-r--r--module/web/templates/default/backbone/confirmDialog.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/module/web/templates/default/backbone/confirmDialog.html b/module/web/templates/default/backbone/confirmDialog.html
new file mode 100644
index 000000000..cf30f5f8e
--- /dev/null
+++ b/module/web/templates/default/backbone/confirmDialog.html
@@ -0,0 +1,11 @@
+{% extends 'default/backbone/modal.html' %}
+{% block header %}
+ Please confirm
+{% endblock %}
+{% block content %}
+ Do you want to delete the selected items?
+{% endblock %}
+{% block buttons %}
+ <a href="#" class="btn btn-danger btn-confirm"><i class="icon-trash icon-white"></i> Delete</a>
+ <a href="#" class="btn btn-close">Cancel</a>
+{% endblock %} \ No newline at end of file