406a407,426 > > /* > * If no destination is added, show error page. > */ > if (i == 0) > { > if (job_id) > { > cgiStartHTML(cgiText(_("Move Job"))); > cgiSetVariable("ERROR", _("No destination for moving job!")); > } > else > { > cgiStartHTML(cgiText(_("Move All Jobs"))); > cgiSetVariable("ERROR", _("No destination for moving all jobs!")); > } > cgiCopyTemplateLang("error.tmpl"); > cgiEndHTML(); > return; > }