ZwiiCMS/module/gallery/profil/view/add.inc.php

26 lines
1.0 KiB
PHP

<div class="row">
<div class="col12">
<div class="block">
<h4>
<?php echo helper::translate('Permissions sur le module') . ' ' . helper::translate('Galerie'); ?>
</h4>
<div class="row">
<div class="col3">
<?php echo template::checkbox('profilAddGalleryAdd', true, 'Ajouter'); ?>
</div>
<div class="col3">
<?php echo template::checkbox('profilAddGalleryEdit', true, 'Éditer'); ?>
</div>
<div class="col2">
<?php echo template::checkbox('profilAddGalleryDelete', true, 'Effacer'); ?>
</div>
<div class="col2">
<?php echo template::checkbox('profilAddGalleryOption', true, 'Options'); ?>
</div>
<div class="col2">
<?php echo template::checkbox('profilAddGalleryTheme', true, 'Thème'); ?>
</div>
</div>
</div>
</div>
</div>