diff options
author | albertogp <albertogp@uma.es> | 2012-02-15 12:47:19 +0000 |
---|---|---|
committer | albertogp <albertogp@uma.es> | 2012-02-15 12:47:19 +0000 |
commit | bef5e6112fe44d694bf405e40bd8fb2191094242 (patch) | |
tree | 024bf1ba54ade1fe8be23629e45eb43f841dd778 /admin/WebConsole/clases | |
parent | 2e7c0341f35ea811e3eabdd4af4c4843c35c4cd4 (diff) |
Version 1.0 #486
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2573 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/clases')
-rw-r--r-- | admin/WebConsole/clases/ArbolVistaXML.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/WebConsole/clases/ArbolVistaXML.php b/admin/WebConsole/clases/ArbolVistaXML.php index c8529070..6de54069 100644 --- a/admin/WebConsole/clases/ArbolVistaXML.php +++ b/admin/WebConsole/clases/ArbolVistaXML.php @@ -43,7 +43,7 @@ class ArbolVistaXML{ $this->ancho=" width=100% "; } else{ - $this->anchoM=" width=1024 "; + $this->anchoM=" width=100% "; $this->ancho=""; } for($i=0;$i<=5;$i++){ // Inicializar |