diff options
Diffstat (limited to 'module/web/templates/default/backbone/confirmDialog.html')
-rw-r--r-- | module/web/templates/default/backbone/confirmDialog.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/module/web/templates/default/backbone/confirmDialog.html b/module/web/templates/default/backbone/confirmDialog.html deleted file mode 100644 index cf30f5f8e..000000000 --- a/module/web/templates/default/backbone/confirmDialog.html +++ /dev/null @@ -1,11 +0,0 @@ -{% 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 |