From 2923e6fca634231533cca11e43a9091344ff4ba5 Mon Sep 17 00:00:00 2001 From: Debulois Date: Sun, 10 Apr 2022 21:25:00 +0200 Subject: Ajout d'un système de notification pour alerter les pro et finition MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Template/Include/incl_table_myMission.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Template/Include/incl_table_myMission.php') diff --git a/Template/Include/incl_table_myMission.php b/Template/Include/incl_table_myMission.php index d97e32d..e55346d 100644 --- a/Template/Include/incl_table_myMission.php +++ b/Template/Include/incl_table_myMission.php @@ -74,7 +74,7 @@ echo('
// **************************************************************************** // TABLEAU DES MISSIONS EN ATTENTE // **************************************************************************** -echo('
'); +echo('
'); if ($missionStatus["pending"]) { echo(' @@ -109,7 +109,7 @@ echo(''); // **************************************************************************** // TABLEAU DES MISSIONS EN COURS // **************************************************************************** -echo('
'); +echo('
'); if ($missionStatus["ongoing"]) { echo('
-- cgit v1.2.3