Libellés d'options

This commit is contained in:
Fred Tempez 2023-06-18 17:35:54 +02:00
parent 6214f6a363
commit 0cd487f211
2 changed files with 14 additions and 14 deletions

View File

@ -86,20 +86,20 @@
<?php echo helper::translate('Blog'); ?>
</h4>
<div class="row">
<div class="col3">
<div class="col4">
<?php echo template::checkbox('profilAddBlogAdd', true, 'Ajouter'); ?>
</div>
<div class="col3">
<div class="col4">
<?php echo template::checkbox('profilAddBlogEdit', true, 'Edit'); ?>
</div>
<div class="col3">
<div class="col4">
<?php echo template::checkbox('profilAddBlogDelete', true, 'Supprimer'); ?>
</div>
</div>
<div class="row">
<div class="col4">
<?php echo template::checkbox('profilAddBlogOption', true, 'Option'); ?>
<?php echo template::checkbox('profilAddBlogOption', true, 'Options'); ?>
</div>
<div class="col4">
<?php echo template::checkbox('profilAddBlogComment', true, 'Commentaire'); ?>
@ -136,7 +136,7 @@
<?php echo template::checkbox('profilAddNewsDelete', true, 'Supprimer'); ?>
</div>
<div class="col3">
<?php echo template::checkbox('profilAddNewsOption', true, 'Option'); ?>
<?php echo template::checkbox('profilAddNewsOption', true, 'Options'); ?>
</div>
</div>
@ -162,7 +162,7 @@
</div>
<div class="row">
<div class="col6">
<?php echo template::checkbox('profilAddGalleryOption', true, 'Option'); ?>
<?php echo template::checkbox('profilAddGalleryOption', true, 'Options'); ?>
</div>
<div class="col6">
<?php echo template::checkbox('profilAddGalleryTheme', true, 'Thème'); ?>
@ -179,7 +179,7 @@
</h4>
<div class="row">
<div class="col4">
<?php echo template::checkbox('profilAddFormOption', true, 'Option'); ?>
<?php echo template::checkbox('profilAddFormOption', true, 'Options'); ?>
</div>
<div class="col4">
<?php echo template::checkbox('profilAddFormData', true, 'Gérer les données'); ?>

View File

@ -108,17 +108,17 @@
<?php echo helper::translate('Blog'); ?>
</h4>
<div class="row">
<div class="col3">
<div class="col4">
<?php echo template::checkbox('profilEditBlogAdd', true, 'Ajouter', [
'checked' => $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'blog', 'add'])
]); ?>
</div>
<div class="col3">
<div class="col4">
<?php echo template::checkbox('profilEditBlogEdit', true, 'Éditer', [
'checked' => $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'blog', 'edit'])
]); ?>
</div>
<div class="col3">
<div class="col4">
<?php echo template::checkbox('profilEditBlogDelete', true, 'Supprimer', [
'checked' => $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'blog', 'delete'])
]); ?>
@ -126,7 +126,7 @@
</div>
<div class="row">
<div class="col4">
<?php echo template::checkbox('profilEditBlogOption', true, 'Option', [
<?php echo template::checkbox('profilEditBlogOption', true, 'Options', [
'checked' => $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'blog', 'option'])
]); ?>
</div>
@ -179,7 +179,7 @@
]); ?>
</div>
<div class="col3">
<?php echo template::checkbox('profilEditNewsOption', true, 'Option', [
<?php echo template::checkbox('profilEditNewsOption', true, 'Options', [
'checked' => $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'news', 'option'])
]); ?>
</div>
@ -213,7 +213,7 @@
</div>
<div class="row">
<div class="col6">
<?php echo template::checkbox('profilEditGalleryOption', true, 'Option', [
<?php echo template::checkbox('profilEditGalleryOption', true, 'Options', [
'checked' => $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'gallery', 'option'])
]); ?>
</div>
@ -234,7 +234,7 @@
</h4>
<div class="row">
<div class="col4">
<?php echo template::checkbox('profilEditFormOption', true, 'Option', [
<?php echo template::checkbox('profilEditFormOption', true, 'Options', [
'checked' => $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'form', 'option'])
]); ?>
</div>