diff --git a/htdocs/core/boxes/box_scheduled_jobs.php b/htdocs/core/boxes/box_scheduled_jobs.php index d981432b4d2..0fc63126ec9 100644 --- a/htdocs/core/boxes/box_scheduled_jobs.php +++ b/htdocs/core/boxes/box_scheduled_jobs.php @@ -141,7 +141,7 @@ class box_scheduled_jobs extends ModeleBoxes foreach ($resultarray as $line => $value) { $this->info_box_contents[$line][] = array( - 'td' => 'class="tdoverflowmax100"', + 'td' => 'class="tdoverflowmax200"', 'text' => $resultarray[$line][0] ); @@ -154,18 +154,18 @@ class box_scheduled_jobs extends ModeleBoxes 'textnoformat' => (empty($resultarray[$line][2]) ? '' : $form->textwithpicto(dol_print_date($resultarray[$line][2], "dayhoursec"), $langs->trans("CurrentTimeZone"))) ); $this->info_box_contents[$line][] = array( - 'td' => 'class="right" ', + 'td' => 'class="center" ', 'textnoformat' => $resultarray[$line][4] ); $line++; } $this->info_box_contents[$line][] = array( - 'td' => 'class="tdoverflowmax200" colspan="2"', + 'td' => 'class="tdoverflowmax300" colspan="3"', 'text' => $langs->trans("NumberScheduledJobError") ); $this->info_box_contents[$line][] = array( - 'td' => 'class="right" colspan="2"', - 'textnoformat' => ($nbjobsinerror ? ''.$nbjobsinerror.img_error() : ''.$langs->trans("None").'') + 'td' => 'class="center"', + 'textnoformat' => (!$nbjobsinerror ? ''.$nbjobsinerror.img_error() : '
0
') ); } else { $this->info_box_contents[0][0] = array(