From 283b98c6e7d4d9d6d9d9c080bc1f988aa47f5383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Thu, 3 Mar 2022 16:14:49 +0100 Subject: [PATCH] login buttons --- core/module/user/view/login/login.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/core/module/user/view/login/login.php b/core/module/user/view/login/login.php index 8e2b73b6..31ad0e47 100644 --- a/core/module/user/view/login/login.php +++ b/core/module/user/view/login/login.php @@ -39,17 +39,15 @@
-
+
helper::baseUrl() . str_replace('_', '/', str_replace('__', '#', $this->getUrl(2))), - 'ico' => 'left', - 'value' => 'Annuler' + 'value' => template::ico('left') ]); ?>
-
+
'Connexion', - 'ico' => 'lock' + 'value' => 'Connexion' ]); ?>