Change text for No Icon

... i still have to figure out some way to localize that piece of text
merge-requests/2/head
Mike Koch 9 years ago
parent 0bed4daddf
commit aa58468634

@ -329,7 +329,7 @@
var resetButton = [
'<tr>',
'<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>',
'</tr>'
];

Loading…
Cancel
Save