From c39ae60a425148db028ad8d416d7c15789874c25 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 26 Nov 2020 11:59:51 +0100 Subject: [PATCH] Position des options --- core/module/translate/view/index/index.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/core/module/translate/view/index/index.php b/core/module/translate/view/index/index.php index 04279d6f..1498800b 100755 --- a/core/module/translate/view/index/index.php +++ b/core/module/translate/view/index/index.php @@ -23,24 +23,24 @@ ]); ?>
- $this->getData(['config','translate', 'autoDetect']), - 'help' => 'Détecte la langue du navigateur.' + $this->getData(['config','translate', 'showCredits']), + 'help' => 'Option vivement recommandée pour le respect du droit d\'auteur' ]); ?>
+
+ $this->getData(['config','translate', 'autoDetect']), + 'help' => 'Détecte la langue du navigateur.' + ]); ?> +
$this->getData(['config','translate', 'admin']) ]); ?>
-
- $this->getData(['config','translate', 'showCredits']), - 'help' => 'Option vivement recommandée pour le respect du droit d\'auteur' - ]); ?> -