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('Geolocation')); ?>
|
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('profilAddGeolocationAdd', true, 'Ajouter un point'); ?>
|
2024-08-16 15:57:50 +02:00
|
|
|
</div>
|
|
|
|
<div class="col4">
|
2024-08-25 02:36:26 +02:00
|
|
|
<?php echo template::checkbox('profilAddGeolocationEdit', true, 'Éditer un point'); ?>
|
2024-08-16 15:57:50 +02:00
|
|
|
</div>
|
|
|
|
<div class="col4">
|
2024-08-25 02:36:26 +02:00
|
|
|
<?php echo template::checkbox('profilAddGeolocationDelete', true, 'Effacer un point'); ?>
|
2024-08-16 15:57:50 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|