Loading...
 
Skip to main content

Features / Usability


Print Author and version

posts: 1 Germany
SCG wrote:

Hello,
I need to print the author and version pages. Is it possible?
Thanks


I would start with something like this in your custom module.

Copy to clipboard
{DIV(class="d-none d-print-block")} ||__Page Name:__ |__Version: __ __ Last Author:__ |__ Last Mod. Date:__ __ Approved by:__ | __Approval Date:__ || {DIV}


The d-none class will hide the content on screen.
The d-print-block will unhide the content on printing.

There are no comments at this time.