diff --git a/htdocs/projet/propal.php b/htdocs/projet/propal.php
index 15cfadc750b..7863b522f2c 100644
--- a/htdocs/projet/propal.php
+++ b/htdocs/projet/propal.php
@@ -119,6 +119,18 @@ print '
| '.$langs->trans("Ref").' | '.$projet->ref.' |
';
print '| '.$langs->trans("Label").' | '.$projet->title.' |
';
print '';
+/*
+ * Barre d'action
+ *
+ */
+ print '';
+
+ if ($conf->propal->enabled && $user->rights->propale->creer)
+ {
+ $langs->load("propal");
+ print '
'.$langs->trans("AddProp").'';
+ }
+
$propales = $projet->get_propal_list();
if (sizeof($propales)>0 && is_array($propales))