From 17ceca3758810e5b0bf6c907798acf80cb28991c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jan 2016 16:44:04 +0100 Subject: [PATCH] Fix: no create button on list --- htdocs/projet/tasks/list.php | 12 ------------ 1 file changed, 12 deletions(-) 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();