mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
Improve display of cron-tabs on listing page.
This commit is contained in:
@@ -482,6 +482,11 @@ class cron_admin_form_ui extends e_admin_form_ui
|
|||||||
$text .= ($month != '*') ? LAN_CRON_53 ." ". strftime("%B", mktime(00, 00, 00, $month, 1, 2000)) : LAN_CRON_41; // Month(s)
|
$text .= ($month != '*') ? LAN_CRON_53 ." ". strftime("%B", mktime(00, 00, 00, $month, 1, 2000)) : LAN_CRON_41; // Month(s)
|
||||||
$text .= "<br />";
|
$text .= "<br />";
|
||||||
$text .= ($weekday != '*') ? LAN_CRON_54 ." ". strftime("%A", mktime(00, 00, 00, 5, $weekday, 2000)) : LAN_CRON_42; // Weekday(s)
|
$text .= ($weekday != '*') ? LAN_CRON_54 ." ". strftime("%A", mktime(00, 00, 00, 5, $weekday, 2000)) : LAN_CRON_42; // Weekday(s)
|
||||||
|
|
||||||
|
|
||||||
|
return "<a class='e-tip' href=''>".ADMIN_INFO_ICON."</a>
|
||||||
|
<div class='field-help'>".$text."</div>";
|
||||||
|
|
||||||
return $text;
|
return $text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user