[rt-users] 1) Adding custom link to WebRt 2) Recommend Perl to Learn for RT

Forrest Stanley fstanley at netburner.com
Wed Feb 19 13:51:46 EST 2003


At 09:54 AM 2/19/2003 -0800, Mike Patterson wrote:
>1) Adding custom link to WebRT
>
>When I display a Ticket I see these links at the top:
>  "Comment Reply Resolve Take"
>
>I'd like to add a "Copy" link which would go to a custom php page of mine 
>and pass the id variable to it.  So if you push the "Copy" on Ticket #7125 
>it'll go here: http://my_rt_webpage/Ticket/Copy.php?id=7125
>
>I looked around /path_to_rt2/WebRT/html , RTFM, and searched postings and 
>didn't find where I could add this.
>
>BTW if anyone is interested in my basic PHP page to extract a particular 
>ticket's info let me know.



<PATH TO RT>/WebRT/html/Ticket/Elements/Tabs

Just add on around line 87 your links. You should be able to decipher what 
to put by looking at the lines above line 87, as they are the "Comment 
Reply Resolve Take" lines.

-FS






More information about the rt-users mailing list