translations h4 form
This commit is contained in:
parent
affb6d476f
commit
667f5a8294
@ -52,5 +52,9 @@
|
||||
"Répondre à l'expéditeur depuis le mail de notification": "",
|
||||
"Cette option permet de répondre directement à l'expéditeur du message si celui-ci a indiqué un email valide.": "",
|
||||
"Supprimer cet enregistrement ?": "",
|
||||
"Supprimer tous les enregistrements ?": ""
|
||||
"Supprimer tous les enregistrements ?": "",
|
||||
"Liste des champs": "",
|
||||
"Validation du formulaire": "",
|
||||
"Gabarit": "",
|
||||
"Courriel": ""
|
||||
}
|
@ -76,7 +76,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="block">
|
||||
<h4>Liste des champs</h4>
|
||||
<h4><?php echo helper::translate('Liste des champs');?></h4></h4>
|
||||
<div id="formConfigNoInput">
|
||||
<?php echo template::speech('Le formulaire ne contient aucun champ.'); ?>
|
||||
</div>
|
||||
|
@ -14,7 +14,7 @@
|
||||
<div class="row">
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>Validation du formulaire</h4>
|
||||
<h4><?php echo helper::translate('Validation du formulaire');?></h4>
|
||||
<div class="row">
|
||||
<div class="col6">
|
||||
<?php echo template::checkbox('formOptionCaptcha', true, 'Captcha', [
|
||||
@ -49,7 +49,7 @@
|
||||
<div class="row">
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>Gabarit</h4>
|
||||
<h4><?php echo helper::translate('Gabarit');?></h4>
|
||||
<div class="row">
|
||||
<div class="col6">
|
||||
<?php echo template::select('formOptionAlign', $module::$optionAlign, [
|
||||
@ -78,7 +78,7 @@
|
||||
<div class="row">
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>Courriel</h4>
|
||||
<h4><?php echo helper::translate('Courriel');?></h4>
|
||||
<?php echo template::checkbox('formOptionMailOptionsToggle', true, 'Envoyer par mail les données saisies :', [
|
||||
'checked' => (bool) $this->getData(['module', $this->getUrl(0), 'config', 'group']) ||
|
||||
!empty($this->getData(['module', $this->getUrl(0), 'config', 'user'])) ||
|
||||
|
Loading…
Reference in New Issue
Block a user