Objective:
Customize the Email print web page to include more than one email-print address
How to:
How to amend text files is explained in section "3.10 Modifying language text strings" in the Install Guide.
Warning: Language files are provided as is. It’s strongly recommended to backup the language files prior to editing. EveryonePrint provides no assistance or support relating to changing of language files.
Any changes done to language files will automatically be overwritten by any EveryonePrint update.
To achieve the change needed to display more than 1 email print address in the Email print web page you need:
- Empty the value in Email print -> Email Print Address:
- Amend public_xx.xml language file:
- Search for <cfcase value="ep_how_1">
- Replace text between tags with something similar to
<cfcase value="ep_how_1">
For <strong>Black & White Printing</strong> simply send an email with the documents attached that you would like to print, to the following address:<BR><BR>
<strong><font size="3" ><a href="mailto:mono-print@domain.com target="_top">mono-print@domain.com</a></font></strong><BR><BR>
For <strong><font color="red">Color Printing</font></strong> simply send an email with the documents attached that you would like to print, to the following address:<BR><BR>
<strong><font size="3" ><a href="mailto:colour-print@domain.com target="_top">colour-print@domain.com</a></font></strong>
</cfcase> - The resulting Email print web page will look like below:
Comments
0 comments
Please sign in to leave a comment.