diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php
index 29c0b1f4695..4bc8d974374 100644
--- a/htdocs/compta/facture.php
+++ b/htdocs/compta/facture.php
@@ -790,8 +790,12 @@ else
print '
'.price($objp->subprice)." | \n";
if ($fac->statut == 0 && $user->rights->facture->creer)
{
- print 'del | ';
- print 'edit | ';
+ print '';
+ print img_edit();
+ print ' | ';
+ print '';
+ print img_delete();
+ print ' | ';
}
else
{