Skip to content

Commit

Permalink
just: search
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuther committed Feb 26, 2017
1 parent f19f6fb commit 418ed9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/header.tpl
Expand Up @@ -141,7 +141,7 @@
{if $theme_config_extra->quicksearch_navbar}
<form class="navbar-form" role="search" action="{$ROOT_URL}qsearch.php" method="get" id="quicksearch" onsubmit="return this.q.value!='' && this.q.value!=qsearch_prompt;">
<div class="form-group">
<input type="text" name="q" id="qsearchInput" class="form-control" placeholder="{'Quick search'|@translate}" />
<input type="text" name="q" id="qsearchInput" class="form-control" placeholder="{'Search'|@translate}" />
</div>
</form>
{/if}
Expand Down

0 comments on commit 418ed9b

Please sign in to comment.