Page History
...
The Legacy web client has a Network Help link in the upper right by default. We will change that text and link destination..
PROCEDURETo
customize this link, go toClick this link: index.html to download a new index.html with the updated Site Data Details link.
Use it to replace the existing index.html file located at: /opt/shrine/tomcat/webapps/shrine-api/shrine-webclient-legacy
and open the file index.html in a text editor.
To change the title of the link go to line 538 and you will see the current setting "Network Help".
To change this link replace "Network Help" with the title of your choosing, in this example we are changing the title to "Site Data Details"
Now, to change the url that the link points to, go to around line 323 and you will see a networkHelp.onclick method that will direct the user to a local .pdf file when clicked.
Change the url to the desired link. Note the comma following the end quote...be sure to keep this in place. In the example below, we are changing the url to a google docs link.
VALIDATION/index.html
In the legacy web client, you should see the Site Data Details link in the upper right.
...