From ea6db227237320ffde086aad3e41b4c2945e28db Mon Sep 17 00:00:00 2001 From: tofulm Date: Thu, 11 Mar 2021 22:00:10 +0100 Subject: [PATCH] =?UTF-8?q?am=C3=A9lioration=20ergonomique=20du=20form?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- formulaires/gamucontact.html | 19 ++++++++----------- gamucontact_options.php | 1 + lang/gamucontact_fr.php | 3 +++ 3 files changed, 12 insertions(+), 11 deletions(-) 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', );