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:
parent
887810725f
commit
c4c89b452d
|
@ -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>
|
||||
|
||||
* include/functions_events.php: Show text in Agent detail when no events
|
||||
|
|
|
@ -62,7 +62,7 @@ echo '<link rel="stylesheet" href="../../include/styles/pandora.css" type="text/
|
|||
echo "</head>";
|
||||
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->width = '100%';
|
||||
|
@ -136,9 +136,8 @@ function stopSound() {
|
|||
}
|
||||
|
||||
function startSound() {
|
||||
$('embed').remove();
|
||||
|
||||
//running = true;
|
||||
$('embed').remove();
|
||||
//running = true;
|
||||
}
|
||||
|
||||
function forgetPreviousEvents() {
|
||||
|
|
|
@ -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";
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue