[9.0.17] Modules updates : labels

This commit is contained in:
Fred Tempez 2019-04-07 15:40:02 +02:00
parent 324cfb024c
commit 5b9d6355cc
46 changed files with 7 additions and 8 deletions

2
module/blog/blog.php Executable file → Normal file
View File

@ -37,7 +37,7 @@ class blog extends common {
public static $users = []; public static $users = [];
const BLOG_VERSION = '1.3'; const BLOG_VERSION = '1.4';
/** /**
* Édition * Édition

0
module/blog/view/add/add.js.php Executable file → Normal file
View File

2
module/blog/view/add/add.php Executable file → Normal file
View File

@ -63,7 +63,7 @@
'selected' => $this->getUser('id') 'selected' => $this->getUser('id')
]); ?> ]); ?>
<?php echo template::date('blogAddPublishedOn', [ <?php echo template::date('blogAddPublishedOn', [
'help' => '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', 'label' => 'Date de publication',
'value' => time() 'value' => time()
]); ?> ]); ?>

0
module/blog/view/article/article.css Executable file → Normal file
View File

0
module/blog/view/article/article.js.php Executable file → Normal file
View File

0
module/blog/view/article/article.php Executable file → Normal file
View File

0
module/blog/view/comment/comment.js.php Executable file → Normal file
View File

0
module/blog/view/comment/comment.php Executable file → Normal file
View File

0
module/blog/view/config/config.js.php Executable file → Normal file
View File

0
module/blog/view/config/config.php Executable file → Normal file
View File

0
module/blog/view/edit/edit.js.php Executable file → Normal file
View File

2
module/blog/view/edit/edit.php Executable file → Normal file
View File

@ -66,7 +66,7 @@
'selected' => $this->getUser('id') 'selected' => $this->getUser('id')
]); ?> ]); ?>
<?php echo template::date('blogEditPublishedOn', [ <?php echo template::date('blogEditPublishedOn', [
'help' => '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', 'label' => 'Date de publication',
'value' => $this->getData(['module', $this->getUrl(0), $this->getUrl(2), 'publishedOn']) 'value' => $this->getData(['module', $this->getUrl(0), $this->getUrl(2), 'publishedOn'])
]); ?> ]); ?>

0
module/blog/view/index/index.css Executable file → Normal file
View File

0
module/blog/view/index/index.php Executable file → Normal file
View File

2
module/form/form.php Executable file → Normal file
View File

@ -32,7 +32,7 @@ class form extends common {
public static $pagination; public static $pagination;
const FORM_VERSION = '1.6'; const FORM_VERSION = '1.7';
const TYPE_MAIL = 'mail'; const TYPE_MAIL = 'mail';
const TYPE_SELECT = 'select'; const TYPE_SELECT = 'select';

0
module/form/vendor/html-sortable/html-sortable.min.js vendored Executable file → Normal file
View File

0
module/form/vendor/html-sortable/inc.json vendored Executable file → Normal file
View File

0
module/form/view/config/config.css Executable file → Normal file
View File

0
module/form/view/config/config.js.php Executable file → Normal file
View File

7
module/form/view/config/config.php Executable file → Normal file
View File

@ -76,7 +76,7 @@
'checked' => (bool) $this->getData(['module', $this->getUrl(0), 'config', 'group']) || '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', 'user'])) ||
!empty($this->getData(['module', $this->getUrl(0), 'config', 'mail'])), !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.'
]); ?> ]); ?>
<div id="formConfigMailOptions" class="displayNone"> <div id="formConfigMailOptions" class="displayNone">
<div class="row"> <div class="row">
@ -112,9 +112,8 @@
<div class="row"> <div class="row">
<div class="col6 offset1"> <div class="col6 offset1">
<?php echo template::text('formConfigMail', [ <?php echo template::text('formConfigMail', [
'label' => 'Un eMail :', 'label' => 'Une adresse email ou une liste de diffusion:',
'value' => $this->getData(['module', $this->getUrl(0), 'config', 'mail']), 'value' => $this->getData(['module', $this->getUrl(0), 'config', 'mail'])
'help' => 'Saisissez une adresse mail individuelle ou de liste'
]); ?> ]); ?>
</div> </div>
</div> </div>

0
module/form/view/data/data.js.php Executable file → Normal file
View File

0
module/form/view/data/data.php Executable file → Normal file
View File

0
module/form/view/index/index.php Executable file → Normal file
View File

0
module/gallery/gallery.php Executable file → Normal file
View File

0
module/gallery/view/config/config.css Executable file → Normal file
View File

0
module/gallery/view/config/config.js.php Executable file → Normal file
View File

0
module/gallery/view/config/config.php Executable file → Normal file
View File

0
module/gallery/view/edit/edit.js.php Executable file → Normal file
View File

0
module/gallery/view/edit/edit.php Executable file → Normal file
View File

0
module/gallery/view/gallery/gallery.css Executable file → Normal file
View File

0
module/gallery/view/gallery/gallery.js.php Executable file → Normal file
View File

0
module/gallery/view/gallery/gallery.php Executable file → Normal file
View File

0
module/gallery/view/index/index.css Executable file → Normal file
View File

0
module/gallery/view/index/index.php Executable file → Normal file
View File

0
module/news/news.php Executable file → Normal file
View File

0
module/news/view/add/add.js.php Executable file → Normal file
View File

0
module/news/view/add/add.php Executable file → Normal file
View File

0
module/news/view/config/config.js.php Executable file → Normal file
View File

0
module/news/view/config/config.php Executable file → Normal file
View File

0
module/news/view/edit/edit.js.php Executable file → Normal file
View File

0
module/news/view/edit/edit.php Executable file → Normal file
View File

0
module/news/view/index/index.php Executable file → Normal file
View File

0
module/redirection/redirection.php Executable file → Normal file
View File

0
module/redirection/view/config/config.php Executable file → Normal file
View File

0
module/redirection/view/index/index.js.php Executable file → Normal file
View File

0
module/redirection/view/index/index.php Executable file → Normal file
View File