From 24a398f98f45e1961436ab08d53df660a145241d Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 30 Jul 2024 18:52:07 -0600 Subject: [PATCH] Update app_menu.php Using a redirect now we can use one menu to handle regular users and admins. --- app/voicemails/app_menu.php | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/app/voicemails/app_menu.php b/app/voicemails/app_menu.php index 0e3a663d11..b3cfb0e97e 100644 --- a/app/voicemails/app_menu.php +++ b/app/voicemails/app_menu.php @@ -34,35 +34,6 @@ $apps[$x]['menu'][$y]['order'] = ""; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "admin"; - $y++; - $apps[$x]['menu'][$y]['title']['en-us'] = "Voicemail"; - $apps[$x]['menu'][$y]['title']['en-gb'] = "Voicemail"; - $apps[$x]['menu'][$y]['title']['ar-eg'] = "البريد الصوتي"; - $apps[$x]['menu'][$y]['title']['de-at'] = "Sprachnachrichten"; - $apps[$x]['menu'][$y]['title']['de-de'] = "Sprachnachrichten"; - $apps[$x]['menu'][$y]['title']['es-cl'] = "Mensaje de voz"; - $apps[$x]['menu'][$y]['title']['es-mx'] = "Mensaje de voz"; - $apps[$x]['menu'][$y]['title']['fr-ca'] = "Messagerie vocale"; - $apps[$x]['menu'][$y]['title']['fr-fr'] = "Messagerie Vocale"; - $apps[$x]['menu'][$y]['title']['he-il'] = "תא קולי"; - $apps[$x]['menu'][$y]['title']['it-it'] = "Caselle Vocali"; - $apps[$x]['menu'][$y]['title']['nl-nl'] = "Antwoordapparaat"; - $apps[$x]['menu'][$y]['title']['pl-pl'] = "Poczta głosowa"; - $apps[$x]['menu'][$y]['title']['pt-br'] = "Correio de voz"; - $apps[$x]['menu'][$y]['title']['pt-pt'] = "Correio de voz"; - $apps[$x]['menu'][$y]['title']['ro-ro'] = "Mesageria vocală"; - $apps[$x]['menu'][$y]['title']['ru-ru'] = "Голосовая почта"; - $apps[$x]['menu'][$y]['title']['sv-se'] = "Röstbrevlåda"; - $apps[$x]['menu'][$y]['title']['uk-ua'] = "Голосова пошта"; - $apps[$x]['menu'][$y]['title']['zh-cn'] = "语音信箱"; - $apps[$x]['menu'][$y]['title']['ja-jp'] = "ボイスメール"; - $apps[$x]['menu'][$y]['title']['ko-kr'] = "음성사서함"; - $apps[$x]['menu'][$y]['uuid'] = "b8277aba-8697-41e2-aeae-48979b4d4d24"; - $apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5"; - $apps[$x]['menu'][$y]['category'] = "internal"; - $apps[$x]['menu'][$y]['icon'] = ""; - $apps[$x]['menu'][$y]['path'] = "/app/voicemails/voicemail_messages.php"; - $apps[$x]['menu'][$y]['order'] = ""; $apps[$x]['menu'][$y]['groups'][] = "user"; $y++;