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('Geogalerie')); ?>
|
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('profilAddGeogalleryAdd', true, 'Ajouter une galerie'); ?>
|
2024-08-16 15:57:50 +02:00
|
|
|
</div>
|
|
|
|
<div class="col4">
|
2024-08-25 02:36:26 +02:00
|
|
|
<?php echo template::checkbox('profilAddGeogalleryEdit', true, 'Éditer une galerie'); ?>
|
2024-08-16 15:57:50 +02:00
|
|
|
</div>
|
|
|
|
<div class="col4">
|
2024-08-25 02:36:26 +02:00
|
|
|
<?php echo template::checkbox('profilAddGeogalleryDelete', true, 'Effacer une galerie'); ?>
|
2024-08-16 15:57:50 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col6">
|
2024-08-25 02:36:26 +02:00
|
|
|
<?php echo template::checkbox('profilAddGeogalleryTheme', true, 'Thème des galeries'); ?>
|
2024-08-16 15:57:50 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|