X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fbackground_job_history%2F_filter.html;h=9c0c96eb297ed65800adf6c7be56234da0b9a0fb;hb=0f89f464cab063864d7064d2f940571b7c755e8f;hp=ebcd06a31395d1228d73f237ea29640c2d2618ce;hpb=405313d551dc6e398887716a2889f19d51f0375b;p=kivitendo-erp.git diff --git a/templates/webpages/background_job_history/_filter.html b/templates/webpages/background_job_history/_filter.html index ebcd06a31..9c0c96eb2 100644 --- a/templates/webpages/background_job_history/_filter.html +++ b/templates/webpages/background_job_history/_filter.html @@ -25,11 +25,11 @@ [% L.select_tag('filter.status:eq_ignore_empty', [ [ '', '' ], [ 'failure', LxERP.t8('failed') ], [ 'success', LxERP.t8('succeeded') ] ], default=filter.status_eq_ignore_empty) %] - [% LxERP.t8('Run at') %] [% LxERP.t8('From Date') %] + [% LxERP.t8('Execution date from') %] [% L.date_tag('filter.run_at:date::ge', filter.run_at_date__ge) %] - [% LxERP.t8('Run at') %] [% LxERP.t8('To Date') %] + [% LxERP.t8('Execution date to') %] [% L.date_tag('filter.run_at:date::le', filter.run_at_date__le) %]