diff --git a/htdocs/contrat/index.php b/htdocs/contrat/index.php index 68051fb8eaa..2ca42140254 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é".img_warning(); + $statut="En service, ".img_warning()." expiré"; } } elseif($obj->enservice == 2) diff --git a/htdocs/theme/eldy/img/warning.png b/htdocs/theme/eldy/img/warning.png index 9a1a4e9fa71..0fcee3274f9 100644 Binary files a/htdocs/theme/eldy/img/warning.png and b/htdocs/theme/eldy/img/warning.png differ