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('Carrousel')); ?>
|
|
|
|
</h4>
|
|
|
|
<div class="row">
|
|
|
|
<div class="col6">
|
2023-11-07 11:11:47 +01:00
|
|
|
<?php echo template::checkbox('profilEditSliderTheme', true, 'Thème du carrousel', [
|
2023-09-05 15:21:01 +02:00
|
|
|
'checked' => $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'slider', 'theme'])
|
|
|
|
]); ?>
|
|
|
|
</div>
|
|
|
|
<div class="col6">
|
2023-11-07 11:11:47 +01:00
|
|
|
<?php echo template::checkbox('profilEditSliderDelete', true, 'Effacer le carrousel', [
|
2023-09-05 15:21:01 +02:00
|
|
|
'checked' => $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'slider', 'delete'])
|
|
|
|
]); ?>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|