From 00d855037179a5c617c006eba132909d60fcdde1 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Wed, 4 Dec 2019 11:31:24 +0100 Subject: [PATCH] =?UTF-8?q?[9.2.13]=20Libell=C3=A9s=20blog=201.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/blog/blog.php | 2 +- module/blog/view/edit/edit.php | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/module/blog/blog.php b/module/blog/blog.php index 0b6b8df3..4bd80be4 100644 --- a/module/blog/blog.php +++ b/module/blog/blog.php @@ -37,7 +37,7 @@ class blog extends common { public static $users = []; - const BLOG_VERSION = '1.7'; + const BLOG_VERSION = '1.8'; /** * Édition diff --git a/module/blog/view/edit/edit.php b/module/blog/view/edit/edit.php index 239963d5..6b37fd3f 100644 --- a/module/blog/view/edit/edit.php +++ b/module/blog/view/edit/edit.php @@ -78,13 +78,14 @@ $this->getData(['module', $this->getUrl(0), $this->getUrl(2), 'closeComment']) ]); ?> - $this->getData(['module', $this->getUrl(0), $this->getUrl(2), 'mailNotification']) + $this->getData(['module', $this->getUrl(0), $this->getUrl(2), 'mailNotification']), + 'help' => 'Editeurs = éditeurs + administrateurs
Membres = membres + éditeurs + administrateurs' + ]); ?> '', - 'selected' => $this->getData(['module', $this->getUrl(0), $this->getUrl(2), 'groupNotification']), - 'help' => 'Editeurs = éditeurs + administrateurs
Membres = membres + éditeurs + administrateurs' + 'selected' => $this->getData(['module', $this->getUrl(0), $this->getUrl(2), 'groupNotification']) ]); ?>