forked from ZwiiCMS-Team/ZwiiCMS
[9.0.17] Modules updates : labels
This commit is contained in:
parent
324cfb024c
commit
5b9d6355cc
2
module/blog/blog.php
Executable file → Normal file
2
module/blog/blog.php
Executable file → Normal file
@ -37,7 +37,7 @@ class blog extends common {
|
||||
|
||||
public static $users = [];
|
||||
|
||||
const BLOG_VERSION = '1.3';
|
||||
const BLOG_VERSION = '1.4';
|
||||
|
||||
/**
|
||||
* Édition
|
||||
|
0
module/blog/view/add/add.js.php
Executable file → Normal file
0
module/blog/view/add/add.js.php
Executable file → Normal file
2
module/blog/view/add/add.php
Executable file → Normal file
2
module/blog/view/add/add.php
Executable file → Normal file
@ -63,7 +63,7 @@
|
||||
'selected' => $this->getUser('id')
|
||||
]); ?>
|
||||
<?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',
|
||||
'value' => time()
|
||||
]); ?>
|
||||
|
0
module/blog/view/article/article.css
Executable file → Normal file
0
module/blog/view/article/article.css
Executable file → Normal file
0
module/blog/view/article/article.js.php
Executable file → Normal file
0
module/blog/view/article/article.js.php
Executable file → Normal file
0
module/blog/view/article/article.php
Executable file → Normal file
0
module/blog/view/article/article.php
Executable file → Normal file
0
module/blog/view/comment/comment.js.php
Executable file → Normal file
0
module/blog/view/comment/comment.js.php
Executable file → Normal file
0
module/blog/view/comment/comment.php
Executable file → Normal file
0
module/blog/view/comment/comment.php
Executable file → Normal file
0
module/blog/view/config/config.js.php
Executable file → Normal file
0
module/blog/view/config/config.js.php
Executable file → Normal file
0
module/blog/view/config/config.php
Executable file → Normal file
0
module/blog/view/config/config.php
Executable file → Normal file
0
module/blog/view/edit/edit.js.php
Executable file → Normal file
0
module/blog/view/edit/edit.js.php
Executable file → Normal file
2
module/blog/view/edit/edit.php
Executable file → Normal file
2
module/blog/view/edit/edit.php
Executable file → Normal file
@ -66,7 +66,7 @@
|
||||
'selected' => $this->getUser('id')
|
||||
]); ?>
|
||||
<?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',
|
||||
'value' => $this->getData(['module', $this->getUrl(0), $this->getUrl(2), 'publishedOn'])
|
||||
]); ?>
|
||||
|
0
module/blog/view/index/index.css
Executable file → Normal file
0
module/blog/view/index/index.css
Executable file → Normal file
0
module/blog/view/index/index.php
Executable file → Normal file
0
module/blog/view/index/index.php
Executable file → Normal file
2
module/form/form.php
Executable file → Normal file
2
module/form/form.php
Executable file → Normal file
@ -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';
|
||||
|
0
module/form/vendor/html-sortable/html-sortable.min.js
vendored
Executable file → Normal file
0
module/form/vendor/html-sortable/html-sortable.min.js
vendored
Executable file → Normal file
0
module/form/vendor/html-sortable/inc.json
vendored
Executable file → Normal file
0
module/form/vendor/html-sortable/inc.json
vendored
Executable file → Normal file
0
module/form/view/config/config.css
Executable file → Normal file
0
module/form/view/config/config.css
Executable file → Normal file
0
module/form/view/config/config.js.php
Executable file → Normal file
0
module/form/view/config/config.js.php
Executable file → Normal file
7
module/form/view/config/config.php
Executable file → Normal file
7
module/form/view/config/config.php
Executable file → Normal file
@ -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.'
|
||||
]); ?>
|
||||
<div id="formConfigMailOptions" class="displayNone">
|
||||
<div class="row">
|
||||
@ -112,9 +112,8 @@
|
||||
<div class="row">
|
||||
<div class="col6 offset1">
|
||||
<?php echo template::text('formConfigMail', [
|
||||
'label' => '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'])
|
||||
]); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
0
module/form/view/data/data.js.php
Executable file → Normal file
0
module/form/view/data/data.js.php
Executable file → Normal file
0
module/form/view/data/data.php
Executable file → Normal file
0
module/form/view/data/data.php
Executable file → Normal file
0
module/form/view/index/index.php
Executable file → Normal file
0
module/form/view/index/index.php
Executable file → Normal file
0
module/gallery/gallery.php
Executable file → Normal file
0
module/gallery/gallery.php
Executable file → Normal file
0
module/gallery/view/config/config.css
Executable file → Normal file
0
module/gallery/view/config/config.css
Executable file → Normal file
0
module/gallery/view/config/config.js.php
Executable file → Normal file
0
module/gallery/view/config/config.js.php
Executable file → Normal file
0
module/gallery/view/config/config.php
Executable file → Normal file
0
module/gallery/view/config/config.php
Executable file → Normal file
0
module/gallery/view/edit/edit.js.php
Executable file → Normal file
0
module/gallery/view/edit/edit.js.php
Executable file → Normal file
0
module/gallery/view/edit/edit.php
Executable file → Normal file
0
module/gallery/view/edit/edit.php
Executable file → Normal file
0
module/gallery/view/gallery/gallery.css
Executable file → Normal file
0
module/gallery/view/gallery/gallery.css
Executable file → Normal file
0
module/gallery/view/gallery/gallery.js.php
Executable file → Normal file
0
module/gallery/view/gallery/gallery.js.php
Executable file → Normal file
0
module/gallery/view/gallery/gallery.php
Executable file → Normal file
0
module/gallery/view/gallery/gallery.php
Executable file → Normal file
0
module/gallery/view/index/index.css
Executable file → Normal file
0
module/gallery/view/index/index.css
Executable file → Normal file
0
module/gallery/view/index/index.php
Executable file → Normal file
0
module/gallery/view/index/index.php
Executable file → Normal file
0
module/news/news.php
Executable file → Normal file
0
module/news/news.php
Executable file → Normal file
0
module/news/view/add/add.js.php
Executable file → Normal file
0
module/news/view/add/add.js.php
Executable file → Normal file
0
module/news/view/add/add.php
Executable file → Normal file
0
module/news/view/add/add.php
Executable file → Normal file
0
module/news/view/config/config.js.php
Executable file → Normal file
0
module/news/view/config/config.js.php
Executable file → Normal file
0
module/news/view/config/config.php
Executable file → Normal file
0
module/news/view/config/config.php
Executable file → Normal file
0
module/news/view/edit/edit.js.php
Executable file → Normal file
0
module/news/view/edit/edit.js.php
Executable file → Normal file
0
module/news/view/edit/edit.php
Executable file → Normal file
0
module/news/view/edit/edit.php
Executable file → Normal file
0
module/news/view/index/index.php
Executable file → Normal file
0
module/news/view/index/index.php
Executable file → Normal file
0
module/redirection/redirection.php
Executable file → Normal file
0
module/redirection/redirection.php
Executable file → Normal file
0
module/redirection/view/config/config.php
Executable file → Normal file
0
module/redirection/view/config/config.php
Executable file → Normal file
0
module/redirection/view/index/index.js.php
Executable file → Normal file
0
module/redirection/view/index/index.js.php
Executable file → Normal file
0
module/redirection/view/index/index.php
Executable file → Normal file
0
module/redirection/view/index/index.php
Executable file → Normal file
Loading…
Reference in New Issue
Block a user