summaryrefslogtreecommitdiff
path: root/templates/job-move.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/job-move.tmpl')
-rw-r--r--templates/job-move.tmpl22
1 files changed, 22 insertions, 0 deletions
diff --git a/templates/job-move.tmpl b/templates/job-move.tmpl
new file mode 100644
index 000000000..65d8e9821
--- /dev/null
+++ b/templates/job-move.tmpl
@@ -0,0 +1,22 @@
+<FORM METHOD="POST" ACTION="/{SECTION}/{job_id?:{printer_name}}">
+<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
+{job_id?<INPUT TYPE="HIDDEN" NAME="JOB_ID" VALUE="{job_id}">:}
+
+<H2 CLASS="title">{job_id?Move Job {job_id}:Move All Jobs}</H2>
+
+<TABLE>
+<TR>
+<TH CLASS="label">New Destination:</TH>
+<TD>
+<SELECT NAME="JOB_PRINTER_URI" SIZE="10">
+{[job_printer_uri]<OPTION VALUE="{job_printer_uri}">{job_printer_name}}
+</SELECT>
+</TD>
+</TR>
+<TR>
+<TD></TD>
+<TD><INPUT TYPE="IMAGE" SRC="/images/move-job{job_id?:s}.gif" ALT="Move Job{job_id?:s}"></TD>
+</TR>
+</TABLE>
+
+</FORM>