diff --git a/formulaires/gamucontact.html b/formulaires/gamucontact.html index 11b1fbc..7f74cba 100644 --- a/formulaires/gamucontact.html +++ b/formulaires/gamucontact.html @@ -6,21 +6,18 @@
#ACTION_FORMULAIRE{#ENV{action}} -
- <:gamucontact:votre_message:> - #GENERER_SAISIES{#ENV{_saisies}} -
+ #GENERER_SAISIES{#ENV{_saisies}} - [(#REM) Piege a robots spammeurs ] -

+ [(#REM) Piege a robots spammeurs ] +

-

-
+

+ +
+  <:gamucontact:envoyer:> +
-
diff --git a/gamucontact_options.php b/gamucontact_options.php index 4918dba..6baad2e 100644 --- a/gamucontact_options.php +++ b/gamucontact_options.php @@ -40,6 +40,7 @@ $GLOBALS['gamucontact'] = [ 'nom' => 'objet', 'label' => 'Objet', 'obligatoire' => 'oui', + 'class' => 'w100' //'fonction' => 'ma_super_fonction' ) ], diff --git a/lang/gamucontact_fr.php b/lang/gamucontact_fr.php index e36cb0f..741a93a 100644 --- a/lang/gamucontact_fr.php +++ b/lang/gamucontact_fr.php @@ -15,6 +15,9 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'cfg_exemple_explication' => 'Explication de cet exemple', 'cfg_titre_parametrages' => 'Paramétrages', + // EE + 'envoyer' => "Envoyer", + // T 'titre_page_configurer_gamucontact' => 'Gamu Contact', );