]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - templates/es/job-move.tmpl
Merge changes from CUPS 1.5svn-r9000.
[thirdparty/cups.git] / templates / es / job-move.tmpl
index 2f8992bf6114fa4fc85c0bfac53fd65757d98aa4..e6aac39a59b14130c9e4aef665b877d6e4f74d0d 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="Mover trabajo{job_id?:s}"></TD>
+<TD><INPUT TYPE="SUBMIT" VALUE="{job_id?Mover trabajo:Mover trabajos}"></TD>
 </TR>
 </TABLE>
 
 </FORM>
+
+</DIV>