keep search text in quicksearch field
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3223 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
cb598381a2
commit
ca4efe3d37
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
|||
<div metal:define-macro="quicksearch"
|
||||
class="top-actions quicksearch">
|
||||
<form method="get" action="search.html">
|
||||
<input type="text" name="search.text" />
|
||||
<input type="text" name="search.text"
|
||||
tal:attributes="value request/search.text|string:" />
|
||||
<input type="submit" name="search.submit" value="Search"
|
||||
i18n:attributes="value" />
|
||||
</form>
|
||||
|
|
Loading…
Add table
Reference in a new issue