[rt-users] Where is HTML code for Create.html?

G.Booth G.Booth at lboro.ac.uk
Fri Aug 13 03:48:04 EDT 2010


> Hi Max
> 
> The html is held in several areas
> 
> You will need to copy 
>/opt/rt3/share/html/Elements/header to 
>/opt/rt3/local/html/Elements/ for the header section
> 
> and
> 
> /opt/rt3/share/html/Ticket/Create.html to 
>/opt/rt3/local/html/Ticket for the body.

Hi Max

Just to add, the Header file is used by more than just Create.html. If you 
want your modifcations to only appear in Create.html and not in say 
Modify.html, change the name of the Header file in 
/opt/rt3/local/html/Elements to HeaderCreate (or whatever you fancy) and 
then modify your local Create.html so the first line of code (afer the Best 
Practical blurb):

<& /Elements/Header,

now reads

<& /Elements/HeaderCreate,


regards
Garry



More information about the rt-users mailing list