2013-04-17 Miguel de Dios <miguel.dedios@artica.es>

* operation/agentes/url_address.php: fixed the width of iframe.
	
	Fixes: #3611067




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8005 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2013-04-17 15:50:22 +00:00
parent 1ae824f78d
commit 9060876a19
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2013-04-17 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/url_address.php: fixed the width of iframe.
Fixes: #3611067
2013-04-17 Miguel de Dios <miguel.dedios@artica.es> 2013-04-17 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_treeview.php: fixed the PHP warning. * include/functions_treeview.php: fixed the PHP warning.

View File

@ -25,7 +25,7 @@ if (! check_acl ($config["id_user"], $id_grupo, "AW", $id_agente)) {
return; return;
} }
echo "<iframe src=\"" . $agent['url_address'] . "\" width='100%' height=550>"; echo "<iframe src=\"" . $agent['url_address'] . "\" width='99%' height='550'>";
echo "</iframe>"; echo "</iframe>";
?> ?>