forked from ZwiiCMS-Team/ZwiiCMS
- pour /
This commit is contained in:
parent
62d05de41b
commit
3e4bbe12cb
@ -93,7 +93,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col4">
|
<div class="col4">
|
||||||
<?php echo template::select('blogAddConsent', $module::$articleConsent , [
|
<?php echo template::select('blogAddConsent', $module::$articleConsent , [
|
||||||
'label' => 'Edition / Suppression',
|
'label' => 'Edition - Suppression',
|
||||||
'selected' => $module::EDIT_ALL,
|
'selected' => $module::EDIT_ALL,
|
||||||
'help' => 'Les utilisateurs des groupes supérieurs accèdent à l\'article sans restriction'
|
'help' => 'Les utilisateurs des groupes supérieurs accèdent à l\'article sans restriction'
|
||||||
]); ?>
|
]); ?>
|
||||||
|
@ -99,7 +99,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col4">
|
<div class="col4">
|
||||||
<?php echo template::select('blogEditConsent', $module::$articleConsent , [
|
<?php echo template::select('blogEditConsent', $module::$articleConsent , [
|
||||||
'label' => 'Edition / Suppression',
|
'label' => 'Edition - Suppression',
|
||||||
'selected' => is_numeric($this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(2), 'editConsent'])) ? $module::EDIT_GROUP : $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(2), 'editConsent']),
|
'selected' => is_numeric($this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(2), 'editConsent'])) ? $module::EDIT_GROUP : $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(2), 'editConsent']),
|
||||||
'help' => 'Les utilisateurs des groupes supérieurs accèdent à l\'article sans restriction'
|
'help' => 'Les utilisateurs des groupes supérieurs accèdent à l\'article sans restriction'
|
||||||
]); ?>
|
]); ?>
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col4">
|
<div class="col4">
|
||||||
<?php echo template::select('blogAddConsent', $module::$sujetConsent , [
|
<?php echo template::select('blogAddConsent', $module::$sujetConsent , [
|
||||||
'label' => 'Edition / Suppression',
|
'label' => 'Edition - Suppression',
|
||||||
'selected' => $module::EDIT_ALL,
|
'selected' => $module::EDIT_ALL,
|
||||||
'help' => 'Les utilisateurs des groupes supérieurs accèdent à l\'sujet sans restriction'
|
'help' => 'Les utilisateurs des groupes supérieurs accèdent à l\'sujet sans restriction'
|
||||||
]); ?>
|
]); ?>
|
||||||
|
@ -99,7 +99,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col4">
|
<div class="col4">
|
||||||
<?php echo template::select('blogEditConsent', $module::$sujetConsent , [
|
<?php echo template::select('blogEditConsent', $module::$sujetConsent , [
|
||||||
'label' => 'Edition / Suppression',
|
'label' => 'Edition - Suppression',
|
||||||
'selected' => is_numeric($this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(2), 'editConsent'])) ? $module::EDIT_GROUP : $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(2), 'editConsent']),
|
'selected' => is_numeric($this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(2), 'editConsent'])) ? $module::EDIT_GROUP : $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(2), 'editConsent']),
|
||||||
'help' => 'Les utilisateurs des groupes supérieurs accèdent à l\'sujet sans restriction'
|
'help' => 'Les utilisateurs des groupes supérieurs accèdent à l\'sujet sans restriction'
|
||||||
]); ?>
|
]); ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user