]> git.llucax.com Git - mecon/samurai.git/commitdiff
Modifique las dimensiones de algunas tablas feas.
authorMartín Marrese <marrese@gmail.com>
Thu, 29 Jan 2004 18:22:23 +0000 (18:22 +0000)
committerMartín Marrese <marrese@gmail.com>
Thu, 29 Jan 2004 18:22:23 +0000 (18:22 +0000)
sistema/www/perfiles/perfiles-abm.php
sistema/www/perfiles/perfiles-nuevo.php
sistema/www/permisos/permisos-abm.php
sistema/www/sistemas/sistemas-permisos-abm.php
sistema/www/usuarios/usuarios-abm.php

index 275bc437e8b86c3046244609ba1f06279506bdb6..0440f45cc6a71fe05b610a1c4ab4cb8dea3a43b2 100644 (file)
@@ -65,6 +65,7 @@ switch (@$_REQUEST['accion']) {
         $id_perfil = null;
     }
     $FORM = new MECON_HTML_QuickForm ('perfiles_abm','post','perfiles-abm');
+    $FORM->renderer->updateAttributes('width="400"');
     $SISTEMA = new SAMURAI_Sistema ($DB, $_SESSION['samurai']['id_sistema']);
     $PERFIL = new SAMURAI_Perfil ($DB, $id_perfil,
             $_SESSION['samurai']['id_sistema']);
index 52631647daeefc5f8d7e812ef055f55ed13878b5..c5dace9dd30261b2c1708f4a710084d86adf31b0 100644 (file)
@@ -37,6 +37,7 @@ $MARCO =& new MECON_Marco ('/var/www/sistemas/samurai/sistema/conf/confSecciones
 //}}}
 //CREO LOS OBJETO NECESARIOS {{{
     $FORM = new MECON_HTML_QuickForm ('perfiles_nuevo','post','perfiles-nuevo');
+    $FORM->renderer->updateAttributes('width="400"');
     $SISTEMA = new SAMURAI_Sistema ($DB, $_SESSION['samurai']['id_sistema']);
 // }}}
 //AGREGO LOS ELEMENTOS DEL FORM {{{
index 31637a2e7306f086802dd5d89c661b64d50cc8c9..2318f8d05d85989f056a9d6e71aa00fa6e1d8923 100644 (file)
@@ -56,6 +56,7 @@ switch ($_REQUEST['accion']) {
 //}}}
 //CREO LOS OBJETO NECESARIOS {{{
     $FORM = new MECON_HTML_QuickForm ('permisos_abm','post','permisos-abm');
+    $FORM->renderer->updateAttributes('width="400"');
 // }}}
 //AGREGO LOS ELEMENTOS DEL FORM {{{
     $FORM->addElement ('header', 'cabecera', 'ABM Permisos');
index db72d305b6fee30ab12868e1d6def2f02255c45f..40424e96d45e50477092dca72eca553767ca1b6b 100644 (file)
@@ -53,6 +53,7 @@ $MARCO =& new MECON_Marco ('/var/www/sistemas/samurai/sistema/conf/confSecciones
     $TABLASIST = new MECON_HTML_Tabla ('cellpadding=2');
     $SISTEMA->setResponsable($_SESSION['usuario']);
     $FORM = new MECON_HTML_QuickForm ('sistemas_permisos_abm','post','sistemas-permisos-abm');
+    $FORM->renderer->updateAttributes('width="400"');
 // }}}
 //AGREGO LA INFORMACION DEL SISTEMA {{{
     $row = array ('Datos del sistema');
index 84df45dd619020ca6d6344b7841c51bb81bb36ec..4cb553b3b451246adda05b71aa2faa8133ed06d0 100644 (file)
@@ -75,6 +75,7 @@ if (!@$_SESSION['samurai']['id_sistema']) {
 
     $TABLA   = new MECON_HTML_Tabla ('cellspacing=0');
     $FORM    = new MECON_HTML_QuickForm ('usuarios_abm','post','usuarios-abm');
+    $FORM->renderer->updateAttributes('width="400"');
     $SISTEMA = new SAMURAI_Sistema($DB, $_SESSION['samurai']['id_sistema']);
     $USUARIO = new SAMURAI_Usuario($DB, $login, $_SESSION['samurai']['id_sistema']);
 // }}}