[Rt-commit] [svn] r1076 - rtfm/trunk/html/RTFM/Article/Elements

alexmv at pallas.eruditorum.org alexmv at pallas.eruditorum.org
Tue Jun 15 02:48:42 EDT 2004


Author: alexmv
Date: Tue Jun 15 02:48:42 2004
New Revision: 1076

Modified:
   rtfm/trunk/html/RTFM/Article/Elements/ShowSearchCriteria
Log:
 * Fixed over-zealous search and replace.  Summary= does not do the
   same thing as name= on form elements.  This makes it possible to
   search on the summary again.


Modified: rtfm/trunk/html/RTFM/Article/Elements/ShowSearchCriteria
==============================================================================
--- rtfm/trunk/html/RTFM/Article/Elements/ShowSearchCriteria	(original)
+++ rtfm/trunk/html/RTFM/Article/Elements/ShowSearchCriteria	Tue Jun 15 02:48:42 2004
@@ -45,9 +45,9 @@
 <&|/l&>and not</&>
 <input name="Name!~" value="<%$ARGS{'Name!~'}%>">
 <br><&|/l&>Summary matches</&>
-<input Summary="Summary~" value="<%$ARGS{'Summary~'}%>">
+<input name="Summary~" value="<%$ARGS{'Summary~'}%>">
 <&|/l&>and not</&>
-<input Summary="Summary!~" value="<%$ARGS{'Summary!~'}%>">
+<input name="Summary!~" value="<%$ARGS{'Summary!~'}%>">
 
 <br><&|/l&>Created during</&>
 <& /Elements/SelectDate, Name=>"Created>", Default => ($dates->{'Created>'} ? $dates->{'Created>'}->ISO : '') &>


More information about the Rt-commit mailing list