]> git.llucax.com Git - mecon/samurai.git/blobdiff - sistema/www/sistemas/sistemas-abm.php
(no commit message)
[mecon/samurai.git] / sistema / www / sistemas / sistemas-abm.php
index 4240948f4d446d818405d7a07470ec9d228d1744..639287b06b4be3712c15b624dcbd3236cb55dd4f 100644 (file)
@@ -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');