From 227b3943a35ca62718b595ebcec4b57bb5cd012c Mon Sep 17 00:00:00 2001 From: Prof Langues Date: Thu, 22 Oct 2020 08:47:02 +0200 Subject: [PATCH 1/2] Petites corrections --- core/core.php | 4 ++-- core/module/config/view/index/index.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/core.php b/core/core.php index 4601ff8f..c7d68d12 100644 --- a/core/core.php +++ b/core/core.php @@ -2235,7 +2235,7 @@ class layout extends common { ) { $items .= 'getUrl(0) === 'theme' ? 'class="displayNone"' : '') . - '> getUrl())) . '" data-tippy-content="Connexion à l\'administration" rel="nofollow">' . template::ico('login') .''; } @@ -2245,7 +2245,7 @@ class layout extends common { ) { $items .= 'getData(['theme','footer','displaymemberAccount']) === false ? ' class="displayNone"' : ''; - $items .= '> |' . template::ico('user', 'all') . ''; + $items .= '> | ' . template::ico('user', 'all') . ''; $items .= '' . template::ico('logout','left') . ''; $items .= ''; } diff --git a/core/module/config/view/index/index.php b/core/module/config/view/index/index.php index 2ecea73d..fb76dcf8 100644 --- a/core/module/config/view/index/index.php +++ b/core/module/config/view/index/index.php @@ -100,9 +100,9 @@ ]); ?>
- $this->getData(['config', 'connect','captcha10']), - 'help' => 'Addition limitée aux chiffres de 0 à 9. S\'applique à tous les captchas du site.' + 'help' => 'Option recommandée pour sécuriser la connexion. S\'applique à tous les captchas du site.' ]); ?>
From 645cb7fef5ba2d59084d342e80a6dc7080391dff Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Thu, 22 Oct 2020 19:16:53 +0200 Subject: [PATCH 2/2] minor fix --- core/module/config/view/index/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/module/config/view/index/index.php b/core/module/config/view/index/index.php index fb76dcf8..3cdd86f4 100644 --- a/core/module/config/view/index/index.php +++ b/core/module/config/view/index/index.php @@ -100,8 +100,8 @@ ]); ?>
- $this->getData(['config', 'connect','captcha10']), + $this->getData(['config','captchaStrong']), 'help' => 'Option recommandée pour sécuriser la connexion. S\'applique à tous les captchas du site.' ]); ?>