]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MECON/HTML/QuickForm.php
Se agrego la funcion addMenuVertical, esta permite agregar un menu vertical a la...
[mecon/meconlib.git] / 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)
     {