require_once 'SAMURAI/Permiso.php';
// }}}
// }}}
+//VERIFICO SI SE TIENE ACCESO A LA PAGINA{{{
+$SAMURAI_PERM->chequear(SAMURAI_DEVELOPER);
+//}}}
//CREO LOS OBJETO NECESARIOS {{{
$FORM = new MECON_HTML_QuickForm ('sistemas_abm','post','sistemas-abm');
// }}}
$FORM->addElement ('header' , 'cabecera' , 'ABM Sistemas');
$FORM->addElement ('hidden' , 'id_sistema');
$FORM->addElement ('text' , 'nombre_sistema' , 'Nombre' , array('size' => '30'));
- $FORM->addElement ('textarea', 'desc_sistema' , 'Descripcion' , array('rows' => '2','cols'=>'50'));
+ $FORM->addElement ('textarea', 'desc_sistema' , 'Descripcion' , array('rows' => '2','cols'=>'50', 'wrap'=>'virtual'));
$FORM->addElement ('mdate' , 'fecha_inicio' , 'Fecha Inicio' );
$FORM->addElement ('mdate' , 'fecha_fin' , 'Fecha Fin' );
$FORM->addElement ('mdate' , 'fecha_implementacion', 'Fecha Implementacion');
// }}}
//DIBUJO LA PAGINA {{{
- $MARCO = new Marco ('../../conf/confSecciones.php');
$MARCO->addTitle('ABM Sistema');
if (isset($ERROR)) {
$MARCO->addBody($ERROR);