From 696f14235b33e3db9676ba21e569e12760c1b191 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Wed, 3 Jul 2013 10:19:31 +0000 Subject: [PATCH] 2013-07-03 Miguel de Dios * mobile/operation/networkmap.php: fixed the scroll for browser upper that microshit IE and equal as browser of Android 2.2. MERGED FROM THE BRANCH 4.0 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8460 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 7 +++++++ pandora_console/mobile/operation/networkmap.php | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 24b151afd4..d02a6e279b 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2013-07-03 Miguel de Dios + + * mobile/operation/networkmap.php: fixed the scroll for browser + upper that microshit IE and equal as browser of Android 2.2. + + MERGED FROM THE BRANCH 4.0 + 2013-07-03 Sergio Martin * include/functions_config.php diff --git a/pandora_console/mobile/operation/networkmap.php b/pandora_console/mobile/operation/networkmap.php index ec9f86c201..9c975b09e6 100755 --- a/pandora_console/mobile/operation/networkmap.php +++ b/pandora_console/mobile/operation/networkmap.php @@ -212,9 +212,9 @@ class Networkmap { return; } - $ui->contentAddHtml('
'); - $ui->contentAddHtml(''); - $ui->contentAddHtml('
'); + $ui->contentAddHtml('
'); + $ui->contentAddHtml(''); + $ui->contentAddHtml('
'); } else { $ui->contentAddHtml('

' . __('Map could not be generated') . '

');