From 6e342449f69fc8d9bc5e42f92cc463fad421a700 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Mon, 19 Sep 2022 10:17:49 +0200 Subject: [PATCH] =?UTF-8?q?compl=C3=A9ment=20avec=20les=20textes=20des=20b?= =?UTF-8?q?outons=20absents=20du=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/class/template.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(