How to remove the Web Page field from the Web Print page - c06404362
- Stop the Central Print Services Windows Service
- Navigate to C:\Program Files (x86)\PrinterOn Corporation\Apache Tomcat\webapps\cps
- Open the SelectOptions.jsp file in Notepad
- Search for "SelectOptionsUriInfo"
-
Place comment tags around the entire row
eg. <!-- <div class="row"> <div class="col-md-3"> <label class="control-label"><s:message code="SelectOptionsUriField"/></label> <span class="question" data-original-title='<s:message code="SelectOptionsUriInfo"/>' data-toggle="tooltip" data-placement="right" aria-hidden="true">?</span> </div> <div class="col-md-5"><input class="form-control" type="text" name="documentURI_uri" size="26"/></div> </div> --> - Save changes
- Start the Central Print Services Windows Service
Before:
After: