diff --git a/htdocs/core/lib/project.lib.php b/htdocs/core/lib/project.lib.php
index 173aee8ce26..4bfc8e4d97b 100644
--- a/htdocs/core/lib/project.lib.php
+++ b/htdocs/core/lib/project.lib.php
@@ -635,7 +635,7 @@ function projectLinesPerDay(&$inc, $parent, $fuser, $lines, &$level, &$projectsr
if (! empty($conf->global->PROJECT_LINES_PERDAY_SHOW_THIRDPARTY))
{
// Thirdparty
- print '
';
+ print ' | ';
$thirdpartystatic->id=$lines[$i]->socid;
$thirdpartystatic->name=$lines[$i]->thirdparty_name;
print $thirdpartystatic->getNomUrl(1, 'project', 10);
@@ -839,10 +839,10 @@ function projectLinesPerWeek(&$inc, $firstdaytoshow, $fuser, $parent, $lines, &$
if (! empty($conf->global->PROJECT_LINES_PERWEEK_SHOW_THIRDPARTY))
{
// Thirdparty
- print ' | ';
+ print ' | ';
$thirdpartystatic->id=$lines[$i]->thirdparty_id;
$thirdpartystatic->name=$lines[$i]->thirdparty_name;
- print $thirdpartystatic->getNomUrl(1, 'project', 10);
+ print $thirdpartystatic->getNomUrl(1, 'project');
print ' | ';
}
diff --git a/htdocs/projet/activity/perday.php b/htdocs/projet/activity/perday.php
index 195ad3dbd89..e47d105e863 100644
--- a/htdocs/projet/activity/perday.php
+++ b/htdocs/projet/activity/perday.php
@@ -413,11 +413,11 @@ if (! empty($conf->global->PROJECT_LINES_PERDAY_SHOW_THIRDPARTY))
{
print ''.$langs->trans("ThirdParty").' | ';
}
-print ''.$langs->trans("PlannedWorkload").' | ';
-print ''.$langs->trans("ProgressDeclared").' | ';
-print ''.$langs->trans("TimeSpent").' | ';
-if ($usertoprocess->id == $user->id) print ''.$langs->trans("TimeSpentByYou").' | ';
-else print ''.$langs->trans("TimeSpentByUser").' | ';
+print ''.$langs->trans("PlannedWorkload").' | ';
+print ''.$langs->trans("ProgressDeclared").' | ';
+print ''.$langs->trans("TimeSpent").' | ';
+if ($usertoprocess->id == $user->id) print ''.$langs->trans("TimeSpentByYou").' | ';
+else print ''.$langs->trans("TimeSpentByUser").' | ';
print ''.$langs->trans("HourStart").' | ';
print ''.$langs->trans("Duration").' | ';
print ''.$langs->trans("Note").' | ';
diff --git a/htdocs/projet/activity/perweek.php b/htdocs/projet/activity/perweek.php
index 7bfa7728d4f..fb2f3f1c752 100644
--- a/htdocs/projet/activity/perweek.php
+++ b/htdocs/projet/activity/perweek.php
@@ -408,17 +408,17 @@ if (! empty($conf->global->PROJECT_LINES_PERWEEK_SHOW_THIRDPARTY))
{
print ''.$langs->trans("ThirdParty").' | ';
}
-print ''.$langs->trans("PlannedWorkload").' | ';
-print ''.$langs->trans("ProgressDeclared").' | ';
-print ''.$langs->trans("TimeSpent").' | ';
-if ($usertoprocess->id == $user->id) print ''.$langs->trans("TimeSpentByYou").' | ';
-else print ''.$langs->trans("TimeSpentByUser").' | ';
+print ''.$langs->trans("PlannedWorkload").' | ';
+print ''.$langs->trans("ProgressDeclared").' | ';
+print ''.$langs->trans("TimeSpent").' | ';
+if ($usertoprocess->id == $user->id) print ''.$langs->trans("TimeSpentByYou").' | ';
+else print ''.$langs->trans("TimeSpentByUser").' | ';
$startday=dol_mktime(12, 0, 0, $startdayarray['first_month'], $startdayarray['first_day'], $startdayarray['first_year']);
for($i=0;$i<7;$i++)
{
- print ''.dol_print_date($startday + ($i * 3600 * 24), '%a').' '.dol_print_date($startday + ($i * 3600 * 24), 'dayreduceformat').' | ';
+ print ''.dol_print_date($startday + ($i * 3600 * 24), '%a').' '.dol_print_date($startday + ($i * 3600 * 24), 'dayreduceformat').' | ';
}
print ' | ';
print "\n";
@@ -460,13 +460,13 @@ if (count($tasksarray) > 0)
print '
| '.$langs->trans("Total").' |
- |
- |
- |
- |
- |
- |
- |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
|
';
}