diff options
Diffstat (limited to 'templates/global_mini_search.tpl')
| -rw-r--r-- | templates/global_mini_search.tpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/global_mini_search.tpl b/templates/global_mini_search.tpl index 6525304..5b2258c 100644 --- a/templates/global_mini_search.tpl +++ b/templates/global_mini_search.tpl @@ -3,9 +3,7 @@ <div class="row"> <input id="fuser" name="highlight" size="20" type="text" accesskey="s" value="{tr}search{/tr}" onfocus="this.value=''" /> <br /> - <select name="where"> - {html_options options=$contentTypes selected=$perms[user].level} - </select> + {html_options options=$contentTypes name="content_type_guid" selected=$perms[user].level} </div> <div class="row submit"> <input type="submit" name="search" value="{tr}go{/tr}"/> |
