]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/fr/job-move.tmpl
Load cups into easysw/current.
[thirdparty/cups.git] / templates / fr / job-move.tmpl
CommitLineData
b86bc4cf 1<FORM METHOD="POST" ACTION="/{SECTION}/{job_id?:{printer_name}}">
2<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
3{job_id?<INPUT TYPE="HIDDEN" NAME="JOB_ID" VALUE="{job_id}">:}
4
5<H2 CLASS="title">{job_id?Transférer la tâche n°{job_id}:Transférer toutes les tâches}</H2>
6
7<TABLE>
8<TR>
9<TH CLASS="label">Nouvelle destination :</TH>
10<TD>
11<SELECT NAME="JOB_PRINTER_URI" SIZE="10">
12{[job_printer_uri]<OPTION VALUE="{job_printer_uri}">{job_printer_name}}
13</SELECT>
14</TD>
15</TR>
16<TR>
17<TD></TD>
18<TD><INPUT TYPE="IMAGE" SRC="/images/button-move-job{job_id?:s}.gif" ALT="Transférer {job_id?la tâche:les tâches}"></TD>
19</TR>
20</TABLE>
21
22</FORM>