diff options
Diffstat (limited to 'templates/cs/job-moved.tmpl')
-rw-r--r-- | templates/cs/job-moved.tmpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/cs/job-moved.tmpl b/templates/cs/job-moved.tmpl new file mode 100644 index 00000000..40e5eef8 --- /dev/null +++ b/templates/cs/job-moved.tmpl @@ -0,0 +1,8 @@ +<DIV CLASS="indent"> + +<H2 CLASS="title">{job_id?Přesun úlohy {job_id}:Přesun všech úloh}</H2> + +<P>{job_id?<A HREF="/jobs/{job_id}">Úloha přesunuta {job_id}</A>:Všechny úlohy přesunuty} na tiskárnu +<A HREF="/{is_class?classes:printers}/{job_printer_name}">{job_printer_name}</A>.</P> + +</DIV> |