X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/e06899a60cc1bda43249f61aff28f99224b8013f..ea699aa7fc38d1a95e3bf62bea24d342ddcd2fcc:/sistema/www/sistemas/sistemas-abm.php?ds=sidebyside diff --git a/sistema/www/sistemas/sistemas-abm.php b/sistema/www/sistemas/sistemas-abm.php index 4240948..639287b 100644 --- a/sistema/www/sistemas/sistemas-abm.php +++ b/sistema/www/sistemas/sistemas-abm.php @@ -41,7 +41,7 @@ $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');