X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/345248fd59538b5bfabc5fc54defdc17f76481f3..HEAD:/templates/webpages/background_job/list.html diff --git a/templates/webpages/background_job/list.html b/templates/webpages/background_job/list.html index 881df6b39..1980f8f14 100644 --- a/templates/webpages/background_job/list.html +++ b/templates/webpages/background_job/list.html @@ -1,11 +1,9 @@ [% USE HTML %][% USE L %][% USE LxERP %] -

[% FORM.title %]

[%- INCLUDE 'common/flash.html' %] -
[% IF !BACKGROUND_JOBS.size %]

[%- LxERP.t8('No background job has been created yet.') %] @@ -16,6 +14,7 @@ [% L.sortable_table_header('package_name') %] + [% L.sortable_table_header('description') %] [% L.sortable_table_header('type') %] [% L.sortable_table_header('active') %] [% L.sortable_table_header('cron_spec') %] @@ -32,6 +31,7 @@ [%- HTML.escape(background_job.package_name) %] + [%- HTML.escape(background_job.description) %] [%- IF background_job.type == 'once' %] [%- LxERP.t8('one-time execution') %] @@ -65,14 +65,3 @@ [%- END %] [% L.paginate_controls %] - -


- -

- [%- LxERP.t8('Create new background job') %] - | - [%- LxERP.t8('View background job history') %] - | - [%- LxERP.t8('Task server control') %] -

-