Fix status of crons

This commit is contained in:
Laurent Destailleur
2019-05-13 10:26:30 +02:00
parent 39c9efbc51
commit f0cdaff936
5 changed files with 6 additions and 8 deletions

View File

@@ -2737,7 +2737,7 @@ elseif (! empty($module))
if ($action != 'editfile' || empty($file))
{
print '<span class="opacitymedium">'.$langs->trans("CronJobDefDesc", '<a href="'.DOL_URL_ROOT.'/cron/list.php?status=-2">'.$langs->transnoentities('CronList').'</a>').'</span><br>';
print '<span class="opacitymedium">'.$langs->trans("CronJobDefDesc", '<a href="'.DOL_URL_ROOT.'/cron/list.php">'.$langs->transnoentities('CronList').'</a>').'</span><br>';
print '<br>';
print '<span class="fa fa-file-o"></span> '.$langs->trans("DescriptorFile").' : <strong>'.$pathtofile.'</strong>';