diff --git a/htdocs/core/boxes/box_scheduled_jobs.php b/htdocs/core/boxes/box_scheduled_jobs.php
index 23d520e9a8a..d981432b4d2 100644
--- a/htdocs/core/boxes/box_scheduled_jobs.php
+++ b/htdocs/core/boxes/box_scheduled_jobs.php
@@ -117,7 +117,7 @@ class box_scheduled_jobs extends ModeleBoxes
$cronstatic->getNomUrl(1),
$cronstatic->datelastrun,
$cronstatic->status,
- $cronstatic->getLibStatut(2)
+ $cronstatic->getLibStatut(3)
);
$line++;
}
@@ -135,18 +135,18 @@ class box_scheduled_jobs extends ModeleBoxes
$cronstatic->getNomUrl(1),
$cronstatic->datenextrun,
$cronstatic->status,
- $cronstatic->getLibStatut(2)
+ $cronstatic->getLibStatut(3)
);
}
foreach ($resultarray as $line => $value) {
$this->info_box_contents[$line][] = array(
- 'td' => 'class="left"',
+ 'td' => 'class="tdoverflowmax100"',
'text' => $resultarray[$line][0]
);
$this->info_box_contents[$line][] = array(
- 'td' => 'class="left"',
+ 'td' => 'class="nowraponall"',
'textnoformat' => $resultarray[$line][1]
);
$this->info_box_contents[$line][] = array(
@@ -160,12 +160,12 @@ class box_scheduled_jobs extends ModeleBoxes
$line++;
}
$this->info_box_contents[$line][] = array(
- 'td' => 'class="left" colspan="2"',
+ 'td' => 'class="tdoverflowmax200" colspan="2"',
'text' => $langs->trans("NumberScheduledJobError")
);
$this->info_box_contents[$line][] = array(
'td' => 'class="right" colspan="2"',
- 'textnoformat' => ($nbjobsinerror ? ''.$nbjobsinerror.''.img_error() : ''.$langs->trans("None").'')
+ 'textnoformat' => ($nbjobsinerror ? ''.$nbjobsinerror.img_error() : ''.$langs->trans("None").'')
);
} else {
$this->info_box_contents[0][0] = array(