Ajout icon warning sur lignes des contrats expirs

This commit is contained in:
Laurent Destailleur 2004-07-14 18:14:39 +00:00
parent 62543e2c39
commit 70ab69f977
2 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ if ( $db->query($sql) )
}
else {
$class = "error";
$statut="<b>En service, expiré</b>".img_warning();
$statut="<b>En service</b>, ".img_warning()." expiré";
}
}
elseif($obj->enservice == 2)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 380 B

After

Width:  |  Height:  |  Size: 515 B