2024-08-16 15:57:50 +02:00
|
|
|
<div class="row">
|
|
|
|
<div class="col12">
|
|
|
|
<div class="block">
|
|
|
|
<h4>
|
2024-08-25 02:36:26 +02:00
|
|
|
<?php echo sprintf('%s %s', helper::translate('Permissions'), helper::translate('Calendrier')); ?>
|
2024-08-16 15:57:50 +02:00
|
|
|
</h4>
|
|
|
|
<div class="row">
|
|
|
|
<div class="col4">
|
2024-08-25 02:36:26 +02:00
|
|
|
<?php echo template::checkbox('profilAddCalendarAdd', true, 'Ajouter un calendrier'); ?>
|
2024-08-16 15:57:50 +02:00
|
|
|
</div>
|
|
|
|
<div class="col4">
|
2024-08-25 02:36:26 +02:00
|
|
|
<?php echo template::checkbox('profilAddCalendarEdit', true, 'Éditer un calendrier'); ?>
|
2024-08-16 15:57:50 +02:00
|
|
|
</div>
|
|
|
|
<div class="col4">
|
2024-08-25 02:36:26 +02:00
|
|
|
<?php echo template::checkbox('profilAddCalendarDelete', true, 'Effacer un calendrier'); ?>
|
2024-08-16 15:57:50 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|