';
/* Affichage de la liste des projets d'hier */
+print '
';
print '
';
print '';
print '| '.$langs->trans('ActivityOnProjectYesterday').' | ';
@@ -234,6 +239,7 @@ print ''.$langs->trans('Total').' | ';
print ''.convertSecondToTime($total, 'allhourmin').' | ';
print "
\n";
print "
";
+print '
';
@@ -243,6 +249,7 @@ if ($db->type != 'pgsql')
print '
';
// Affichage de la liste des projets de la semaine
+ print '
';
print '
';
print '';
print '| '.$langs->trans("ActivityOnProjectThisWeek").' | ';
@@ -291,7 +298,7 @@ if ($db->type != 'pgsql')
print ''.$langs->trans('Total').' | ';
print ''.convertSecondToTime($total, 'allhourmin').' | ';
print "
\n";
- print "
";
+ print "
";
}
*/
@@ -299,6 +306,7 @@ if ($db->type != 'pgsql')
/* Affichage de la liste des projets du mois */
if (! empty($conf->global->PROJECT_TASK_TIME_MONTH))
{
+ print '
';
print '
';
print '';
print '| '.$langs->trans("ActivityOnProjectThisMonth").': '.dol_print_date($now, "%B %Y").' | ';
@@ -343,11 +351,13 @@ if (! empty($conf->global->PROJECT_TASK_TIME_MONTH))
print ''.convertSecondToTime($total, 'allhourmin').' | ';
print "
\n";
print "
";
+ print '
';
}
/* Affichage de la liste des projets de l'annee */
if (! empty($conf->global->PROJECT_TASK_TIME_YEAR))
{
+ print '
';
print '
';
print '';
print '| '.$langs->trans("ActivityOnProjectThisYear").': '.strftime("%Y", $now).' | ';
@@ -393,6 +403,7 @@ if (! empty($conf->global->PROJECT_TASK_TIME_YEAR))
print ''.convertSecondToTime($total, 'allhourmin').' | ';
print "
\n";
print "
";
+ print '
';
}
if (empty($conf->global->PROJECT_HIDE_TASKS) && ! empty($conf->global->PROJECT_SHOW_TASK_LIST_ON_PROJECT_AREA))
@@ -467,6 +478,7 @@ if (empty($conf->global->PROJECT_HIDE_TASKS) && ! empty($conf->global->PROJECT_S
//print load_fiche_titre($langs->trans("TasksOnOpenedProject"),'','').'
';
+ print '
';
print '
';
print '';
//print '| '.$langs->trans('TaskRessourceLinks').' | ';
@@ -566,6 +578,7 @@ if (empty($conf->global->PROJECT_HIDE_TASKS) && ! empty($conf->global->PROJECT_S
}
print "
";
+ print '
';
$db->free($resql);