12100 Select contents translation
This commit is contained in:
parent
70f1bdd5a7
commit
1a3ef73c13
@ -734,7 +734,7 @@ class template
|
||||
'<option value="%s"%s>%s</option>',
|
||||
$value,
|
||||
$attributes['selected'] == $value ? ' selected' : '', // Double == pour ignorer le type de variable car $_POST change les types en string
|
||||
$text
|
||||
helper::translate($text)
|
||||
);
|
||||
}
|
||||
// Fin sélection
|
||||
|
Loading…
Reference in New Issue
Block a user