[%- USE Api2; SET cron_list_results = Api2.exec( 'Cron', 'listcron', { 'omit_extra_record' => 1 } ); -%]
| [% locale.maketext("Minute") %] | [% locale.maketext("Hour") %] | [% locale.maketext("Day") %] | [% locale.maketext("Month") %] | [% locale.maketext("Weekday") %] | [% locale.maketext("Command") %] | [% locale.maketext("Actions") %] |
|---|---|---|---|---|---|---|
| [% locale.maketext("No Cron Jobs") %] | ||||||
| [% q.minute | html %] | [% q.hour | html %] | [% q.day | html %] | [% q.month | html %] | [% q.weekday | html %] |
[% q.command | html %]
|
[% locale.maketext("Edit") %] [% locale.maketext("Delete") %] |
| [% PROCESS cron/edit_module.html.tt %] | ||||||