form : variable typo
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2224 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2
form.php
2
form.php
@@ -29,7 +29,7 @@ class form
|
|||||||
/** The Bootstrap width of the column of titles */
|
/** The Bootstrap width of the column of titles */
|
||||||
public $titlewidth = 2;
|
public $titlewidth = 2;
|
||||||
/** The Bootstrap width of the column of fields */
|
/** The Bootstrap width of the column of fields */
|
||||||
public $fieldswidth = 10;
|
public $fieldwidth = 10;
|
||||||
|
|
||||||
/** Create a form
|
/** Create a form
|
||||||
@param string|null $formName The form name
|
@param string|null $formName The form name
|
||||||
|
|||||||
Reference in New Issue
Block a user