[Rt-commit] r12837 - in rt/branches/3.8-TESTING: share/html/Search

elacour at bestpractical.com elacour at bestpractical.com
Tue Jun 3 12:38:47 EDT 2008


Author: elacour
Date: Tue Jun  3 12:38:47 2008
New Revision: 12837

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/share/html/Search/Build.html

Log:
 r9119 at datura:  manu | 2008-06-03 18:38:27 +0200
 RT-Ticket: 9409
 RT-Status: resolved
 RT-Update: correspond
 
 Fix bad default submit when hitting enter in the PickCriteria text fields.
 


Modified: rt/branches/3.8-TESTING/share/html/Search/Build.html
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Search/Build.html	(original)
+++ rt/branches/3.8-TESTING/share/html/Search/Build.html	Tue Jun  3 12:38:47 2008
@@ -79,6 +79,15 @@
 <input type="hidden" class="hidden" name="Format" value="<% $query{'Format'} %>" />
 
 
+
+
+<div id="pick-criteria">
+    <& Elements/PickCriteria, query => $query{'Query'}, cfqueues => $queues &>
+</div>
+<& /Elements/Submit,  Label => loc('Add these terms'), Name => 'AddClause'&>
+<& /Elements/Submit, Label => loc('Add these terms and Search'), Name => 'DoSearch'&>
+
+
 <div id="editquery">
 <& Elements/EditQuery,
     %ARGS,
@@ -91,15 +100,6 @@
     <& Elements/EditSearches, %saved_search, CurrentSearch => \%query &>
 </div>
 
-
-<div id="pick-criteria">
-    <& Elements/PickCriteria, query => $query{'Query'}, cfqueues => $queues &>
-</div>
-<& /Elements/Submit,  Label => loc('Add these terms'), Name => 'AddClause'&>
-<& /Elements/Submit, Label => loc('Add these terms and Search'), Name => 'DoSearch'&>
-
-
-
 <span id="display-options">
 <& Elements/DisplayOptions,
     %ARGS, %query,


More information about the Rt-commit mailing list