Move menu items that are for superadmins to the advanced menu.

This commit is contained in:
Mark Crane
2015-04-25 06:29:45 +00:00
parent eabe0581b2
commit aa51218465
5 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ $apps[$x]['menu'][0]['title']['pl'] = "Moduły";
$apps[$x]['menu'][0]['title']['uk'] = "Модулі";
$apps[$x]['menu'][0]['title']['sv-se'] = "Moduler";
$apps[$x]['menu'][0]['uuid'] = "49fdb4e1-5417-0e7a-84b3-eb77f5263ea7";
$apps[$x]['menu'][0]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/modules/modules.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";

View File

@@ -9,7 +9,7 @@ $apps[$x]['menu'][0]['title']['pl'] = "Ustawienia";
$apps[$x]['menu'][0]['title']['uk'] = "Налаштування";
$apps[$x]['menu'][0]['title']['sv-se'] = "Inställningar";
$apps[$x]['menu'][0]['uuid'] = "148ea42a-3711-3d64-181b-07a6a3c3ed60";
$apps[$x]['menu'][0]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/settings/setting_edit.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";

View File

@@ -9,7 +9,7 @@ $apps[$x]['menu'][0]['title']['pl'] = "Zmienne";
$apps[$x]['menu'][0]['title']['uk'] = "Змінні";
$apps[$x]['menu'][0]['title']['sv-se'] = "Variabler";
$apps[$x]['menu'][0]['uuid'] = "7a4e9ec5-24b9-7200-89b8-d70bf8afdd8f";
$apps[$x]['menu'][0]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/vars/vars.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";

View File

@@ -9,7 +9,7 @@ $apps[$x]['menu'][0]['title']['pl'] = "Menedżer menu";
$apps[$x]['menu'][0]['title']['uk'] = "Менеджер меню";
$apps[$x]['menu'][0]['title']['sv-se'] = "Meny Inställningar";
$apps[$x]['menu'][0]['uuid'] = "da3a9ab4-c28e-ea8d-50cc-e8405ac8e76e";
$apps[$x]['menu'][0]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/core/menu/menu.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";

View File

@@ -8,7 +8,7 @@ $apps[$x]['menu'][0]['title']['pl'] = "Powiadomienia";
$apps[$x]['menu'][0]['title']['uk'] = "Сповіщення";
$apps[$x]['menu'][0]['title']['sv-se'] = "Meddelanden";
$apps[$x]['menu'][0]['uuid'] = "f8d65f91-0f4a-405a-b5ac-24cb3c4f10ba";
$apps[$x]['menu'][0]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/core/notifications/notification_edit.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";