2013-12-05 Dario Rodriguez <dario@artica.es>
* mobile/operation/networkmap.php: Fixed a bug width mobile network map. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9175 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
e26e7808bf
commit
8cd4ac4c72
|
@ -1,3 +1,8 @@
|
|||
2013-12-05 Dario Rodriguez <dario@artica.es>
|
||||
|
||||
* mobile/operation/networkmap.php: Fixed a bug width
|
||||
mobile network map.
|
||||
|
||||
2013-12-05 Dario Rodriguez <dario@artica.es>
|
||||
|
||||
* mobile/operation/networkmaps.php: Fixed a wrong link
|
||||
|
|
|
@ -219,7 +219,7 @@ class Networkmap {
|
|||
return;
|
||||
}
|
||||
$ui->contentAddHtml('<div style="width: auto; overflow-x: auto; text-align: center;">');
|
||||
$ui->contentAddHtml('<img src="' . $url_img . '" />');
|
||||
$ui->contentAddHtml('<img width="500px" src="' . $url_img . '" />');
|
||||
$ui->contentAddHtml('</div>');
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue