From 53179a0a85d48ff1825b90db6c94601286138dd8 Mon Sep 17 00:00:00 2001 From: Theo Date: Thu, 21 Dec 2023 14:12:13 +0100 Subject: [PATCH] gestion de la liste --- controleurs/c_gestionFiche.php | 4 ++-- vues/v_gestionFiches.php | 18 ++++++++++++++++-- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/controleurs/c_gestionFiche.php b/controleurs/c_gestionFiche.php index a4ce1d8..9d9650a 100644 --- a/controleurs/c_gestionFiche.php +++ b/controleurs/c_gestionFiche.php @@ -1,9 +1,9 @@ getLesUtilisateurs(); //RENVOIE LISTE USERS -$_SESSION['typeU'] = 'comptable'; -include("../vues/v_gestionFiches.php"); +include("vues/v_gestionFiches.php"); diff --git a/vues/v_gestionFiches.php b/vues/v_gestionFiches.php index bdeef9d..749d8c0 100644 --- a/vues/v_gestionFiches.php +++ b/vues/v_gestionFiches.php @@ -1,11 +1,21 @@
+

Gerer mes fiches de frais


- '; + echo ''; } ?>
@@ -44,6 +54,10 @@ + +