Use icons for action box

This commit is contained in:
Łukasz Mierzwa
2017-04-22 19:18:49 -07:00
parent e9af43402e
commit 639e9bbee5
2 changed files with 3 additions and 3 deletions

View File

@@ -179,8 +179,8 @@ var UI = (function(params) {
iconBase: 'fa',
tickIcon: 'fa-check',
width: 'fit',
selectAllText: 'All',
deselectAllText: 'None',
selectAllText: '<i class="fa fa-check-square-o"></i>',
deselectAllText: '<i class="fa fa-square-o"></i>',
noneSelectedText: '<span class="label label-list label-default">' + $(this).data('label-key') + ": none</span>",
multipleSeparator: ' ',
selectedTextFormat: 'count > 1',

File diff suppressed because one or more lines are too long