You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2004/11/16 21:12:55 UTC

svn commit: rev 76018 - lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/navigation

Author: gregor
Date: Tue Nov 16 12:12:54 2004
New Revision: 76018

Modified:
   lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/navigation/search.xsl
Log:
508 compliance

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/navigation/search.xsl
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/navigation/search.xsl	(original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/navigation/search.xsl	Tue Nov 16 12:12:54 2004
@@ -29,7 +29,7 @@
 
 <xsl:template match="nav:site">
   <div id="search">
-    <form action="{$root}../search-{$area}/lucene"><input class="searchfield" type="text" name="queryString"/><input class="searchsubmit" type="submit" value="Search" name="find"/></form>
+    <form action="{$root}../search-{$area}/lucene"><input class="searchfield" type="text" name="queryString" alt="Search field"/><input class="searchsubmit" type="submit" value="Search" name="find"/></form>
   </div>
 </xsl:template>
 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org