From e7bae690d9e61bf5c08de27579b58028895efab7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 18 Jan 2010 23:42:06 +0000 Subject: [PATCH] Can filter action on project --- htdocs/comm/action/index.php | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php index 808a6e343db..791deef2f88 100644 --- a/htdocs/comm/action/index.php +++ b/htdocs/comm/action/index.php @@ -186,19 +186,21 @@ if ($canedit || $conf->projet->enabled) print ''; print ''; print $langs->trans("ActionsAskedBy"); - print ''; + print '  '; print $form->select_users($filtera,'userasked',1,'',!$canedit); print ''; print ''; - print ''; print ''; print $langs->trans("ActionsToDoBy"); - print ''; + print ''; + print ''; + print $langs->trans("ActionsToDoBy"); + print '  '; print $form->select_users($filtert,'usertodo',1,'',!$canedit); print ''; print ''; print ''; print $langs->trans("ActionsDoneBy"); - print ''; + print '  '; print $form->select_users($filterd,'userdone',1,'',!$canedit); print ''; } @@ -207,7 +209,10 @@ if ($canedit || $conf->projet->enabled) { print ''; print ''; - print $langs->trans("Project").'   '; print ''; select_projects($socid,$_REQUEST["projectid"],'projectid'); print ''; + print $langs->trans("Project").'   '; + print ''; + select_projects($socid,$_REQUEST["projectid"],'projectid'); + print ''; } print '';