Prepare 13.0
This commit is contained in:
parent
d3bd709ad6
commit
5dc6f5b89f
@ -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 ? '<span class="error"><a href="'.DOL_URL_ROOT.'/cron/list.php?search_lastresult='.urlencode('<>0').'">'.$nbjobsinerror.'</a></span>'.img_error() : '<span class="opacitymedium">'.$langs->trans("None").'<span>')
|
||||
'textnoformat' => ($nbjobsinerror ? '<span class="error"><a href="'.DOL_URL_ROOT.'/cron/list.php?search_lastresult='.urlencode('<>0').'">'.$nbjobsinerror.img_error() : '<span class="opacitymedium">'.$langs->trans("None").'</span></a></span>')
|
||||
);
|
||||
} else {
|
||||
$this->info_box_contents[0][0] = array(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user