Commit 7d4beada authored by Sylvain's avatar Sylvain

Bt3 - Size

parent 32bbbb5f
...@@ -758,7 +758,7 @@ class Field2Bt3 ...@@ -758,7 +758,7 @@ class Field2Bt3
// Si une taille est spécifiée && aucun préfixe ou suffixe // Si une taille est spécifiée && aucun préfixe ou suffixe
if (!empty($this->size) && empty($this->prefix) && empty($this->suffix)) { if (!empty($this->size) && empty($this->prefix) && empty($this->suffix)) {
$classes[] = 'form-control-' . $this->size; $classes[] = 'input-' . $this->size;
} }
$classes = array_filter($classes); $classes = array_filter($classes);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment