From 3ae5bcf8c3b81e0288a2373674726616726d57c9 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Wed, 5 Aug 2015 12:08:53 +0000 Subject: [PATCH] form : comment update git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2211 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- form.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/form.php b/form.php index 1c33634..52d8bcd 100644 --- a/form.php +++ b/form.php @@ -44,7 +44,7 @@ class form - [type] : text, password, hidden, checkbox, select, radio, submit, textarea text by default - - [help] : The Help message (written below the field). Overwrite in + - [help] : The Help message (written below the field). Overwrited in case of error - [multiple] : Multiple selection are possible (if the type supports it) - [group] : define a fieldset and define the title with groupe name @@ -216,7 +216,7 @@ class formfield /** The type of the field (text, password, checkbox, select)*/ public $type="text"; /** Allow a help message to be displayed below the field. In case of error, - it is override by the error message */ + it is overrided by the error message */ public $help; /** The multiplicity of selection of the field (available in select only)*/ public $multiple;