add 'search' button to quicksearch field

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3219 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2009-02-09 07:38:19 +00:00
parent 6acfec47f4
commit 6d7fe3abfc

View file

@ -6,6 +6,8 @@
class="top-actions quicksearch"> class="top-actions quicksearch">
<form method="get" action="search.html"> <form method="get" action="search.html">
<input type="text" name="search.text" /> <input type="text" name="search.text" />
<input type="submit" name="search.submit" value="Search"
i18n:attributes="value" />
</form> </form>
</div> </div>