[9.2.13] Libellés form v2.2
This commit is contained in:
parent
00d8550371
commit
981ccee71c
@ -32,7 +32,7 @@ class form extends common {
|
|||||||
|
|
||||||
public static $pagination;
|
public static $pagination;
|
||||||
|
|
||||||
const FORM_VERSION = '2.1';
|
const FORM_VERSION = '2.2';
|
||||||
|
|
||||||
// Objets
|
// Objets
|
||||||
const TYPE_MAIL = 'mail';
|
const TYPE_MAIL = 'mail';
|
||||||
|
@ -101,7 +101,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col6 offset1">
|
<div class="col6 offset1">
|
||||||
<?php echo template::select('formConfigGroup', $groupMembers, [
|
<?php echo template::select('formConfigGroup', $groupMembers, [
|
||||||
'label' => 'Les groupes hiérarchiques à partir du groupe :',
|
'label' => 'A partir du groupe :',
|
||||||
'selected' => $this->getData(['module', $this->getUrl(0), 'config', 'group']),
|
'selected' => $this->getData(['module', $this->getUrl(0), 'config', 'group']),
|
||||||
'help' => 'Editeurs = éditeurs + administrateurs<br/> Membres = membres + éditeurs + administrateurs'
|
'help' => 'Editeurs = éditeurs + administrateurs<br/> Membres = membres + éditeurs + administrateurs'
|
||||||
]); ?>
|
]); ?>
|
||||||
@ -134,7 +134,7 @@
|
|||||||
'selected' => $this->getData(['module', $this->getUrl(0), 'config', 'pageId'])
|
'selected' => $this->getData(['module', $this->getUrl(0), 'config', 'pageId'])
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
<?php echo template::checkbox('formConfigCapcha', true, 'Capcha à remplir pour soumettre le formulaire', [
|
<?php echo template::checkbox('formConfigCapcha', true, 'Valider un capcha popur soumettre le formulaire.', [
|
||||||
'checked' => $this->getData(['module', $this->getUrl(0), 'config', 'capcha'])
|
'checked' => $this->getData(['module', $this->getUrl(0), 'config', 'capcha'])
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user