diff --git a/core/class/template.class.php b/core/class/template.class.php index 5247852e..c07c7b61 100644 --- a/core/class/template.class.php +++ b/core/class/template.class.php @@ -686,7 +686,8 @@ class template 'label' => '', 'name' => $nameId, 'selected' => '', - 'font' => [] + 'font' => [], + 'multiple' => '' ], $attributes); // Traduction de l'aide et de l'étiquette $attributes['label'] = helper::translate($attributes['label']); @@ -715,6 +716,11 @@ class template $attributes['class'] .= ' notice'; } $html .= self::notice($attributes['id'], $notice); + // Attribut multiple + if ($attributes['multiple'] === true) { + echo "ppp"; + $attributes['multiple'] = 'multiple'; + } // Début sélection $html .= sprintf( '