summaryrefslogtreecommitdiff
path: root/templates/global_mini_search.tpl
blob: a08ee0e6b0494c76b2352d296de2aac9f38f684c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{strip}
{form method="get" ipackage=search ifile="index.php"}
	<div class="row">
		<input id="fuser" name="highlight" size="20" type="text" accesskey="s" value="{tr}search{/tr}" onfocus="this.value=''" />
		<br />
		{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}" />
	</div>
{/form}
{/strip}