[Rt-commit] r10772 - rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements

ruz at bestpractical.com ruz at bestpractical.com
Fri Feb 8 03:53:24 EST 2008


Author: ruz
Date: Fri Feb  8 03:53:24 2008
New Revision: 10772

Modified:
   rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/QueueSummary

Log:
* fix links in QueueSummary portlet

Modified: rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/QueueSummary
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/QueueSummary	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Elements/QueueSummary	Fri Feb  8 03:53:24 2008
@@ -18,9 +18,9 @@
 % for my $queue (@queues) {
 %   $i++;
 %   my $queue_cond = "Queue = '$queue'";
-%   my $all_q = "$queue_cond AND (". join ' OR ', map "CF.{_RTIR_State} = '$_'", @{ $states{ $queue } } .')';
+%   my $all_q = "$queue_cond AND (". join( ' OR ', map "CF.{_RTIR_State} = '$_'", @{ $states{ $queue } } ).')';
 <tr class="<% $i%2 ? 'oddline' : 'evenline'%>" >
-<td><a href="<% RT->Config->Get('WebPath')%>/Search/Results.html?Query=<% $all_q %>""><% $queue %></a></td>
+<td><a href="<% RT->Config->Get('WebPath')%>/Search/Results.html?Query=<% $all_q |u %>""><% $queue %></a></td>
 %   foreach my $s ( @states ) {
 <td align="right">
 %   if ( grep $_ eq $s, @{ $states{ $queue } } ) {


More information about the Rt-commit mailing list