From e219afb405fb385cdb5d1d8dca1e4d0236e42de1 Mon Sep 17 00:00:00 2001 From: engel <> Date: Thu, 19 Jan 2023 16:54:00 +0000 Subject: [PATCH 1/3] =?UTF-8?q?D=C3=A9but=20ajout=20fonctionnalit=C3=A9s?= =?UTF-8?q?=20demand=C3=A9es=20:=20-=20param=C3=A9trer=20le=20num=C3=A9ro?= =?UTF-8?q?=20de=20re=C3=A7u=20-=20imprimer=20=C3=A0=20la=20demande=20l'ad?= =?UTF-8?q?resse=20de=20courriel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit FossilOrigin-Name: 10c1ca642474c2b00b7d0197afc736f2c2aca3b453808ac1fda19e14b0acc092 --- config.json | 7 +++- templates/config.tpl | 98 +++++++++++++++++++++++++++++++++----------- www/admin/config.php | 29 ++++++++++--- www/admin/index.php | 5 +++ www/admin/style.css | 20 ++++++++- 5 files changed, 127 insertions(+), 32 deletions(-) diff --git a/config.json b/config.json index 6c0b346..35c9d50 100644 --- a/config.json +++ b/config.json @@ -26,5 +26,10 @@ "remarque" : "aide aux personnes en difficulté", "valeur" : 0 } - ] + ], + "numerotation" : { + "prefixe" : "", + "separateur" : "-", + "defaut" : "%a-%m" + } } diff --git a/templates/config.tpl b/templates/config.tpl index 3bc3e43..e812ef3 100644 --- a/templates/config.tpl +++ b/templates/config.tpl @@ -15,7 +15,7 @@