[rt-users] CONTRIB: MyQueues

Andreas Kruthoff andreas.kruthoff at softwired-inc.com
Wed Mar 20 07:16:21 EST 2002


Hia

Another nice modification to show the 'Age' of a ticket in the MyQueues 
panel. Your queue watchers will like it. Add the following to 
WebRT/html/Elements/MyQueues

...
<TH ALIGN=LEFT>Queue</TH>
<TH ALIGN=LEFT>Status</TH>
<TH ALIGN=LEFT>Age</TH>
<TH ALIGN=LEFT> </TH>

<truncated>

<%$Ticket->QueueObj->Name%>
</TD><TD>
<%$Ticket->Status%>
</TD><TD>
<%$Ticket->CreatedObj->AgeAsString%>
</TD>
<TD ALIGN=RIGHT>
...

-andreas




More information about the rt-users mailing list