diff --git a/htdocs/projet/tasks/list.php b/htdocs/projet/tasks/list.php index d23617192b3..b2e16e7c21e 100644 --- a/htdocs/projet/tasks/list.php +++ b/htdocs/projet/tasks/list.php @@ -234,18 +234,6 @@ print ""; print ''; -print ''; - -/* - * Actions - */ -if ($user->rights->projet->creer) -{ - print '
'; - print ''.$langs->trans('AddTask').''; - print '
'; -} - llxFooter();