[Rt-commit] r15517 - in rt/branches/3.999-DANGEROUS: share/html/Search share/html/Search/Elements

sunnavy at bestpractical.com sunnavy at bestpractical.com
Wed Aug 27 08:04:12 EDT 2008


Author: sunnavy
Date: Wed Aug 27 08:04:12 2008
New Revision: 15517

Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/share/html/Search/Build.html
   rt/branches/3.999-DANGEROUS/share/html/Search/Elements/ResultViews

Log:
 r16148 at sunnavys-mb:  sunnavy | 2008-08-27 18:53:47 +0800
 some name fixes in Search


Modified: rt/branches/3.999-DANGEROUS/share/html/Search/Build.html
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Search/Build.html	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Search/Build.html	Wed Aug 27 08:04:12 2008
@@ -82,7 +82,7 @@
 
 
 <div id="pick-criteria">
-    <& Elements/PickCriteria, query => $query{'Query'}, cfqueues => $queues &>
+    <& Elements/PickCriteria, query => $query{'query'}, cfqueues => $queues &>
 </div>
 <& /Elements/Submit,  label => _('Add these terms'), name => 'add_clause'&>
 <& /Elements/Submit, label => _('Add these terms and Search'), name => 'do_search'&>

Modified: rt/branches/3.999-DANGEROUS/share/html/Search/Elements/ResultViews
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/Search/Elements/ResultViews	(original)
+++ rt/branches/3.999-DANGEROUS/share/html/Search/Elements/ResultViews	Wed Aug 27 08:04:12 2008
@@ -63,7 +63,7 @@
 <li><a href="<%RT->config->get('WebPath')%>/Tools/Offline.html<%$short_query_string%>"><&|/l&>Editable text</&></a></li>
 </ul>
 <form method="get" action="<%RT->config->get('WebPath')%>/Search/Chart.html">
-% my %hiddens = (query => $query, format => $format, Rows => $rows, order_by => $order_by, order => $order);
+% my %hiddens = (query => $query, format => $format, rows => $rows, order_by => $order_by, order => $order);
 % foreach my $key (keys(%hiddens)) {
 <input type="hidden" class="hidden" name="<%$key%>" value="<%defined($hiddens{$key})?$hiddens{$key}:''%>" />
 % }


More information about the Rt-commit mailing list