From a5737b7553da2d7361b568959e67dc3ed30cf1dc Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sun, 22 Oct 2023 12:03:13 +0200 Subject: [PATCH] 13007 ordre des boutons de login --- CHANGES.md | 3 +++ LISEZMOI.md | 2 +- README.md | 2 +- core/module/user/view/login/login.css | 13 +++++++++++-- core/module/user/view/login/login.php | 7 +++---- 5 files changed, 19 insertions(+), 8 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 814f798c..b48201b3 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ # Changelog +## Version 13.0.07 +- Inversion de l'ordre des boutons dans la fenêtre de login sur les peittes écrans. + ## Version 13.0.06 ### Corrections diff --git a/LISEZMOI.md b/LISEZMOI.md index eb39a1cc..6724c64b 100644 --- a/LISEZMOI.md +++ b/LISEZMOI.md @@ -1,4 +1,4 @@ -# ZwiiCMS 13.0.06 +# ZwiiCMS 13.0.07 Zwii est un CMS sans base de données (flat-file) qui permet de créer et gérer facilement un site web sans aucune connaissance en programmation. diff --git a/README.md b/README.md index 35f7e922..76dafd73 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ZwiiCMS 13.0.06 +# ZwiiCMS 13.0.07 Zwii is a database-less (flat-file) CMS that allows you to easily create and manage a web site without any programming knowledge. diff --git a/core/module/user/view/login/login.css b/core/module/user/view/login/login.css index a1da0d68..b16cf89a 100755 --- a/core/module/user/view/login/login.css +++ b/core/module/user/view/login/login.css @@ -9,8 +9,6 @@ * @link http://zwiicms.fr/ */ - /** @import url("site/data/admin.css"); */ - /** NE PAS EFFACER * admin.css */ @@ -20,4 +18,15 @@ } #passwordIcon { float: right; +} +@media screen and (max-width: 768px) { + #buttonsContainer { + display: grid; + } + #loginContainer { + order: 1; + } + #backContainer{ + order: 2; + } } \ No newline at end of file diff --git a/core/module/user/view/login/login.php b/core/module/user/view/login/login.php index e5abd984..789cca3c 100644 --- a/core/module/user/view/login/login.php +++ b/core/module/user/view/login/login.php @@ -38,18 +38,17 @@ -
-
+
+
$this->getUrl(2) ? helper::baseUrl() . str_replace('_', '/', str_replace('__', '#', $this->getUrl(2))) : helper::baseUrl(), 'value' => template::ico('left') ]); ?>
-
+
'Connexion', 'ico' => '' ]); ?>
-
\ No newline at end of file