Update documentation

This commit is contained in:
Romain Neutron 2012-05-30 15:25:22 +02:00
commit 8d6ef3d4a1
6 changed files with 26 additions and 6 deletions

View file

@ -8,7 +8,7 @@
:license: BSD, see LICENSE for details.
#}
{%- if pagename != "search" %}
<div id="searchbox" style="display: none" class="well">
<!--<div id="searchbox" style="display: none" class="well">
<form class="search" action="{{ pathto('search') }}" method="get">
<input placeholder="{{ _('Quick search') }}" class="span2" type="text" name="q" style="margin-bottom:0;" />
<input class="btn btn-primary" type="submit" value="{{ _('Go') }}" />
@ -17,4 +17,5 @@
</form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
-->
{%- endif %}