mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-10 18:53:01 +02:00
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:
@@ -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.'&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&mode=param');
|
||||
|
||||
Reference in New Issue
Block a user