This commit is contained in:
Christophe 2022-09-22 16:18:14 +02:00
commit b400bf5e0e
2 changed files with 3 additions and 1 deletions

View file

@ -14,7 +14,7 @@
<input type="text" class="text" name="nobot" id="contact_nobot" value="#ENV{nobot}" size="10" /> <input type="text" class="text" name="nobot" id="contact_nobot" value="#ENV{nobot}" size="10" />
</p> </p>
<div class="boutons mt-5"> <div class="boutons mt-5 text-right">
<button type="submit" class="btn"> <button type="submit" class="btn">
<i class="fas fa-paper-plane"></i>&nbsp;<:gamucontact:envoyer:> <i class="fas fa-paper-plane"></i>&nbsp;<:gamucontact:envoyer:>
</button> </button>

View file

@ -23,6 +23,7 @@ $GLOBALS['gamucontact'] = [
'nom' => 'nom', 'nom' => 'nom',
'label' => '<:gamucontact:votre_nom:>', 'label' => '<:gamucontact:votre_nom:>',
'obligatoire' => 'oui', 'obligatoire' => 'oui',
'class' => 'w100',
//'fonction' => 'ma_super_fonction' //'fonction' => 'ma_super_fonction'
) )
], ],
@ -31,6 +32,7 @@ $GLOBALS['gamucontact'] = [
'options' => array( 'options' => array(
'nom' => 'email_contact', 'nom' => 'email_contact',
'label' => '<:gamucontact:votre_email:>', 'label' => '<:gamucontact:votre_email:>',
'class' => 'w100',
'obligatoire' => 'oui', 'obligatoire' => 'oui',
) )
], ],