Add a Warning Message to Printed Tables
It is possible to configure SuperWEB2 to include an additional message, such as a warning or disclaimer, whenever a user prints a table (either by clicking the Print Table button, or by pressing CTRL-P). SuperWEB2 will display this message at the top of the first page of the printed output.
For example:
To configure this message, you need to edit <tomcat_home>\webapps\webapi\WEB-INF\classes\common_labels.properties.
- Open the file in a text editor.
Locate the following section:
printWarning=
Enter your warning message. For example:
printWarning=WARNING: FOR OFFICIAL USE ONLY
- Apply this change to all versions of this file for all the languages in use on your deployment.
- Save your changes and restart Tomcat or the SuperWEB2 service.
