Merge branch 'master' of https://git.gamuza.fr/SPIP/gamuContact
This commit is contained in:
commit
b400bf5e0e
2 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
<input type="text" class="text" name="nobot" id="contact_nobot" value="#ENV{nobot}" size="10" />
|
||||
</p>
|
||||
|
||||
<div class="boutons mt-5">
|
||||
<div class="boutons mt-5 text-right">
|
||||
<button type="submit" class="btn">
|
||||
<i class="fas fa-paper-plane"></i> <:gamucontact:envoyer:>
|
||||
</button>
|
||||
|
|
|
@ -23,6 +23,7 @@ $GLOBALS['gamucontact'] = [
|
|||
'nom' => 'nom',
|
||||
'label' => '<:gamucontact:votre_nom:>',
|
||||
'obligatoire' => 'oui',
|
||||
'class' => 'w100',
|
||||
//'fonction' => 'ma_super_fonction'
|
||||
)
|
||||
],
|
||||
|
@ -31,6 +32,7 @@ $GLOBALS['gamucontact'] = [
|
|||
'options' => array(
|
||||
'nom' => 'email_contact',
|
||||
'label' => '<:gamucontact:votre_email:>',
|
||||
'class' => 'w100',
|
||||
'obligatoire' => 'oui',
|
||||
)
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue