In the P-Admin Interface you can fix new "default settings" concerning font sizes when printing. This needs to be done in "pAdmin > Messages > Print layout". Also the header of the print layout page can be adjusted according to your wishes. In order to adapt the print layout, proceed as follows: |1| Choose "Messages" from the main menu by clicking on it. |2| Click on the “modify”-button in the row "Print layout". |3| In the input field you see the code for the standard print layout header. You can change it in any way you want. Formatting of this message is done with HTML. System information can be included with special code:
System informationen |
|
platform title |
<<title>> |
URL of the printed page |
<<url>> |
date |
<<date>> |
include an image from the system |
<factimage xxxxxx.y/> |
The code of the standard print header, is the following:
<html> <table> <tr><td><span style="font-size:16px; color:#000000;"> <b><<title>></b><br></span> <span style="font-size:12px; color:#333333;"><nobr> <b><<url>></b></nobr><br></span> <span style="font-size:12px; color:#333333;"><nobr><<date>> </nobr><br></span> </table> </html> |
|4| Click on “save” to save your changes.
|