diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php index 025740e1c17..d633ac15be6 100644 --- a/htdocs/comm/propal.php +++ b/htdocs/comm/propal.php @@ -466,10 +466,10 @@ if ($_GET["propalid"]) // Icone d'edition et suppression if ($propal->statut == 0 && $user->rights->propale->creer) { - print ''; + print ''; //print img_edit(); print ''; - print ''; + print ''; print img_delete(); print ''; }