[Rt-commit] r2709 - in rt/branches/PLATANO-EXPERIMENTAL-CSS: . html/Elements

jesse at bestpractical.com jesse at bestpractical.com
Sat Apr 16 04:17:12 EDT 2005


Author: jesse
Date: Sat Apr 16 04:17:12 2005
New Revision: 2709

Modified:
   rt/branches/PLATANO-EXPERIMENTAL-CSS/   (props changed)
   rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/QueueSummary
Log:
 r13098 at hualien:  jesse | 2005-04-16 03:11:45 -0400
  r12997 at hualien:  jesse | 2005-04-16 02:26:24 -0400
   r11461 at hualien:  jesse | 2005-04-02 00:53:31 -0500
   * Made overview search for Stalled in addition to open and new. Sometime,
     we should make this code smarter
  
 


Modified: rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/QueueSummary
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/QueueSummary	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/QueueSummary	Sat Apr 16 04:17:12 2005
@@ -54,7 +54,7 @@
 % for my $queue (@queues) {
 %   $i++;
 %   my $queue_cond = "Queue = '$queue->{Name}' AND ";
-%   my $all_q = $queue_cond . "(Status = 'open' OR Status = 'new')";
+%   my $all_q = $queue_cond . "(Status = 'open' OR Status = 'new' OR Status = 'stalled')";
 <TR class="<% $i%2 ? 'oddline' : 'evenline'%>" >
 <td><A HREF="<% $RT::WebPath%>/Search/Results.html?Query=<%$all_q%>&Rows=50" TITLE="<% $queue->{Description} %>"><%$queue->{Name}%></a></TD>
 %   for my $condition (@$conditions) {


More information about the Rt-commit mailing list