]> git.llucax.com Git - mecon/ai.git/commitdiff
Cambio estético.
authorLeandro Lucarella <llucax@gmail.com>
Thu, 2 Oct 2003 22:55:30 +0000 (22:55 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Thu, 2 Oct 2003 22:55:30 +0000 (22:55 +0000)
sistema/local_lib/AI/Form.php

index 6faef90aff3b2e9a0c4cc360139195531afd4aef..0d26902ce1ffd21f6533a370e8e5954497aad7d1 100644 (file)
@@ -180,7 +180,7 @@ class AI_Form extends MECON_HTML_QuickForm {
         }
         // Tipo de sistema.
         if ($tipo == 'sistema') {
-            $fTipo =& $this->addElement('checkbox', 'tipo', 'Programado en EmbPerl');
+            $fTipo =& $this->addElement('checkbox', 'tipo', 'Usa EmbPerl');
             // Carga datos.
             if ($accion & (AI_BAJA | AI_MODIF)) {
                 $fTipo->setChecked($obj->tipo == 'embperl');