diff --git a/core/core.php b/core/core.php index 9527f54..a4417ae 100644 --- a/core/core.php +++ b/core/core.php @@ -51,7 +51,7 @@ class common const ACCESS_TIMER = 1800; // Numéro de version - const ZWII_VERSION = '1.10.05'; + const ZWII_VERSION = '1.10.06'; // URL autoupdate const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/campus-update/raw/branch/master/'; diff --git a/module/news/changes.md b/module/news/changes.md index 3884393..3a0a12f 100644 --- a/module/news/changes.md +++ b/module/news/changes.md @@ -1,3 +1,5 @@ +# Versions 5.9 +- Largeur d'un bouton de retour. # Versions 5.7 - 5.8 - Le flux RSS ne fonctionne pas si les méta de la page sont vides. # Version 5.6 diff --git a/module/news/enum.json b/module/news/enum.json index dab95ee..351d7f9 100644 --- a/module/news/enum.json +++ b/module/news/enum.json @@ -1 +1 @@ -{"name":"news","realName":"News","version":"5.0","update":"0.0","delete":true,"dataDirectory":"site\/data\/news\/"} \ No newline at end of file +{"name":"news","realName":"News","version":"5.9","update":"0.0","delete":true,"dataDirectory":"site\/data\/news\/"} \ No newline at end of file diff --git a/module/news/news.php b/module/news/news.php index e34e49b..bcd678e 100644 --- a/module/news/news.php +++ b/module/news/news.php @@ -16,7 +16,7 @@ class news extends common { - const VERSION = '5.8'; + const VERSION = '5.9'; const REALNAME = 'News'; const DATADIRECTORY = self::DATA_DIR . 'news/'; diff --git a/module/news/view/edit/edit.php b/module/news/view/edit/edit.php index 5d86dcf..bb1a8d6 100644 --- a/module/news/view/edit/edit.php +++ b/module/news/view/edit/edit.php @@ -1,13 +1,13 @@
-
+
'buttonGrey', 'href' => helper::baseUrl() . $this->getUrl(0) . '/config', 'value' => template::ico('left') ]); ?>
-
+
true, 'value' => helper::translate('Brouillon')