[rt-users] Patch to make new/open/stalled tallies on main page links to associated queue/query

Michael J. Carter mcarter at lanl.gov
Wed Aug 28 11:23:13 EDT 2002


This is a patch to WebRT/html/Elements/Quicksearch from rt-2.0.13.

[root at rt Elements]# rcsdiff -r1.1 -r 1.2 Quicksearch 
rcsdiff: RCS/1.2,v: No such file or directory
===================================================================
RCS file: RCS/Quicksearch,v
retrieving revision 1.1
retrieving revision 1.2
diff -r1.1 -r1.2
29,31c29,31
< <TD><%$new%></TD>
< <TD><%$open%></TD>
< <TD><%$stalled%></TD>
---
> <TD><A HREF="<%
$RT::WebPath%>/Search/Listing.html?ValueOfStatus=new&StatusOp=%3D&QueueOp=%3D&ValueOfQueue=<%$queue->Id%>&RowsPerPage=50&NewSearch=1"><%$new%></a></TD>
> <TD><A HREF="<%
$RT::WebPath%>/Search/Listing.html?ValueOfStatus=open&StatusOp=%3D&QueueOp=%3D&ValueOfQueue=<%$queue->Id%>&RowsPerPage=50&NewSearch=1"><%$open%></a></TD>
> <TD><A HREF="<%
$RT::WebPath%>/Search/Listing.html?ValueOfStatus=stalled&StatusOp=%3D&QueueOp=%3D&ValueOfQueue=<%$queue->Id%>&RowsPerPage=50&NewSearch=1"><%$stalled%></a></TD>

-- 
Michael J. Carter              | People love high ideals, but they got
to
IT Team Leader                 | be about 33-percent plausible. -- The
Space Data Systems (NIS-3)     | Best of Will Rogers
Los Alamos National Laboratory |




More information about the rt-users mailing list