2010-11-16 Raul Mateos <raulofpandora@gmail.com>

* operation/menu.php, operation/events/sound_events.php: Change string.
	Use events in lower case, according with the menu criteria.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3590 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
raulmateos 2010-11-16 10:38:21 +00:00
parent 8071a45912
commit 03b79ef9c5
3 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2010-11-16 Raúl Mateos <raulofpandora@gmail.com>
* 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 <raulofpandora@gmail.com> 2010-11-15 Raúl Mateos <raulofpandora@gmail.com>
* include/functions_events.php: Show text in Agent detail when no events * include/functions_events.php: Show text in Agent detail when no events

View File

@ -62,7 +62,7 @@ echo '<link rel="stylesheet" href="../../include/styles/pandora.css" type="text/
echo "</head>"; echo "</head>";
echo "<body>"; echo "<body>";
echo "<h1 style='background: #66AA44; color: #fff;'><img src='../../images/pandora_header_logo.png'/>" . __("Sound Events") . "</h1>"; echo "<h1 style='background: #66AA44; color: #fff;'><img src='../../images/pandora_header_logo.png'/>" . __("Sound events") . "</h1>";
$table = null; $table = null;
$table->width = '100%'; $table->width = '100%';
@ -136,9 +136,8 @@ function stopSound() {
} }
function startSound() { function startSound() {
$('embed').remove(); $('embed').remove();
//running = true;
//running = true;
} }
function forgetPreviousEvents() { function forgetPreviousEvents() {

View File

@ -188,7 +188,7 @@ if (give_acl ($config['id_user'], 0, "AR")) {
$javascript = "javascript: window.open('operation/events/sound_events.php');"; $javascript = "javascript: window.open('operation/events/sound_events.php');";
$javascript = 'javascript: alert(111);'; $javascript = 'javascript: alert(111);';
$javascript = 'javascript: openSoundEventWindow();'; $javascript = 'javascript: openSoundEventWindow();';
$sub[$javascript]["text"] = __('Sound Events'); $sub[$javascript]["text"] = __('Sound events');
$sub[$javascript]["type"] = "direct"; $sub[$javascript]["type"] = "direct";
?> ?>