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:
parent
1ae824f78d
commit
9060876a19
|
@ -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>
|
||||
|
||||
* include/functions_treeview.php: fixed the PHP warning.
|
||||
|
|
|
@ -25,7 +25,7 @@ if (! check_acl ($config["id_user"], $id_grupo, "AW", $id_agente)) {
|
|||
return;
|
||||
}
|
||||
|
||||
echo "<iframe src=\"" . $agent['url_address'] . "\" width='100%' height=550>";
|
||||
echo "<iframe src=\"" . $agent['url_address'] . "\" width='99%' height='550'>";
|
||||
echo "</iframe>";
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue