2013-07-03 Miguel de Dios <miguel.dedios@artica.es>
* 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
This commit is contained in:
parent
4c9b5aefb2
commit
696f14235b
|
@ -1,3 +1,10 @@
|
||||||
|
2013-07-03 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
|
* 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 <sergio.martin@artica.es>
|
2013-07-03 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* include/functions_config.php
|
* include/functions_config.php
|
||||||
|
|
|
@ -212,9 +212,9 @@ class Networkmap {
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$ui->contentAddHtml('<div style="overflow: scroll; width: 100%; text-align: center;">');
|
$ui->contentAddHtml('<div style="width: auto; overflow-x: auto; text-align: center;">');
|
||||||
$ui->contentAddHtml('<img src="' . $url_img . '" />');
|
$ui->contentAddHtml('<img src="' . $url_img . '" />');
|
||||||
$ui->contentAddHtml('</div>');
|
$ui->contentAddHtml('</div>');
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$ui->contentAddHtml('<p style="color: #ff0000;">' . __('Map could not be generated') . '</p>');
|
$ui->contentAddHtml('<p style="color: #ff0000;">' . __('Map could not be generated') . '</p>');
|
||||||
|
|
Loading…
Reference in New Issue