X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FHTMLForm.php;h=e1bb1234b3e66b74bd872107f2075e427451db05;hb=adc789448c742ad477989914841a90a2136305dc;hp=eb72179085667acd7cd55229bba08ee6d742b45b;hpb=2104f62734f5f16f9f6d78e9782db2375c0805ad;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/HTMLForm.php b/includes/HTMLForm.php index eb72179085..e1bb1234b3 100644 --- a/includes/HTMLForm.php +++ b/includes/HTMLForm.php @@ -26,7 +26,7 @@ class HTMLForm { $content . "\n\n"; } - /* + /** * @access private * @param string $varname Name of the checkbox. * @param boolean $checked Set true to check the box (default False). @@ -39,7 +39,7 @@ class HTMLForm { "\n"; } - /* + /** * @access private * @param string $varname Name of the textbox. * @param string $value Optional value (default empty) @@ -51,7 +51,7 @@ class HTMLForm { "\n"; } - /* + /** * @access private * @param string $varname Name of the radiobox. * @param array $fields Various fields. @@ -65,7 +65,7 @@ class HTMLForm { return $this->fieldset( $this->mName.'-'.$varname, $s ); } - /* + /** * @access private * @param string $varname Name of the textareabox. * @param string $value Optional value (default empty) @@ -77,7 +77,7 @@ class HTMLForm { "\n"; } - /* + /** * @access private * @param string $varname Name of the arraybox. * @param integer $size Optional size of the textarea (default 20)