Modif sélect

This commit is contained in:
Fred Tempez 2020-10-18 09:03:50 +02:00
parent 0562fbe33c
commit 4b296ff48f
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
<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' => $this->getData(['module', $this->getUrl(0), $this->getUrl(2), 'editConsent']), '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'
]); ?> ]); ?>
</div> </div>