diff --git a/core/class/template.class.php b/core/class/template.class.php index 42ca6e83..48dbfde5 100644 --- a/core/class/template.class.php +++ b/core/class/template.class.php @@ -31,7 +31,7 @@ class template { 'help' => '' ], $attributes); // Traduction de l'aide et de l'étiquette - //$attributes['value'] = helper::translate($attributes['value']); + $attributes['value'] = helper::translate($attributes['value']); $attributes['help'] = helper::translate($attributes['help']); // Retourne le html return sprintf(