diff --git a/CHANGES.md b/CHANGES.md index 6e324e41..76115c2c 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,14 @@ # Changelog +## version 10.2.04 +- Mise à jour : + - Flatpickr 4.6.3 +- Correction : + - Connexion avec un compte inexistant, notification incorrecte. +- Modifications : + - Position de l'icône d'ouverture et de fermeture des blocs. + - Thème administration, bouton standard couleur du texte au survol. + ## version 10.2.03 - Corrections : - Les entrées de menu disposent d'une classe par groupe de parent en lieu et place des ids. diff --git a/README.md b/README.md index 623060a0..ed2e7b4d 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![](https://img.shields.io/github/last-commit/fredtempez/ZwiiCMS/master) ![](https://img.shields.io/github/release-date/fredtempez/ZwiiCMS) -# ZwiiCMS 10.2.03 +# ZwiiCMS 10.2.04 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/core/core.php b/core/core.php index 6e9eac3a..fa5d751c 100755 --- a/core/core.php +++ b/core/core.php @@ -39,7 +39,7 @@ class common { const ACCESS_TIMER = 1800; // Numéro de version - const ZWII_VERSION = '10.2.03'; + const ZWII_VERSION = '10.2.04'; const ZWII_UPDATE_CHANNEL = "v10"; public static $actions = []; @@ -1449,7 +1449,7 @@ class core extends common { // Site $colors = helper::colorVariants($this->getData(['theme', 'text', 'linkColor'])); $css .= 'a{color:' . $colors['normal'] . '}'; - $css .= 'a:hover:not(.inputFile){color:' . $colors['darken'] . '}'; + $css .= 'a:hover:not(.inputFile, button){color:' . $colors['darken'] . '}'; $css .= 'body,.row > div{font-size:' . $this->getData(['theme', 'text', 'fontSize']) . '}'; $css .= 'body{color:' . $this->getData(['theme', 'text', 'textColor']) . '}'; $css .= 'select,input[type=\'password\'],input[type=\'email\'],input[type=\'text\'],.inputFile,select,textarea{color:' . $this->getData(['theme', 'text', 'textColor']) .';background-color:'.$this->getData(['theme', 'site', 'backgroundColor']).';}'; @@ -1578,7 +1578,7 @@ class core extends common { $css = '/*' . md5(json_encode($this->getData(['admin']))) . '*/'; $colors = helper::colorVariants($this->getData(['admin','backgroundColor'])); $css .= '#site{background-color:' . $colors['normal']. ';}'; - $css .= 'body, .row > div {font:' . $this->getData(['admin','fontSize']) . ' "' . $this->getData(['admin','fontText']) . '", sans-serif;}'; + $css .= '.row > div {font:' . $this->getData(['admin','fontSize']) . ' "' . $this->getData(['admin','fontText']) . '", sans-serif;}'; $css .= 'body h1, h2, h3, h4, h5, h6 {font-family:' . $this->getData(['admin','fontTitle' ]) . ', sans-serif;color:' . $this->getData(['admin','colorTitle' ]) . ';}'; $css .= 'body:not(.editorWysiwyg),span .zwiico-help {color:' . $this->getData(['admin','colorText']) . ';}'; $colors = helper::colorVariants($this->getData(['admin','backgroundColorButton'])); diff --git a/core/layout/common.css b/core/layout/common.css index 88d1e097..9cff5bb0 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -455,10 +455,11 @@ header .container { font-size: 0.9em; } -/* Menu */ +/* Menu body > nav { - /*margin: 0 -10px;*/ + margin: 0 -10px; } +*/ /* Items du menu */ nav a > img { @@ -848,6 +849,11 @@ footer #footerSocials .zwiico-github:hover { /* background: #ECEFF1;*/ } +.block h4 .openClose { + display: inline-flex ; + float: right; +} + /* Aides */ .helpButton { cursor: help; @@ -1296,6 +1302,7 @@ th.col12 { width: 100%; } + /** * Classes rapides */ diff --git a/core/module/config/view/index/index.php b/core/module/config/view/index/index.php index f23d144e..f7939075 100755 --- a/core/module/config/view/index/index.php +++ b/core/module/config/view/index/index.php @@ -168,10 +168,14 @@
Réseaux sociaux
+Réseaux sociaux +
+
+
+
Référencement
+Référencement +
+
+
+
Réseau
+Réseau +
+
+
+
Messagerie SMTP
+Messagerie SMTP +
+
+
+
Sécurité de la connexion
+Sécurité de la connexion +
+
+
+
Journalisation
+Journalisation +
+
+
+
Scripts
+Scripts +
+
+
+
Système
+Système +
+
+
+
Mise en page
+Mise en page +
+
+
+
Emplacement dans le menu
+Emplacement dans le menu +
+
+
+
Options avancées d'emplacement
+Options avancées d'emplacement +
+
+
+
Permission et référencement
+Permission et référencement +
+
+
+