[Rt-commit] r3154 - in rt/branches/QUEBEC-EXPERIMENTAL: . html/Search html/Search/Elements

jesse at bestpractical.com jesse at bestpractical.com
Tue Jun 14 15:04:26 EDT 2005


Author: jesse
Date: Tue Jun 14 15:04:26 2005
New Revision: 3154

Modified:
   rt/branches/QUEBEC-EXPERIMENTAL/   (props changed)
   rt/branches/QUEBEC-EXPERIMENTAL/html/Search/Chart
   rt/branches/QUEBEC-EXPERIMENTAL/html/Search/Chart.html
   rt/branches/QUEBEC-EXPERIMENTAL/html/Search/Elements/Chart
Log:
 r20060 at hualien:  jesse | 2005-06-14 08:57:51 -0400
 * Moving the search qyery into the search body


Modified: rt/branches/QUEBEC-EXPERIMENTAL/html/Search/Chart
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/html/Search/Chart	(original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/html/Search/Chart	Tue Jun 14 15:04:26 2005
@@ -68,9 +68,7 @@
         push @values, $entry->id;
     }
 
-      $chart->set( title   => loc("[_1] grouped by [_2]",$Query, $PrimaryGroupBy) 
-      ) or die $chart->error;
-
+    #$chart->set( title   => loc("[_1] grouped by [_2]",$Query, $PrimaryGroupBy) ) or die $chart->error;
 
     unless (@keys && @values) {
         @keys = ('');

Modified: rt/branches/QUEBEC-EXPERIMENTAL/html/Search/Chart.html
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/html/Search/Chart.html	(original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/html/Search/Chart.html	Tue Jun 14 15:04:26 2005
@@ -4,7 +4,7 @@
 </%args>
 <%init>
 
-my      $title = loc("[_1] grouped by [_2]",$Query, $PrimaryGroupBy);
+my      $title = loc("Search results grouped by [_1]", $PrimaryGroupBy);
 
 </%init>
 <& /Elements/Header, Title => $title &>

Modified: rt/branches/QUEBEC-EXPERIMENTAL/html/Search/Elements/Chart
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/html/Search/Elements/Chart	(original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/html/Search/Elements/Chart	Tue Jun 14 15:04:26 2005
@@ -41,8 +41,10 @@
 </%init>
 
 <img src="<%$RT::WebPath%>/Search/Chart?<%$query_string|n%>">
-<br>
+<br/>
+<%$Query%>
 
+<br/>
 <table class="collection-as-table">
 <tr>
 <th class="collection-as-table"><%loc($PrimaryGroupBy)%>


More information about the Rt-commit mailing list