Change text for No Icon
... i still have to figure out some way to localize that piece of text
This commit is contained in:
parent
0bed4daddf
commit
aa58468634
2
js/bootstrap-iconpicker.js
vendored
2
js/bootstrap-iconpicker.js
vendored
@ -329,7 +329,7 @@
|
|||||||
var resetButton = [
|
var resetButton = [
|
||||||
'<tr>',
|
'<tr>',
|
||||||
'<td colspan="' + op.cols + '">',
|
'<td colspan="' + op.cols + '">',
|
||||||
'<button class="btn btn-danger btn-icon" style="width: ' + op.cols * 39 + 'px;" value=""><span class="glyphicon glyphicon-ban-circle"></span> Reset</button>',
|
'<button class="btn btn-danger btn-icon" style="width: ' + op.cols * 39 + 'px;" value=""><span class="glyphicon glyphicon-ban-circle"></span> No Icon</button>',
|
||||||
'</td>',
|
'</td>',
|
||||||
'</tr>'
|
'</tr>'
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user