summaryrefslogtreecommitdiffstats
path: root/modules-available/usblockoff/templates/usb-choose-config.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/usblockoff/templates/usb-choose-config.html')
-rw-r--r--modules-available/usblockoff/templates/usb-choose-config.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/usblockoff/templates/usb-choose-config.html b/modules-available/usblockoff/templates/usb-choose-config.html
index f2f5bb10..06dcf92f 100644
--- a/modules-available/usblockoff/templates/usb-choose-config.html
+++ b/modules-available/usblockoff/templates/usb-choose-config.html
@@ -61,7 +61,7 @@
<!-- <button class="btn btn-danger confirm-delete" type="submit" onclick="deleteConfig();">{{lang_delete}}</button>-->
<button class="btn btn-danger" value="" id="deleteConfigButton" title="{{lang_delete}}"
onclick="deleteConfig(event);">
- <span class="glyphicon glyphicon-trash"> {{lang_delete}}</span>
+ <span class="glyphicon glyphicon-trash"></span> {{lang_delete}}
</button>
</div>
</div>
@@ -105,7 +105,7 @@
closable: false, // <-- Default value is false
draggable: false, // <-- Default value is false
btnCancelLabel: '{{lang_cancel}}', // <-- Default value is 'Cancel',
- btnOKLabel: '{{lang_delete}}', // <-- Default value is 'OK',
+ btnOKLabel: '<span class="glyphicon glyphicon-trash"></span> {{lang_delete}}', // <-- Default value is 'OK',
btnOKClass: 'btn-danger', // <-- If you didn't specify it, dialog type will be used,
callback: function (result) {
if (result) {