form : type file must have the form-control too

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5035 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2019-02-13 15:24:40 +00:00
parent 64ff68d165
commit b14879d59c

View File

@@ -1414,6 +1414,7 @@ class formfield
"'";
if (isset ($this->readonly) && $this->readonly !== FALSE)
$res .= " readonly='readonly'";
$res .= " class='form-control'";
if (isset ($this->hidden) && $this->hidden !== FALSE)
$res .= " style='display:none'";
if (isset ($this->cols))