diff --git a/htdocs/cron/card.php b/htdocs/cron/card.php index c8d0d3c5ed5..15c6b847166 100644 --- a/htdocs/cron/card.php +++ b/htdocs/cron/card.php @@ -593,7 +593,7 @@ if (($action == "create") || ($action == "edit")) { print "".$langs->trans($object->label); print "";*/ - print ''; + print ''; print $langs->trans('CronType').""; print $formCron->select_typejob('jobtype', $object->jobtype, 1); print ""; @@ -660,7 +660,7 @@ if (($action == "create") || ($action == "edit")) { print '
'; print ''; - print '"; print "
'; + print '
'; print $langs->trans('CronEvery').""; if ($object->unitfrequency == "60") { @@ -741,7 +741,7 @@ if (($action == "create") || ($action == "edit")) { print '
'; print ''; - print ''; print ''; -print ''; +//print ''; print ''; print ''; print ''; @@ -491,7 +491,7 @@ if (getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) { } print_liste_field_titre("Ref", $_SERVER["PHP_SELF"], "t.rowid", "", $param, '', $sortfield, $sortorder); print_liste_field_titre("CronLabel", $_SERVER["PHP_SELF"], "t.label", "", $param, '', $sortfield, $sortorder); -print_liste_field_titre("Priority", $_SERVER["PHP_SELF"], "t.priority", "", $param, '', $sortfield, $sortorder); +//print_liste_field_titre("Priority", $_SERVER["PHP_SELF"], "t.priority", "", $param, '', $sortfield, $sortorder); print_liste_field_titre("CronModule", $_SERVER["PHP_SELF"], "t.module_name", "", $param, '', $sortfield, $sortorder); print_liste_field_titre("", '', '', "", $param, '', $sortfield, $sortorder, 'tdoverflowmax50 '); print_liste_field_titre("CronFrequency", '', "", "", $param, '', $sortfield, $sortorder); @@ -567,7 +567,7 @@ if ($num > 0) { print ''; // Label - print ''; // Priority - print ''; + print '';*/ // Module print '
'; + print '
'; print $langs->trans('CronDtLastLaunch').""; if (!empty($object->datelastrun)) { print $form->textwithpicto(dol_print_date($object->datelastrun, 'dayhoursec'), $langs->trans("CurrentTimeZone")); diff --git a/htdocs/cron/list.php b/htdocs/cron/list.php index b2b9a2b3bad..892f770f7ab 100644 --- a/htdocs/cron/list.php +++ b/htdocs/cron/list.php @@ -459,7 +459,7 @@ print ' '; print ''; print '    '; + print ''; if (!empty($object->label)) { $object->ref = $langs->trans($object->label); print '
'; @@ -580,9 +580,9 @@ if ($num > 0) { print '
'; + /*print ''; print dol_escape_htmltag($object->priority); - print ''; @@ -694,7 +694,7 @@ if ($num > 0) { if (!empty($obj->datenextrun)) { $datenextrun = $db->jdate($obj->datenextrun); if (empty($obj->status)) { - print ''; + print ''; } print dol_print_date($datenextrun, 'dayhoursec'); if ($obj->status == Cronjob::STATUS_ENABLED) {