From bd15bf295241e9612a8c2ab0ac16e90273c23509 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 27 Apr 2019 13:43:11 +0200 Subject: [PATCH] CSS --- htdocs/projet/tasks/list.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/projet/tasks/list.php b/htdocs/projet/tasks/list.php index 1279a5191fd..94ca4d436d5 100644 --- a/htdocs/projet/tasks/list.php +++ b/htdocs/projet/tasks/list.php @@ -523,7 +523,7 @@ if (! empty($arrayfields['t.label']['checked'])) // Start date if (! empty($arrayfields['t.dateo']['checked'])) { - print ''; + print ''; if (! empty($conf->global->MAIN_LIST_FILTER_ON_DAY)) print ''; print ''; $formother->select_year($search_syear?$search_syear:-1, 'search_syear', 1, 20, 5); @@ -532,7 +532,7 @@ if (! empty($arrayfields['t.dateo']['checked'])) // End date if (! empty($arrayfields['t.datee']['checked'])) { - print ''; + print ''; if (! empty($conf->global->MAIN_LIST_FILTER_ON_DAY)) print ''; print ''; $formother->select_year($search_eyear?$search_eyear:-1, 'search_eyear', 1, 20, 5); @@ -657,7 +657,7 @@ while ($i < min($num, $limit)) // Ref if (! empty($arrayfields['t.ref']['checked'])) { - print ''; + print ''; print $object->getNomUrl(1, 'withproject'); if ($object->hasDelay()) print img_warning("Late"); print '';