forked from ZwiiCMS-Team/ZwiiCMS
Erreur édition du compte dans la liste des membres
This commit is contained in:
parent
b1b25d5001
commit
0f490a4d61
@ -2941,6 +2941,10 @@ class template {
|
|||||||
helper::sprintAttributes($attributes)
|
helper::sprintAttributes($attributes)
|
||||||
);
|
);
|
||||||
// Options
|
// Options
|
||||||
|
// Quand selected vaut 0, afficher une sélection vide
|
||||||
|
//if ($attributes['selected'] === 0) {
|
||||||
|
// $html .= sprintf('<option value=""></option>');
|
||||||
|
//}
|
||||||
foreach($options as $value => $text) {
|
foreach($options as $value => $text) {
|
||||||
$html .= sprintf(
|
$html .= sprintf(
|
||||||
'<option value="%s"%s>%s</option>',
|
'<option value="%s"%s>%s</option>',
|
||||||
|
Loading…
Reference in New Issue
Block a user