$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);