fixes #587 modernize menubar manager

- #567 add icon on button
- font-icon checkboxes
- #554 add tab
- #528 remove borders
- remove action "reset" which was actually "restore default settings" and was not really useful, so let's simplify
This commit is contained in:
plegall
2016-12-22 11:10:40 +01:00
parent 8212257dc0
commit 222cd8c5b6
4 changed files with 31 additions and 19 deletions
+5
View File
@@ -114,6 +114,11 @@ function add_core_tabs($sheets, $tab_id)
$sheets['new'] = array('caption' => '<span class="icon-plus-circled"></span>'.l10n('Add New Language'), 'url' => $my_base_url.'&amp;tab=new');
break;
case 'menus':
global $my_base_url;
$sheets[''] = array('caption' => '<span class="icon-menu"></span>'.l10n('Menu Management'), 'url' => $my_base_url.'menubar');
break;
case 'nbm':
global $base_url;
$sheets['param'] = array('caption' => l10n('Parameter'), 'url' => $base_url.'?page=notification_by_mail&amp;mode=param');