PrinterOn KB Powered By ePRINTit USA

Add link to redirect users to a remote release page - c06238680

Add link to the Job Submission page to redirect users using web print to the release system ( GoPrint as an example), see image below for what we are trying to achieve:

To implement this change, these are the files needed:

Used to define the actual link users can click on to route to the release station page.

Open up the RequestSubmittedNoPopup.jsp file (using a text editor like Notepad++) located by default here: C:\Program Files (x 86)\ PrinterOn Corporation\Apache Tomcat\webapps\cps

Search the document and find 'panel-buttons'.

Put this command just above the start of the line <div class="panel-buttons">

<div class=" goprint ">

<a href ="https://someurl.com" target="_blank">Click here to release your job via GoPrint </ href ></div>

NOTE: