I'd like to apply some custom CSS to my invoices when they are printed. Currently a for-print invoice is just the contents of .itpl.php though, without even tags around it.
This patch adds the and tags, and applies the stylesheet .print.css to it with media=print.
| Comment | File | Size | Author |
|---|---|---|---|
| uc_order.admin_.inc_.patch | 997 bytes | wimh |
Comments
Comment #1
longwaveThis can be handled with a preprocess function in the (relatively) new order template system.