Is there a way to theme the submission results (node/123/submission/456)? In particular, I need to control webform-submission-navigation and the Submission Information.
This is required for a printer-friendly version of the results (print/123/submission/456), where the URLs of "Previous submission" and "Next submission" needs to be changed from "node/..." to "print/...".
Thanks.
Comments
Comment #1
quicksketchThis is not (easily) possible in the 2.x version of the module, but in 3.x there are separate .tpl.php files for navigation and submission information. Though we now have direct print.module support too, so it's probably unnecessary.
Comment #2
roball commentedYes, this isn't needed anymore. It was my first idea before I've solved that problem by the #520722: Support print.module (Printable pages and PDFs) patch. Glad to see that it went into the official 6.x-3.0 version!