aboutsummaryrefslogtreecommitdiff
path: root/templates/searchform.tmpl
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-08-06 19:31:56 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-08-06 19:34:33 -0400
commit6cfb5c5b5905a5815f35b026b1c589358c2c16e9 (patch)
tree976c1fd0fe8fb08c1d0c2f80499123ca51a587f5 /templates/searchform.tmpl
parentf2e62d68014d8d32122e8135f3450a91d5b1bd7b (diff)
downloadikiwiki-6cfb5c5b5905a5815f35b026b1c589358c2c16e9.tar
ikiwiki-6cfb5c5b5905a5815f35b026b1c589358c2c16e9.tar.gz
Added a small icon to the search input box.
Diffstat (limited to 'templates/searchform.tmpl')
-rw-r--r--templates/searchform.tmpl2
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>