add icons on Batch Manager

This commit is contained in:
plegall
2017-01-25 14:19:00 +01:00
parent a793a35f09
commit ce8b99bda0
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -53,8 +53,8 @@ function add_core_tabs($sheets, $tab_id)
case 'batch_manager':
global $manager_link;
$sheets['global'] = array('caption' => l10n('global mode'), 'url' => $manager_link.'global');
$sheets['unit'] = array('caption' => l10n('unit mode'), 'url' => $manager_link.'unit');
$sheets['global'] = array('caption' => '<span class="icon-th"></span>'.l10n('global mode'), 'url' => $manager_link.'global');
$sheets['unit'] = array('caption' => '<span class="icon-th-list"></span>'.l10n('unit mode'), 'url' => $manager_link.'unit');
break;
case 'cat_options':