diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-08-30 13:38:57 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-08-30 13:38:57 +0200 |
commit | 238970db45a8503ed65fdf5b63a6a2d1eb3de222 (patch) | |
tree | 803e527e95434f93305d532041d0bb7add30b463 /searchform.tmpl | |
parent | 3eb7f68b5f549ba5f82ddd17210f9959a9d0ce9a (diff) | |
parent | b812ce24fa7c6b4ade81923b9082fd1e4f6afbb1 (diff) |
Merge branch 'master-nb' into wian-nb
Diffstat (limited to 'searchform.tmpl')
-rw-r--r-- | searchform.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searchform.tmpl b/searchform.tmpl index d49cf22..afae2eb 100644 --- a/searchform.tmpl +++ b/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> |