From 7ca41ea6b74b459b509637b1aef05687683b128a Mon Sep 17 00:00:00 2001 From: engel <> Date: Fri, 29 Apr 2022 09:01:15 +0000 Subject: [PATCH] =?UTF-8?q?Changement=20gestion=20choix=20ann=C3=A9e=20fis?= =?UTF-8?q?cale?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit FossilOrigin-Name: d6a1c29317cfa870514efff87598a508738ef9d089e52c9b75b0e3e5477a73c9 --- templates/choix_annee.tpl | 20 ++++++++++++++++++++ templates/index.tpl | 17 +++++++---------- www/admin/action.php | 40 +++++++++++++++++++++++++++++++++------ www/admin/choix_annee.php | 24 +++++++++++++++++++++++ www/admin/index.php | 12 +++++------- 5 files changed, 90 insertions(+), 23 deletions(-) create mode 100644 templates/choix_annee.tpl create mode 100644 www/admin/choix_annee.php diff --git a/templates/choix_annee.tpl b/templates/choix_annee.tpl new file mode 100644 index 0000000..9536b5c --- /dev/null +++ b/templates/choix_annee.tpl @@ -0,0 +1,20 @@ +{include file="admin/_head.tpl" title="Changer d'année fiscale"} + +
+ +{include file="admin/_foot.tpl"} \ No newline at end of file diff --git a/templates/index.tpl b/templates/index.tpl index d6c7cba..84db4cd 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -1,17 +1,14 @@ {include file="%s/templates/_nav.tpl"|args:$plugin_root current_nav="index"} -