From 7f0cbb99eec638f38ac1b0f3021dbe7571ba1f34 Mon Sep 17 00:00:00 2001 From: raulmateos Date: Thu, 30 Sep 2010 09:35:42 +0000 Subject: [PATCH] 2010-09-30 Raul Mateos * operation/menu.php: Changed sound_events.php page size. * operation/events/sound_events.php: Added some missing HTML tags. Added style. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3323 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 7 +++++++ pandora_console/operation/events/sound_events.php | 6 +++++- pandora_console/operation/menu.php | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index a43509cad3..9ab1e17eff 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2010-09-30 Raúl Mateos + + * operation/menu.php: Changed sound_events.php page size. + + * operation/events/sound_events.php: Added some missing HTML tags. + Added style. + 2010-09-30 Sergio Martin * include/functions_agents.php: Fixed SQL errors in diff --git a/pandora_console/operation/events/sound_events.php b/pandora_console/operation/events/sound_events.php index b420f2bde2..38a8d990cd 100644 --- a/pandora_console/operation/events/sound_events.php +++ b/pandora_console/operation/events/sound_events.php @@ -42,6 +42,7 @@ if (! give_acl ($config['id_user'], 0, "AR")) { } echo ""; +echo ""; echo "" . __("Sound Alerts") . ""; echo ""; +echo ''; +echo ''; +echo ""; echo ""; echo "

" . __("Sound Events") . "

"; @@ -209,4 +213,4 @@ $(document).ready (function () { "; echo ""; -?> \ No newline at end of file +?> diff --git a/pandora_console/operation/menu.php b/pandora_console/operation/menu.php index e7e2c8e9e2..09469c7be0 100644 --- a/pandora_console/operation/menu.php +++ b/pandora_console/operation/menu.php @@ -196,7 +196,7 @@ if (give_acl ($config['id_user'], 0, "AR")) { function openSoundEventWindow() { url = ''; - window.open(url, '','width=300, height=300, toolbar=no, location=no, directories=no, status=no, menubar=no'); + window.open(url, '','width=475, height=275, toolbar=no, location=no, directories=no, status=no, menubar=no'); }