summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig/templates/list-configs.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/sysconfig/templates/list-configs.html')
-rw-r--r--modules-available/sysconfig/templates/list-configs.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules-available/sysconfig/templates/list-configs.html b/modules-available/sysconfig/templates/list-configs.html
index fe882c43..ea6705da 100644
--- a/modules-available/sysconfig/templates/list-configs.html
+++ b/modules-available/sysconfig/templates/list-configs.html
@@ -66,8 +66,9 @@
href="?do=SysConfig&action=addconfig&edit={{configid}}" title="{{lang_edit}}">
<span class="glyphicon glyphicon-edit"></span>
</a>
- <button class="btn btn-danger btn-xs confirm-delete" name="del" value="{{configid}}"
- title="{{lang_delete}}" {{perms.config.edit.disabled}}>
+ <button type="submit" class="btn btn-danger btn-xs" name="del" value="{{configid}}"
+ title="{{lang_delete}}" {{perms.config.edit.disabled}} data-confirm="#confirm-delete"
+ data-title="{{config}}">
<span class="glyphicon glyphicon-trash"></span>
</button>
{{/locationid}}