From: Joachim Schwender Date: Sun, 14 Mar 2021 01:11:26 +0000 (+0100) Subject: better description for the job list, giving both sort order and direction X-Git-Tag: v2.4b1~180^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb71cf517e87935a6ecef8d30928c6dc4e346d18;p=thirdparty%2Fcups.git better description for the job list, giving both sort order and direction --- diff --git a/templates/de/jobs-header.tmpl b/templates/de/jobs-header.tmpl index a7ecc9e226..01f794b75a 100644 --- a/templates/de/jobs-header.tmpl +++ b/templates/de/jobs-header.tmpl @@ -2,4 +2,4 @@ {?which_jobs=completed?:
} {?which_jobs=all?:
} -

{?which_jobs=?Jobs listed in print order; held jobs appear first.:{which_jobs=all?Jobs listed in ascending order.:Jobs listed in descending order.}}

+

{?which_jobs=?Aktive Aufträge in Reihenfolge der Abarbeitung▼:{which_jobs=all?Aufträge in Reihenfolge des Empfangs▼:Aufträge in der Reihenfolge der Fertigstellung/Löschung/Abbruch▲}}

diff --git a/templates/jobs-header.tmpl b/templates/jobs-header.tmpl index dcac5724c0..6568a7ff54 100644 --- a/templates/jobs-header.tmpl +++ b/templates/jobs-header.tmpl @@ -2,4 +2,4 @@ {?which_jobs=completed?:
} {?which_jobs=all?:
} -

{?which_jobs=?Jobs listed in print order; held jobs appear first.:{which_jobs=all?Jobs listed in ascending order.:Jobs listed in descending order.}}

+

{?which_jobs=?Active jobs listed in processing order▼; held jobs appear first.:{which_jobs=all?Jobs in plain reception order▼:Completed jobs in order of finish/cancel/abort▲}}