[Rt-commit] r3346 - in rt/branches/3.5-TESTING: . html/Search
html/Search/Elements
jesse at bestpractical.com
jesse at bestpractical.com
Sun Jul 3 18:55:26 EDT 2005
Author: jesse
Date: Sun Jul 3 18:55:25 2005
New Revision: 3346
Modified:
rt/branches/3.5-TESTING/ (props changed)
rt/branches/3.5-TESTING/html/Search/Chart
rt/branches/3.5-TESTING/html/Search/Chart.html
rt/branches/3.5-TESTING/html/Search/Elements/Chart
Log:
r22199 at hualien: jesse | 2005-07-03 18:21:35 -0400
r22123 at hualien: jesse | 2005-07-03 17:46:54 -0400
r20060 at hualien: jesse | 2005-06-14 08:57:51 -0400
* Moving the search qyery into the search body
Modified: rt/branches/3.5-TESTING/html/Search/Chart
==============================================================================
--- rt/branches/3.5-TESTING/html/Search/Chart (original)
+++ rt/branches/3.5-TESTING/html/Search/Chart Sun Jul 3 18:55:25 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/3.5-TESTING/html/Search/Chart.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Search/Chart.html (original)
+++ rt/branches/3.5-TESTING/html/Search/Chart.html Sun Jul 3 18:55:25 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/3.5-TESTING/html/Search/Elements/Chart
==============================================================================
--- rt/branches/3.5-TESTING/html/Search/Elements/Chart (original)
+++ rt/branches/3.5-TESTING/html/Search/Elements/Chart Sun Jul 3 18:55:25 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