From b4fa3cd44d7b6827ca385f60e72d4f7798a3e02f Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 24 Feb 2013 17:47:51 +0100 Subject: added confirm dialogs --- module/web/templates/default/backbone/confirmDialog.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 module/web/templates/default/backbone/confirmDialog.html (limited to 'module/web/templates') 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 %} + Delete + Cancel +{% endblock %} \ No newline at end of file -- cgit v1.2.3