Mercurial > hg
changeset 1441:cbc36ad70945
hgweb: a couple of fixes on search page
- show search string in the bottom search box
- wrap search boxes within paragraphs, this also puts
some space between last changeset and bottom
search box in firefox.
author | TK Soh <teekaysoh@yahoo.com> |
---|---|
date | Mon, 24 Oct 2005 17:54:06 -0700 |
parents | bf109779f48b |
children | d32dbf86b88d |
files | templates/search.tmpl |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/templates/search.tmpl Mon Oct 24 17:41:45 2005 -0700 +++ b/templates/search.tmpl Mon Oct 24 17:54:06 2005 -0700 @@ -12,17 +12,21 @@ <h2>searching for #query|escape#</h2> <form> +<p> search: <input type="hidden" name="cmd" value="changelog"> <input name="rev" type="text" width="30" value="#query|escape#"> +</p> </form> #entries# <form> +<p> search: <input type="hidden" name="cmd" value="changelog"> -<input name="rev" type="text" width="30"> +<input name="rev" type="text" width="30" value="#query|escape#"> +</p> </form> #footer#