From 56ea9917ec9d00f04780cf14018750ccfeda9bb0 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Fri, 17 Feb 2023 11:11:53 +0100 Subject: [PATCH] Version des modules --- module/blog/changes.md | 2 ++ module/form/changes.md | 2 ++ module/form/form.php | 2 +- module/form/view/config/config.php | 1 - module/form/view/index/index.css | 3 +++ module/form/view/index/index.php | 1 - module/news/changes.md | 1 + 7 files changed, 9 insertions(+), 3 deletions(-) diff --git a/module/blog/changes.md b/module/blog/changes.md index ef81989d..6f169745 100755 --- a/module/blog/changes.md +++ b/module/blog/changes.md @@ -1,5 +1,7 @@ + # version 6.5 - Intl dates formats +- Modification liées à la suppression de flatpickr # version 6.4 - Multilingisme # version 6.31 diff --git a/module/form/changes.md b/module/form/changes.md index 4ea2c5c0..1ca82afc 100644 --- a/module/form/changes.md +++ b/module/form/changes.md @@ -1,3 +1,5 @@ +# Version 3.7 +- Modification liées à la suppression de flatpickr # Version 3.6 - Appel de fonction incorrect # Version 3.5 diff --git a/module/form/form.php b/module/form/form.php index fdbca6c9..7a661b45 100644 --- a/module/form/form.php +++ b/module/form/form.php @@ -16,7 +16,7 @@ class form extends common { - const VERSION = '3.6'; + const VERSION = '3.7'; const REALNAME = 'Formulaire'; const DATADIRECTORY = ''; // Contenu localisé inclus par défaut (page.json et module.json) diff --git a/module/form/view/config/config.php b/module/form/view/config/config.php index 39cd57af..08865dde 100644 --- a/module/form/view/config/config.php +++ b/module/form/view/config/config.php @@ -86,7 +86,6 @@ template::ico('plus'), 'class' => 'buttonGreen', - 'class' => 'buttonGreen' ]); ?> diff --git a/module/form/view/index/index.css b/module/form/view/index/index.css index 8cd17fdf..25f7959e 100644 --- a/module/form/view/index/index.css +++ b/module/form/view/index/index.css @@ -20,4 +20,7 @@ .formLabel hr { border: 0.5px solid; margin: 5px 0 5px; +} +.inputDateManagerWrapper { + width: 20%; } \ No newline at end of file diff --git a/module/form/view/index/index.php b/module/form/view/index/index.php index 5841ec46..3757947e 100644 --- a/module/form/view/index/index.php +++ b/module/form/view/index/index.php @@ -36,7 +36,6 @@ 'id' => 'formInput_' . $index, 'label' => $input['name'], 'type' => 'date', - 'vendor' => 'flatpickr' ]); ?>