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'); }