$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']);
//}}}
//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 {{{
//}}}
//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');
$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');
$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']);
// }}}