summaryrefslogtreecommitdiff
path: root/templates/jobs-header.tmpl
diff options
context:
space:
mode:
authorMichael R Sweet <michaelrsweet@gmail.com>2017-03-28 13:32:42 -0400
committerMichael R Sweet <michaelrsweet@gmail.com>2017-03-28 13:32:42 -0400
commit1f3f503a2b61eecc97cbba0c13d62714fb7671d6 (patch)
tree1867604eb3c2aff0b934322cdb7dff199e5612f6 /templates/jobs-header.tmpl
parent875ef65a9e735fc27aa15b54d720d00ccca6bdf1 (diff)
downloadcups-1f3f503a2b61eecc97cbba0c13d62714fb7671d6.tar.gz
Updated the job listing in the web interface (Issue #4978)
Diffstat (limited to 'templates/jobs-header.tmpl')
-rw-r--r--templates/jobs-header.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/jobs-header.tmpl b/templates/jobs-header.tmpl
index a8a365b2d..3b9a73a58 100644
--- a/templates/jobs-header.tmpl
+++ b/templates/jobs-header.tmpl
@@ -2,4 +2,4 @@
{?which_jobs=completed?:<FORM ACTION="{?printer_name=?/jobs:{printer_uri_supported}}" METHOD="GET"><INPUT TYPE="HIDDEN" NAME="which_jobs" VALUE="completed"><INPUT TYPE="SUBMIT" VALUE="Show Completed Jobs"></FORM>}
{?which_jobs=all?:<FORM ACTION="{?printer_name=?/jobs:{printer_uri_supported}}" METHOD="GET"><INPUT TYPE="HIDDEN" NAME="which_jobs" VALUE="all"><INPUT TYPE="SUBMIT" VALUE="Show All Jobs"></FORM>}
-<P ALIGN="CENTER">{total=0?No jobs:Showing {#job_id} of {total} {?which_jobs=?active:{which_jobs=all?:completed}} job{total=1?:s}}.</P>
+<P ALIGN="CENTER">{?which_jobs=?Jobs listed in print order; held jobs appear first.:{which_jobs=Jobs listed in ascending order.?:Jobs listed in descending order.}}</P>