From 5b9d6355cce5011628a3c27d7dde3a1a07c1d11b Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sun, 7 Apr 2019 15:40:02 +0200 Subject: [PATCH] [9.0.17] Modules updates : labels --- module/blog/blog.php | 2 +- module/blog/view/add/add.js.php | 0 module/blog/view/add/add.php | 2 +- module/blog/view/article/article.css | 0 module/blog/view/article/article.js.php | 0 module/blog/view/article/article.php | 0 module/blog/view/comment/comment.js.php | 0 module/blog/view/comment/comment.php | 0 module/blog/view/config/config.js.php | 0 module/blog/view/config/config.php | 0 module/blog/view/edit/edit.js.php | 0 module/blog/view/edit/edit.php | 2 +- module/blog/view/index/index.css | 0 module/blog/view/index/index.php | 0 module/form/form.php | 2 +- module/form/vendor/html-sortable/html-sortable.min.js | 0 module/form/vendor/html-sortable/inc.json | 0 module/form/view/config/config.css | 0 module/form/view/config/config.js.php | 0 module/form/view/config/config.php | 7 +++---- module/form/view/data/data.js.php | 0 module/form/view/data/data.php | 0 module/form/view/index/index.php | 0 module/gallery/gallery.php | 0 module/gallery/view/config/config.css | 0 module/gallery/view/config/config.js.php | 0 module/gallery/view/config/config.php | 0 module/gallery/view/edit/edit.js.php | 0 module/gallery/view/edit/edit.php | 0 module/gallery/view/gallery/gallery.css | 0 module/gallery/view/gallery/gallery.js.php | 0 module/gallery/view/gallery/gallery.php | 0 module/gallery/view/index/index.css | 0 module/gallery/view/index/index.php | 0 module/news/news.php | 0 module/news/view/add/add.js.php | 0 module/news/view/add/add.php | 0 module/news/view/config/config.js.php | 0 module/news/view/config/config.php | 0 module/news/view/edit/edit.js.php | 0 module/news/view/edit/edit.php | 0 module/news/view/index/index.php | 0 module/redirection/redirection.php | 0 module/redirection/view/config/config.php | 0 module/redirection/view/index/index.js.php | 0 module/redirection/view/index/index.php | 0 46 files changed, 7 insertions(+), 8 deletions(-) mode change 100755 => 100644 module/blog/blog.php mode change 100755 => 100644 module/blog/view/add/add.js.php mode change 100755 => 100644 module/blog/view/add/add.php mode change 100755 => 100644 module/blog/view/article/article.css mode change 100755 => 100644 module/blog/view/article/article.js.php mode change 100755 => 100644 module/blog/view/article/article.php mode change 100755 => 100644 module/blog/view/comment/comment.js.php mode change 100755 => 100644 module/blog/view/comment/comment.php mode change 100755 => 100644 module/blog/view/config/config.js.php mode change 100755 => 100644 module/blog/view/config/config.php mode change 100755 => 100644 module/blog/view/edit/edit.js.php mode change 100755 => 100644 module/blog/view/edit/edit.php mode change 100755 => 100644 module/blog/view/index/index.css mode change 100755 => 100644 module/blog/view/index/index.php mode change 100755 => 100644 module/form/form.php mode change 100755 => 100644 module/form/vendor/html-sortable/html-sortable.min.js mode change 100755 => 100644 module/form/vendor/html-sortable/inc.json mode change 100755 => 100644 module/form/view/config/config.css mode change 100755 => 100644 module/form/view/config/config.js.php mode change 100755 => 100644 module/form/view/config/config.php mode change 100755 => 100644 module/form/view/data/data.js.php mode change 100755 => 100644 module/form/view/data/data.php mode change 100755 => 100644 module/form/view/index/index.php mode change 100755 => 100644 module/gallery/gallery.php mode change 100755 => 100644 module/gallery/view/config/config.css mode change 100755 => 100644 module/gallery/view/config/config.js.php mode change 100755 => 100644 module/gallery/view/config/config.php mode change 100755 => 100644 module/gallery/view/edit/edit.js.php mode change 100755 => 100644 module/gallery/view/edit/edit.php mode change 100755 => 100644 module/gallery/view/gallery/gallery.css mode change 100755 => 100644 module/gallery/view/gallery/gallery.js.php mode change 100755 => 100644 module/gallery/view/gallery/gallery.php mode change 100755 => 100644 module/gallery/view/index/index.css mode change 100755 => 100644 module/gallery/view/index/index.php mode change 100755 => 100644 module/news/news.php mode change 100755 => 100644 module/news/view/add/add.js.php mode change 100755 => 100644 module/news/view/add/add.php mode change 100755 => 100644 module/news/view/config/config.js.php mode change 100755 => 100644 module/news/view/config/config.php mode change 100755 => 100644 module/news/view/edit/edit.js.php mode change 100755 => 100644 module/news/view/edit/edit.php mode change 100755 => 100644 module/news/view/index/index.php mode change 100755 => 100644 module/redirection/redirection.php mode change 100755 => 100644 module/redirection/view/config/config.php mode change 100755 => 100644 module/redirection/view/index/index.js.php mode change 100755 => 100644 module/redirection/view/index/index.php diff --git a/module/blog/blog.php b/module/blog/blog.php old mode 100755 new mode 100644 index 9e2edd82..c913123a --- 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.3'; + const BLOG_VERSION = '1.4'; /** * Édition diff --git a/module/blog/view/add/add.js.php b/module/blog/view/add/add.js.php old mode 100755 new mode 100644 diff --git a/module/blog/view/add/add.php b/module/blog/view/add/add.php old mode 100755 new mode 100644 index 358bb260..a28e0743 --- a/module/blog/view/add/add.php +++ b/module/blog/view/add/add.php @@ -63,7 +63,7 @@ 'selected' => $this->getUser('id') ]); ?> 'L\'article est consultable à partir du moment où la date de publication est passée.', + 'help' => 'L\'article n\'est visible qu\'après la date de publication prévue.', 'label' => 'Date de publication', 'value' => time() ]); ?> diff --git a/module/blog/view/article/article.css b/module/blog/view/article/article.css old mode 100755 new mode 100644 diff --git a/module/blog/view/article/article.js.php b/module/blog/view/article/article.js.php old mode 100755 new mode 100644 diff --git a/module/blog/view/article/article.php b/module/blog/view/article/article.php old mode 100755 new mode 100644 diff --git a/module/blog/view/comment/comment.js.php b/module/blog/view/comment/comment.js.php old mode 100755 new mode 100644 diff --git a/module/blog/view/comment/comment.php b/module/blog/view/comment/comment.php old mode 100755 new mode 100644 diff --git a/module/blog/view/config/config.js.php b/module/blog/view/config/config.js.php old mode 100755 new mode 100644 diff --git a/module/blog/view/config/config.php b/module/blog/view/config/config.php old mode 100755 new mode 100644 diff --git a/module/blog/view/edit/edit.js.php b/module/blog/view/edit/edit.js.php old mode 100755 new mode 100644 diff --git a/module/blog/view/edit/edit.php b/module/blog/view/edit/edit.php old mode 100755 new mode 100644 index d740c778..a9c33c13 --- a/module/blog/view/edit/edit.php +++ b/module/blog/view/edit/edit.php @@ -66,7 +66,7 @@ 'selected' => $this->getUser('id') ]); ?> 'L\'article est consultable à partir du moment où la date de publication est passée.', + 'help' => 'L\'article n\'est visible qu\'après la date de publication prévue.', 'label' => 'Date de publication', 'value' => $this->getData(['module', $this->getUrl(0), $this->getUrl(2), 'publishedOn']) ]); ?> diff --git a/module/blog/view/index/index.css b/module/blog/view/index/index.css old mode 100755 new mode 100644 diff --git a/module/blog/view/index/index.php b/module/blog/view/index/index.php old mode 100755 new mode 100644 diff --git a/module/form/form.php b/module/form/form.php old mode 100755 new mode 100644 index 78f297fa..08217f5e --- a/module/form/form.php +++ b/module/form/form.php @@ -32,7 +32,7 @@ class form extends common { public static $pagination; - const FORM_VERSION = '1.6'; + const FORM_VERSION = '1.7'; const TYPE_MAIL = 'mail'; const TYPE_SELECT = 'select'; diff --git a/module/form/vendor/html-sortable/html-sortable.min.js b/module/form/vendor/html-sortable/html-sortable.min.js old mode 100755 new mode 100644 diff --git a/module/form/vendor/html-sortable/inc.json b/module/form/vendor/html-sortable/inc.json old mode 100755 new mode 100644 diff --git a/module/form/view/config/config.css b/module/form/view/config/config.css old mode 100755 new mode 100644 diff --git a/module/form/view/config/config.js.php b/module/form/view/config/config.js.php old mode 100755 new mode 100644 diff --git a/module/form/view/config/config.php b/module/form/view/config/config.php old mode 100755 new mode 100644 index d14ce1c1..29808a2e --- a/module/form/view/config/config.php +++ b/module/form/view/config/config.php @@ -76,7 +76,7 @@ 'checked' => (bool) $this->getData(['module', $this->getUrl(0), 'config', 'group']) || !empty($this->getData(['module', $this->getUrl(0), 'config', 'user'])) || !empty($this->getData(['module', $this->getUrl(0), 'config', 'mail'])), - 'help' => 'Sélectionnez au moins un groupe, un utilisateur ou saississez un email' + 'help' => 'Sélectionnez au moins un groupe, un utilisateur ou saississez un email.' ]); ?>
@@ -112,9 +112,8 @@
'Un eMail :', - 'value' => $this->getData(['module', $this->getUrl(0), 'config', 'mail']), - 'help' => 'Saisissez une adresse mail individuelle ou de liste' + 'label' => 'Une adresse email ou une liste de diffusion:', + 'value' => $this->getData(['module', $this->getUrl(0), 'config', 'mail']) ]); ?>
diff --git a/module/form/view/data/data.js.php b/module/form/view/data/data.js.php old mode 100755 new mode 100644 diff --git a/module/form/view/data/data.php b/module/form/view/data/data.php old mode 100755 new mode 100644 diff --git a/module/form/view/index/index.php b/module/form/view/index/index.php old mode 100755 new mode 100644 diff --git a/module/gallery/gallery.php b/module/gallery/gallery.php old mode 100755 new mode 100644 diff --git a/module/gallery/view/config/config.css b/module/gallery/view/config/config.css old mode 100755 new mode 100644 diff --git a/module/gallery/view/config/config.js.php b/module/gallery/view/config/config.js.php old mode 100755 new mode 100644 diff --git a/module/gallery/view/config/config.php b/module/gallery/view/config/config.php old mode 100755 new mode 100644 diff --git a/module/gallery/view/edit/edit.js.php b/module/gallery/view/edit/edit.js.php old mode 100755 new mode 100644 diff --git a/module/gallery/view/edit/edit.php b/module/gallery/view/edit/edit.php old mode 100755 new mode 100644 diff --git a/module/gallery/view/gallery/gallery.css b/module/gallery/view/gallery/gallery.css old mode 100755 new mode 100644 diff --git a/module/gallery/view/gallery/gallery.js.php b/module/gallery/view/gallery/gallery.js.php old mode 100755 new mode 100644 diff --git a/module/gallery/view/gallery/gallery.php b/module/gallery/view/gallery/gallery.php old mode 100755 new mode 100644 diff --git a/module/gallery/view/index/index.css b/module/gallery/view/index/index.css old mode 100755 new mode 100644 diff --git a/module/gallery/view/index/index.php b/module/gallery/view/index/index.php old mode 100755 new mode 100644 diff --git a/module/news/news.php b/module/news/news.php old mode 100755 new mode 100644 diff --git a/module/news/view/add/add.js.php b/module/news/view/add/add.js.php old mode 100755 new mode 100644 diff --git a/module/news/view/add/add.php b/module/news/view/add/add.php old mode 100755 new mode 100644 diff --git a/module/news/view/config/config.js.php b/module/news/view/config/config.js.php old mode 100755 new mode 100644 diff --git a/module/news/view/config/config.php b/module/news/view/config/config.php old mode 100755 new mode 100644 diff --git a/module/news/view/edit/edit.js.php b/module/news/view/edit/edit.js.php old mode 100755 new mode 100644 diff --git a/module/news/view/edit/edit.php b/module/news/view/edit/edit.php old mode 100755 new mode 100644 diff --git a/module/news/view/index/index.php b/module/news/view/index/index.php old mode 100755 new mode 100644 diff --git a/module/redirection/redirection.php b/module/redirection/redirection.php old mode 100755 new mode 100644 diff --git a/module/redirection/view/config/config.php b/module/redirection/view/config/config.php old mode 100755 new mode 100644 diff --git a/module/redirection/view/index/index.js.php b/module/redirection/view/index/index.js.php old mode 100755 new mode 100644 diff --git a/module/redirection/view/index/index.php b/module/redirection/view/index/index.php old mode 100755 new mode 100644