diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-08-06 19:31:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-08-06 19:34:33 -0400 |
commit | 6cfb5c5b5905a5815f35b026b1c589358c2c16e9 (patch) | |
tree | 976c1fd0fe8fb08c1d0c2f80499123ca51a587f5 /templates | |
parent | f2e62d68014d8d32122e8135f3450a91d5b1bd7b (diff) |
Added a small icon to the search input box.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/searchform.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/searchform.tmpl b/templates/searchform.tmpl index d49cf22d3..afae2ebf5 100644 --- a/templates/searchform.tmpl +++ b/templates/searchform.tmpl @@ -1,5 +1,5 @@ <form method="get" action="<TMPL_VAR SEARCHACTION>" id="searchform"> <div> -<input type="text" name="P" value="" size="16" /> +<input type="text" id="searchbox" name="P" value="" size="16" /> </div> </form> |