doc: Removed overwritten searchbox template

The original one works quite well...
This commit is contained in:
Tobias Bieniek 2013-12-12 18:56:13 +01:00
parent 041a12fdf2
commit 33f1df2369
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
{%- if pagename != "search" %}
<div id="searchbox" style="display: none">
<form class="search" action="{{ pathto('search') }}" method="get">
<input type="text" name="q" size="18" />
<input type="submit" value="{{ _('Search') }}" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
{%- endif %}