From c06aaa37cd4cf86ca72d555b2aa84db8899c7881 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sun, 12 May 2019 23:26:49 +0200 Subject: [PATCH] [Form 1.9] taille du bouton Envoyer --- module/form/form.php | 2 +- module/form/view/index/index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/form/form.php b/module/form/form.php index 7a9f49de..659aec56 100644 --- a/module/form/form.php +++ b/module/form/form.php @@ -32,7 +32,7 @@ class form extends common { public static $pagination; - const FORM_VERSION = '1.8'; + const FORM_VERSION = '1.9'; const TYPE_MAIL = 'mail'; const TYPE_SELECT = 'select'; diff --git a/module/form/view/index/index.php b/module/form/view/index/index.php index 6c65b6cf..b2e41efe 100644 --- a/module/form/view/index/index.php +++ b/module/form/view/index/index.php @@ -46,7 +46,7 @@
-
+
$this->getData(['module', $this->getUrl(0), 'config', 'button']) ? $this->getData(['module', $this->getUrl(0), 'config', 'button']) : 'Envoyer', 'ico' => ''