From 430ef06106027c928a8b4a410168160ce33d054e Mon Sep 17 00:00:00 2001 From: raulmateos Date: Tue, 16 Nov 2010 15:56:26 +0000 Subject: [PATCH] 2010-11-16 Raul Mateos * operation/menu.php, operation/events/sound_events.php: Undo last commit git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3592 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 ----- pandora_console/operation/events/sound_events.php | 2 +- pandora_console/operation/menu.php | 2 +- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index d270b1d412..10040394c3 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,8 +1,3 @@ -2010-11-16 Raúl Mateos - - * operation/menu.php, operation/events/sound_events.php: Change string. - Use events in lower case, according with the menu criteria. - 2010-11-15 Raúl Mateos * include/functions_events.php: Show text in Agent detail when no events diff --git a/pandora_console/operation/events/sound_events.php b/pandora_console/operation/events/sound_events.php index 5a7dd725bb..d07038b9c3 100644 --- a/pandora_console/operation/events/sound_events.php +++ b/pandora_console/operation/events/sound_events.php @@ -62,7 +62,7 @@ echo '"; echo ""; -echo "

" . __("Sound events") . "

"; +echo "

" . __("Sound Events") . "

"; $table = null; $table->width = '100%'; diff --git a/pandora_console/operation/menu.php b/pandora_console/operation/menu.php index 792b27d968..c39fb6b1e2 100644 --- a/pandora_console/operation/menu.php +++ b/pandora_console/operation/menu.php @@ -188,7 +188,7 @@ if (give_acl ($config['id_user'], 0, "AR")) { $javascript = "javascript: window.open('operation/events/sound_events.php');"; $javascript = 'javascript: alert(111);'; $javascript = 'javascript: openSoundEventWindow();'; - $sub[$javascript]["text"] = __('Sound events'); + $sub[$javascript]["text"] = __('Sound Events'); $sub[$javascript]["type"] = "direct"; ?>