From be556244e2b01fe43ca7a5bb720c4fc1b11a49cb Mon Sep 17 00:00:00 2001 From: juanmanuelr Date: Wed, 25 Apr 2012 12:31:38 +0000 Subject: [PATCH] 2012-04-25 Juan Manuel Ramon * operation/menu.php operation/events/events.php: SoundEvent popup now it's resizable in IE. Merged from branches. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6150 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 8 ++++++++ pandora_console/operation/events/events.php | 2 +- pandora_console/operation/menu.php | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index c4cdd6f9b0..72b418104e 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,11 @@ +2012-04-25 Juan Manuel Ramon + + * operation/menu.php + operation/events/events.php: SoundEvent popup now it's resizable in + IE. + + Merged from branches. + 2012-04-25 Vanessa Gil * godmode/setup/performance.php: Changed the order of options. diff --git a/pandora_console/operation/events/events.php b/pandora_console/operation/events/events.php index 1f6f25e324..e1b79b39c9 100644 --- a/pandora_console/operation/events/events.php +++ b/pandora_console/operation/events/events.php @@ -273,7 +273,7 @@ if ($config["pure"] == 0) { ?> url = ''; - window.open(url, '','width=300, height=300, toolbar=no, location=no, directories=no, status=no, menubar=no'); + window.open(url, '','width=300, height=300, toolbar=no, location=no, directories=no, status=no, menubar=no, resizable=yes'); } function openURLTagWindow(url) { diff --git a/pandora_console/operation/menu.php b/pandora_console/operation/menu.php index e54020cbdf..242beb7b76 100644 --- a/pandora_console/operation/menu.php +++ b/pandora_console/operation/menu.php @@ -269,7 +269,7 @@ if (check_acl ($config['id_user'], 0, "AR")) { ?> url = ''; - window.open(url, '','width=475, height=275, toolbar=no, location=no, directories=no, status=no, menubar=no'); + window.open(url, '','width=475, height=275, resizable=yes, toolbar=no, location=no, directories=no, status=no, menubar=no'); }