X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/cf32b30bf5fd61c825a62c444302365cef96a03f..fbcd5580:/templates/webpages/background_job/list.html diff --git a/templates/webpages/background_job/list.html b/templates/webpages/background_job/list.html index 6ccef1c20..b3d53eaa4 100644 --- a/templates/webpages/background_job/list.html +++ b/templates/webpages/background_job/list.html @@ -1,7 +1,6 @@ [% USE HTML %][% USE L %][% USE LxERP %] -
-| [%- LxERP.t8('Package name') %] | -[%- LxERP.t8('Execution type') %] | -[%- LxERP.t8('Active') %] | -[%- LxERP.t8('Execution schedule') %] | -[%- LxERP.t8('Last run at') %] | -[%- LxERP.t8('Next run at') %] | +[% L.sortable_table_header('package_name') %] | +[% L.sortable_table_header('type') %] | +[% L.sortable_table_header('active') %] | +[% L.sortable_table_header('cron_spec') %] | +[% L.sortable_table_header('last_run_at') %] | +[% L.sortable_table_header('next_run_at') %] |
|---|---|---|---|---|---|---|---|---|---|---|---|
| - + [%- HTML.escape(background_job.package_name) %] | @@ -64,15 +63,15 @@
- [%- LxERP.t8('Create new background job') %] + [%- LxERP.t8('Create new background job') %] | [%- LxERP.t8('View background job history') %] | [%- LxERP.t8('Task server control') %]
- -