remove url

remove url

sevenfive85
Advocate Advocate
602 Views
3 Replies
Message 1 of 4

remove url

sevenfive85
Advocate
Advocate

Can someone tell me how to remove the url when printing setup sheet? this is just a waste of ink, it shows up on every page. however i do want the date to stay as is. 

0 Likes
603 Views
3 Replies
Replies (3)
Message 2 of 4

George-Roberts
Collaborator
Collaborator

If it is the footer URL you want to remove, modify the setup sheet by clicking 'open config' in the post dialog (ensure setup-sheet.cps is selected) then change this line:

  write(localize("Generated by") + " <a href=\"" + productUrl + "\">" + product + "</a>" + " " + now.toLocaleDateString() + " " + now.toLocaleTimeString());

to:

  write(now.toLocaleDateString() + " " + now.toLocaleTimeString());

That will remove the URL link and only show the date/time

0 Likes
Message 3 of 4

sevenfive85
Advocate
Advocate

The footer that I am referring to is not the hsm logo but the footer at the very bottom of the page.  this will show up when printing. I want to remove the url and not the date.

0 Likes
Message 4 of 4

George-Roberts
Collaborator
Collaborator
I believe that is a standard browser function. I would take a wild guess and say open your browser, go to settings then page setup and choose header & footer. Inside here you should see a reference to the URL.

If not, try some different browsers and see what results you get.

0 Likes