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('Galerie')); ?>
|
|
|
|
</h4>
|
|
|
|
<div class="row">
|
2023-11-07 11:11:47 +01:00
|
|
|
<div class="col4">
|
|
|
|
<?php echo template::checkbox('profilAddGalleryAdd', true, 'Ajouter une galerie'); ?>
|
2023-09-05 15:21:01 +02:00
|
|
|
</div>
|
2023-11-07 11:11:47 +01:00
|
|
|
<div class="col4">
|
|
|
|
<?php echo template::checkbox('profilAddGalleryEdit', true, 'Éditer une galerie'); ?>
|
2023-09-05 15:21:01 +02:00
|
|
|
</div>
|
2023-11-07 11:11:47 +01:00
|
|
|
<div class="col4">
|
|
|
|
<?php echo template::checkbox('profilAddGalleryDelete', true, 'Effacer une galerie'); ?>
|
2023-09-05 15:21:01 +02:00
|
|
|
</div>
|
2023-11-07 11:11:47 +01:00
|
|
|
</div>
|
|
|
|
<div class="row">
|
|
|
|
<div class="col6">
|
|
|
|
<?php echo template::checkbox('profilAddGalleryOption', true, 'Options des galeries'); ?>
|
2023-09-05 15:21:01 +02:00
|
|
|
</div>
|
2023-11-07 11:11:47 +01:00
|
|
|
<div class="col6">
|
|
|
|
<?php echo template::checkbox('profilAddGalleryTheme', true, 'Thème des galeries'); ?>
|
2023-09-05 15:21:01 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|