]> git.ipfire.org Git - thirdparty/cups.git/blob - templates/es/command.tmpl
Fix some state transition breakage.
[thirdparty/cups.git] / templates / es / command.tmpl
1 <DIV CLASS="indent">
2
3 <H2 CLASS="title">{title} en {printer_name}</H2>
4
5 <P>{job_state>5?:<IMG SRC="/images/wait.gif" WIDTH="16" HEIGHT="16"
6 ALIGN="ABSMIDDLE" ALT="Indicador de ocupado"> }Trabajo de comando de impresora
7 {job_state=3?pendiente:{job_state=4?retenido:
8 {job_state=5?procesando:{job_state=6?parado:
9 {job_state=7?cancelado:{job_state=8?anulado:completado}}}}}}{job_state=9?:{job_printer_state_message?,
10 <EM>"{job_printer_state_message}"</EM>:}}</P>
11
12 </DIV>