Traudction des boutons
This commit is contained in:
parent
aba48be013
commit
ad6fac8450
@ -25,10 +25,7 @@ class template
|
|||||||
'help' => ''
|
'help' => ''
|
||||||
], $attributes);
|
], $attributes);
|
||||||
// Traduction de l'aide et de l'étiquette
|
// Traduction de l'aide et de l'étiquette
|
||||||
if (strpos($attributes['value'], '<span>') === 0 ) {
|
|
||||||
// Le contenu n'est pas une icône
|
|
||||||
$attributes['value'] = helper::translate($attributes['value']);
|
$attributes['value'] = helper::translate($attributes['value']);
|
||||||
}
|
|
||||||
$attributes['help'] = helper::translate($attributes['help']);
|
$attributes['help'] = helper::translate($attributes['help']);
|
||||||
// Retourne le html
|
// Retourne le html
|
||||||
return sprintf(
|
return sprintf(
|
||||||
|
Loading…
Reference in New Issue
Block a user