diff --git a/htdocs/core/boxes/box_scheduled_jobs.php b/htdocs/core/boxes/box_scheduled_jobs.php index fd8aa5882f2..c7a4692f620 100644 --- a/htdocs/core/boxes/box_scheduled_jobs.php +++ b/htdocs/core/boxes/box_scheduled_jobs.php @@ -154,7 +154,7 @@ class box_scheduled_jobs extends ModeleBoxes 'textnoformat' => (empty($resultarray[$line][2]) ? '' : $form->textwithpicto(dol_print_date($resultarray[$line][2], "dayhoursec", 'tzserver'), $langs->trans("CurrentTimeZone"))) ); $this->info_box_contents[$line][] = array( - 'td' => 'class="center" ', + 'td' => 'class="right" ', 'textnoformat' => $resultarray[$line][4] ); $line++; @@ -173,7 +173,7 @@ class box_scheduled_jobs extends ModeleBoxes $textnoformat .= '
'.$nbjobsinerror.'
'; } if (empty($nbjobsnotfinished) && empty($nbjobsinerror)) { - $textnoformat .= '
0
'; + $textnoformat .= '
0
'; } $this->info_box_contents[$line][] = array( 'td' => 'class="center"',