[Cvs-annodex] commit (annodex): cmmlwiki/trunk/cmmlwiki/htmlpage.py
conrad
nobody at lists.annodex.net
Thu Sep 14 01:25:38 UTC 2006
Update of /var/local/lib/svn/annodex (new revision 2485)
Modified files:
cmmlwiki/trunk/cmmlwiki/htmlpage.py
Log Message:
use the word Go for the search form
Modified: cmmlwiki/trunk/cmmlwiki/htmlpage.py
===================================================================
--- cmmlwiki/trunk/cmmlwiki/htmlpage.py 2006-09-14 01:18:17 UTC (rev 2484)
+++ cmmlwiki/trunk/cmmlwiki/htmlpage.py 2006-09-14 01:25:38 UTC (rev 2485)
@@ -172,7 +172,7 @@
<form name="search" method="get" action="%s">
<input type="hidden" name="fulltext" value="Search"/>
<input type="text" name="q" size="23" maxlength="50" accesskey="f" value="%s"/>
- <input type="submit" id="button" value="Search"/>
+ <input type="submit" id="button" value="Go"/>
</form>
</div><!-- end searcharea -->
''' % (WikiURL('Special:Search').template(vars), self.query)
--
conrad
More information about the cvs-annodex
mailing list