On Aug 10, 5:39 pm, ruffieux <[email protected]> wrote: > Hello, > > I am looking to CHANGE the text "Create New Ticket" into "Create New > Activity". I tried out several things, but so far with now success. I > managed to insert an additional text on top of the page, but not > REPLACE an existing text. > > Can anyone provide an idea on how to modify the site.html file to > achive this modification?
Sure: <html xmlns="http://www.w3.org/1999/xhtml" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:py="http://genshi.edgewall.org/" py:strip=""> <h1 py:match="div[@id='content' and @class='ticket']/h1[@id='trac- ticket-title']" py:if="req.path_info == '/newticket'" id="trac-ticket-title">Create New Activity</h1> </html> > Your support would be very much appreciated! > > Thanks a lot You're welcome :-) :::simon https://www.coderesort.com http://trac-hacks.org/wiki/osimons -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
