From 62543e2c3930167c05014dc1bc3843457643aa14 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 14 Jul 2004 17:47:37 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20icon=20warning=20sur=20lignes=20des=20c?= =?UTF-8?q?ontrats=20expir=E9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/contrat/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/contrat/index.php b/htdocs/contrat/index.php index 3386cbc2ff4..68051fb8eaa 100644 --- a/htdocs/contrat/index.php +++ b/htdocs/contrat/index.php @@ -104,7 +104,7 @@ if ( $db->query($sql) ) } else { $class = "error"; - $statut="En service, expiré"; + $statut="En service, expiré".img_warning(); } } elseif($obj->enservice == 2)