diff options
author | François Schmidts <francois.schmidts@gmail.com> | 2015-04-16 08:58:11 +0200 |
---|---|---|
committer | François Schmidts <francois.schmidts@gmail.com> | 2015-04-16 11:37:57 +0200 |
commit | a3c2bd47e6d9a64539000d4921ee58eed1ea3968 (patch) | |
tree | 479560e61f85ba2546ddb85f9a319a7625f85f9d /pyaggr3g470r/templates/layout.html | |
parent | redoing full text search (diff) | |
download | newspipe-a3c2bd47e6d9a64539000d4921ee58eed1ea3968.tar.gz newspipe-a3c2bd47e6d9a64539000d4921ee58eed1ea3968.tar.bz2 newspipe-a3c2bd47e6d9a64539000d4921ee58eed1ea3968.zip |
introducing the or filter component
Diffstat (limited to 'pyaggr3g470r/templates/layout.html')
-rw-r--r-- | pyaggr3g470r/templates/layout.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html index 06567953..a54125ea 100644 --- a/pyaggr3g470r/templates/layout.html +++ b/pyaggr3g470r/templates/layout.html @@ -106,6 +106,7 @@ <div class="input-group"> {% if filter_ %}<input type="hidden" name="filter_" value="{{ filter_ }}" />{% endif %} {% if limit %}<input type="hidden" name="limit" value="{{ limit }}" />{% endif %} + {% if feed_id %}<input type="hidden" name="feed_id" value="{{ feed_id }}" />{% endif %} <label for="search_title">{{ _("Title") }}</label> <input type="checkbox" name="search_title" {% if search_title == 'on' or not (search_title == 'on' or search_content == 'on') %}checked{%endif%}/> <label for="search_content">{{ _("Content") }}</label> |