]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - templates/ja/job-move.tmpl
Merge changes from CUPS 1.5svn-r9000.
[thirdparty/cups.git] / templates / ja / job-move.tmpl
index bfb630e9895f6264e64e372ade40890e50664273..54da7e0387f813ebdf54807a293fb6788bf4d2ec 100644 (file)
@@ -1,4 +1,7 @@
+<DIV CLASS="indent">
+
 <FORM METHOD="POST" ACTION="/{SECTION}/{job_id?:{printer_name}}">
+<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
 <INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
 {job_id?<INPUT TYPE="HIDDEN" NAME="JOB_ID" VALUE="{job_id}">:}
 
 </TR>
 <TR>
 <TD></TD>
-<TD><INPUT TYPE="IMAGE" SRC="/images/button-move-job{job_id?:s}.gif" ALT="ジョブの移動"></TD>
+<TD><INPUT TYPE="SUBMIT" VALUE="{job_id?ジョブの移動:ジョブの移動}"></TD>
 </TR>
 </TABLE>
 
 </FORM>
+
+</DIV>