X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fbackground_job%2Flist.html;h=f5668daa18e667f179b282e42aeed1028396d5e5;hb=HEAD;hp=c0ef9993d3641efc45dd5151960a4f1c14d6b8e0;hpb=4e4bd8f9d9b5c89d42829011786d3766a0b926bf;p=kivitendo-erp.git diff --git a/templates/webpages/background_job/list.html b/templates/webpages/background_job/list.html index c0ef9993d..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.') %] @@ -14,19 +12,24 @@ [%- ELSE %] - - - - - - - - + + + + + + + + [%- FOREACH background_job = BACKGROUND_JOBS %] + @@ -63,13 +62,4 @@
[%- LxERP.t8('Execution type') %][%- LxERP.t8('Package name') %][%- 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) %] + + [%- IF background_job.type == 'once' %] [%- LxERP.t8('one-time execution') %] @@ -35,10 +38,6 @@ [% ELSE %] [%- HTML.escape(background_job.type) %] [%- END %] - - - [%- HTML.escape(background_job.package_name) %] - [% IF background_job.active %][%- LxERP.t8('yes') %][% ELSE %][%- LxERP.t8('no') %][%- END %] [%- HTML.escape(background_job.cron_spec) %]
[%- END %] -


- -

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

-
- - + [% L.paginate_controls %]