X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/6c30194f66f3b8eca602487b88e77fcf91623b29..71acf4950362871b3ad6bc168d08db422edf0509:/lib/MECON/HTML/QuickForm.php?ds=sidebyside diff --git a/lib/MECON/HTML/QuickForm.php b/lib/MECON/HTML/QuickForm.php index e8019b5..0f9c35e 100644 --- a/lib/MECON/HTML/QuickForm.php +++ b/lib/MECON/HTML/QuickForm.php @@ -1,31 +1,28 @@ - | -// +--------------------------------------------------------------------+ -// -// $Id$ -// + +------------------------------------------------------------------------------- +$Id$ +-----------------------------------------------------------------------------*/ require_once 'HTML/QuickForm.php'; require_once 'MECON/HTML/QuickForm/Renderer/Tabla.php'; @@ -35,7 +32,7 @@ require_once 'MECON/HTML/QuickForm/Renderer/Tabla.php'; */ class MECON_HTML_QuickForm extends HTML_QuickForm { var $_rendererOpts = array(); - function MECON_HTML_QuickForm($action='', $formName='', $target='_self', $method='post', $attributes=null) + function MECON_HTML_QuickForm($formName='', $method='post', $action='', $target='_self', $attributes=null) { parent::HTML_QuickForm($formName, $method, $action, $target, $attributes); $this->registerElementType('mdate', 'MECON/HTML/QuickForm/mdate.php', 'HTML_QuickForm_mdate'); @@ -67,4 +64,4 @@ class MECON_HTML_QuickForm extends HTML_QuickForm { } } -?> +?> \ No newline at end of file