Jobverlaufsfilter: bessere Benennung des Ausführungsdatumsfilters
authorMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 22 May 2017 08:50:44 +0000 (10:50 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 22 May 2017 08:51:03 +0000 (10:51 +0200)
Siehe #256.

templates/webpages/background_job_history/_filter.html

index ebcd06a..9c0c96e 100644 (file)
     <td>[% L.select_tag('filter.status:eq_ignore_empty', [ [ '', '' ], [ 'failure', LxERP.t8('failed') ], [ 'success', LxERP.t8('succeeded') ] ], default=filter.status_eq_ignore_empty) %]</td>
    </tr>
    <tr>
-    <th align="right">[% LxERP.t8('Run at') %] [% LxERP.t8('From Date') %]</th>
+    <th align="right">[% LxERP.t8('Execution date from') %]</th>
     <td>[% L.date_tag('filter.run_at:date::ge', filter.run_at_date__ge) %]</td>
    </tr>
    <tr>
-    <th align="right">[% LxERP.t8('Run at') %] [% LxERP.t8('To Date') %]</th>
+    <th align="right">[% LxERP.t8('Execution date to') %]</th>
     <td>[% L.date_tag('filter.run_at:date::le', filter.run_at_date__le) %]</td>
    </tr>
   </table>