[Rt-commit] [svn] r927 - rt/branches/rt-3.1/html/Search

leira at pallas.eruditorum.org leira at pallas.eruditorum.org
Wed May 19 00:39:56 EDT 2004


Author: leira
Date: Wed May 19 00:39:55 2004
New Revision: 927

Modified:
   rt/branches/rt-3.1/html/Search/Build.html
Log:
Combine two forms that need to be the same.


Modified: rt/branches/rt-3.1/html/Search/Build.html
==============================================================================
--- rt/branches/rt-3.1/html/Search/Build.html	(original)
+++ rt/branches/rt-3.1/html/Search/Build.html	Wed May 19 00:39:55 2004
@@ -38,14 +38,9 @@
 <input type=hidden name=Format value="<%$Format%>">
 <& Elements/PickCriteria, query => $Query, cfqueues => \%queues, %ARGS &>
 <& /Elements/Submit, Caption => "Add additional criteria", Label => loc('Add'), Name => 'AddClause'&>
-</form>
 
 </td>
 <td valign=top>
-<FORM METHOD="POST" ACTION="Build.html" NAME="NavigateQuery">
-<input type=hidden name=Query value="<%$Query%>">
-<input type=hidden name=Format value="<%$Format%>">
-<input type=hidden name=SearchId value="<%$ARGS{'SearchId'}%>">
 <& /Elements/TitleBoxStart, title => loc("Query") . ": " .$search_hash->{'Description'} &>
 <& Elements/NewListActions, actions => \@actions &>
 <select size=10 name=clauses style="width : 100%">


More information about the Rt-commit mailing list