]> git.llucax.com Git - mecon/meconlib.git/commitdiff
Se traducen los warnings de javascript.
authorGonzalo Merayo <merayo@gmail.com>
Wed, 2 Jul 2003 23:03:07 +0000 (23:03 +0000)
committerGonzalo Merayo <merayo@gmail.com>
Wed, 2 Jul 2003 23:03:07 +0000 (23:03 +0000)
lib/MECON/HTML/QuickForm.php

index 7258df13a7a9d5a8d1cd85be53637fff3921c71a..1c7763db12088d5870cf5ed5b63f263d397bcea9 100644 (file)
@@ -41,6 +41,7 @@ class MECON_HTML_QuickForm extends HTML_QuickForm {
         $this->registerElementType('mdate', 'MECON/HTML/QuickForm/mdate.php', 'HTML_QuickForm_mdate');
         $this->registerRule('fecha', 'function', 'validate', 'HTML_QuickForm_mdate');
         $this->setRequiredNote('<FONT color="red">*</FONT> indica un campo obligatorio');
+        $this->setJsWarnings('Hay errores en el formulario:', 'Por favor corríjalos antes de continuar.');
     }
     function addRule($element, $message, $type, $format='', $validation='client', $reset = false, $force = false)
     {