Index: templates/job-moved.tmpl =================================================================== --- templates/job-moved.tmpl (revision 8313) +++ templates/job-moved.tmpl (working copy) @@ -3,6 +3,6 @@

{job_id?Move Job {job_id}:Move All Jobs}

{job_id?Job {job_id}:All jobs} moved to -{job_printer_name}.

+{job_printer_name}.

Index: cgi-bin/ipp-var.c =================================================================== --- cgi-bin/ipp-var.c (revision 8313) +++ cgi-bin/ipp-var.c (working copy) @@ -477,7 +477,10 @@ { const char *path = strstr(job_printer_uri, "/printers/"); if (!path) + { path = strstr(job_printer_uri, "/classes/"); + cgiSetVariable("IS_CLASS", "YES"); + } if (path) {