summaryrefslogtreecommitdiff
path: root/searx/templates/oscar/search_full.html
diff options
context:
space:
mode:
authorNoemi Vanyi <sitbackandwait@gmail.com>2016-07-17 18:43:47 +0200
committerNoemi Vanyi <sitbackandwait@gmail.com>2016-07-25 23:26:26 +0200
commit2e8ab34d76fa0828199697d1f8fe2b37b4dc29b9 (patch)
tree585ef0fede36544db49929051a5ae787da8a3fff /searx/templates/oscar/search_full.html
parent93c0c49e9aba719c8c8e6b171e0dd515a586d32b (diff)
downloadsearxng-2e8ab34d76fa0828199697d1f8fe2b37b4dc29b9.tar.gz
searxng-2e8ab34d76fa0828199697d1f8fe2b37b4dc29b9.zip
add advanced settings for logicodev style
Diffstat (limited to 'searx/templates/oscar/search_full.html')
-rw-r--r--searx/templates/oscar/search_full.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/searx/templates/oscar/search_full.html b/searx/templates/oscar/search_full.html
index 26dae418c..4d16ef2dc 100644
--- a/searx/templates/oscar/search_full.html
+++ b/searx/templates/oscar/search_full.html
@@ -11,11 +11,8 @@
<button type="submit" class="btn btn-default input-lg"><span class="hide_if_nojs">{{ icon('search') }}</span><span class="hidden active_if_nojs">{{ _('Start search') }}</span></button>
</span>
</div>
+ <div class="input-group col-md-8 col-md-offset-2">
+ {% include 'oscar/advanced.html' %}
+ </div>
- <button type="button" class="btn btn-link btn-collapse center-block collapsed hide_if_nojs" data-toggle="collapse" data-target="#search_categories" data-btn-text-collapsed="{{ _('Show search filters') }}" data-btn-text-not-collapsed="{{ _('Hide search filters') }}">{{ _('Show search filters') }}</button>
- <div class="row collapse active_if_nojs margin_top_if_nojs" id="search_categories">
- <div class="col-md-12 text-center">
- {% include 'oscar/categories.html' %}
- </div>
- </div><!-- / #search_categories -->
</form><!-- / #search_form_full -->