X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/834bee1cf2c5bd122b3e941c70b5c2f03ee80a27..HEAD:/lib/MLIB/HTML/QuickFormSimple.php diff --git a/lib/MLIB/HTML/QuickFormSimple.php b/lib/MLIB/HTML/QuickFormSimple.php index b3e2427..4644e25 100644 --- a/lib/MLIB/HTML/QuickFormSimple.php +++ b/lib/MLIB/HTML/QuickFormSimple.php @@ -1,16 +1,15 @@ registerElementType('mdate', 'MECON/HTML/QuickForm/mdate.php', 'MECON_HTML_QuickForm_mdate'); - $this->registerRule('fecha', 'function', 'validate', 'MECON_HTML_QuickForm_mdate'); - $this->registerElementType('caritas', 'MECON/HTML/QuickForm/caritas.php', 'MECON_HTML_QuickForm_caritas'); + $this->registerElementType('mdate', 'MLIB/HTML/QuickForm/mdate.php', 'MLIB_HTML_QuickForm_mdate'); + $this->registerRule('fecha', 'function', 'validate', 'MLIB_HTML_QuickForm_mdate'); + $this->registerElementType('caritas', 'MLIB/HTML/QuickForm/caritas.php', 'MLIB_HTML_QuickForm_caritas'); $this->setRequiredNote('* indica un campo obligatorio'); $this->setJsWarnings('Hay errores en el formulario:', 'Por favor corríjalos antes de continuar.'); }