X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fbackground_job%2Flist.html;h=f5668daa18e667f179b282e42aeed1028396d5e5;hb=d58f0807a72e7a791cded47b057e5f20116ca13f;hp=6ccef1c2041ccb146055c0233dde25fbc1b5130b;hpb=cf32b30bf5fd61c825a62c444302365cef96a03f;p=kivitendo-erp.git diff --git a/templates/webpages/background_job/list.html b/templates/webpages/background_job/list.html index 6ccef1c20..f5668daa1 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 %]
+

[% FORM.title %]

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

[%- LxERP.t8('No background job has been created yet.') %] @@ -15,12 +13,12 @@ - - - - - - + + + + + + @@ -28,7 +26,7 @@ [%- FOREACH background_job = BACKGROUND_JOBS %] @@ -64,15 +62,4 @@
[%- 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) %]
[%- END %] -


- -

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

-
- - + [% L.paginate_controls %]