Change print footer in Tomcat WebVoyage
- Product: Voyager
- Relevant for Installation Type: Multi-Tenant Direct, Dedicated-Direct, Local, TotalCare
Question
How to change the footer information ("Institution Name", and etc.) in the print footer in Tomcat WebVoyage.
Answer
Edit the printCommon.xsl file located in the following folder: /m1/voyager/xxxdb/tomcat/vwebv/context/vwebv/ui/en_US/xsl/printFormats
Additional Information
This is the stanza you will need to edit:
<div id="printFooter">
<div class="customContent">
<label>Institution Name:</label>
</div>
<div class="customContent">
<label>Institution Address:</label>
</div>
<div class="customContent">
<label>Institution Web Site:</label>
</div>
<div class="customContent">
<label>Institution Phone:</label>
</div>
See also: Change email footer in Tomcat WebVoyage.
- Article last edited: 18-Feb-2020