[Python-checkins] r61815 - doctools/trunk/sphinx/templates/macros.html

georg.brandl python-checkins at python.org
Sun Mar 23 22:13:20 CET 2008


Author: georg.brandl
Date: Sun Mar 23 22:13:20 2008
New Revision: 61815
Modified:
 doctools/trunk/sphinx/templates/macros.html
Log:
Re-enable search box for HTML builder.
Modified: doctools/trunk/sphinx/templates/macros.html
==============================================================================
--- doctools/trunk/sphinx/templates/macros.html	(original)
+++ doctools/trunk/sphinx/templates/macros.html	Sun Mar 23 22:13:20 2008
@@ -29,8 +29,7 @@
 {% if customsidebar %}
 {{ rendertemplate(customsidebar) }}
 {% endif %}
- {% if current_page_name != "search" and builder == 'web' %}
- {# HTML builder search is disabled for now #}
+ {% if current_page_name != "search" %}
 <h3>{{ builder == 'web' and 'Keyword' or 'Quick' }} search</h3>
 <form class="search" action="{{ pathto('search') }}" method="get">
 <input type="text" name="q" size="18"> <input type="submit" value="Go">


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /