From 49f367424b0ed077a7cd8f9e78e9a463fdf69136 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Wed, 4 Dec 2019 12:02:55 +0100 Subject: [PATCH] [9.2.13] Form Etiquette en premier --- module/form/form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/form/form.php b/module/form/form.php index 86de0cff..3cbe9940 100644 --- a/module/form/form.php +++ b/module/form/form.php @@ -45,13 +45,13 @@ class form extends common { public static $types = [ + self::TYPE_LABEL => 'Etiquette', self::TYPE_TEXT => 'Champ texte', self::TYPE_TEXTAREA => 'Grand champ texte', self::TYPE_MAIL => 'Champ mail', self::TYPE_SELECT => 'Sélection', self::TYPE_DATETIME => 'Date', self::TYPE_CHECKBOX => 'Case à cocher', - self::TYPE_LABEL => 'Etiquette', ]; public static $listUsers = [