2023-09-05 15:21:01 +02:00
|
|
|
<div class="row">
|
|
|
|
<div class="col12">
|
|
|
|
<div class="block">
|
|
|
|
<h4>
|
|
|
|
<?php echo sprintf('%s %s', helper::translate('Permissions'), helper::translate('News')); ?>
|
|
|
|
</h4>
|
|
|
|
<div class="row">
|
|
|
|
<div class="col3">
|
2023-11-07 11:11:47 +01:00
|
|
|
<?php echo template::checkbox('profilAddNewsAdd', true, 'Ajouter un article'); ?>
|
2023-09-05 15:21:01 +02:00
|
|
|
</div>
|
|
|
|
<div class="col3">
|
2023-11-07 11:11:47 +01:00
|
|
|
<?php echo template::checkbox('profilAddNewsEdit', true, 'Éditer un article'); ?>
|
2023-09-05 15:21:01 +02:00
|
|
|
</div>
|
|
|
|
<div class="col3">
|
2023-11-07 11:11:47 +01:00
|
|
|
<?php echo template::checkbox('profilAddNewsDelete', true, 'Effacer un article'); ?>
|
2023-09-05 15:21:01 +02:00
|
|
|
</div>
|
|
|
|
<div class="col3">
|
2023-11-07 11:11:47 +01:00
|
|
|
<?php echo template::checkbox('profilAddNewsOption', true, 'Options des articles'); ?>
|
2023-09-05 15:21:01 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|