Merge pull request #1418 from wallabag/v2-previewpicture-filter

filter for entries with previewPicture
This commit is contained in:
Jeremy Benoist
2015-09-13 10:14:42 +02:00
3 changed files with 32 additions and 2 deletions

View File

@ -70,6 +70,12 @@
<div class="col s12">
<label>{% trans %}Status{% endtrans %}</label>
</div>
<div class="input-field col s6">
{{ form_widget(form.previewPicture) }}
<label for="entry_filter_previewPicture">{% trans %}Has a preview picture{% endtrans %}</label>
</div>
<div class="input-field col s6">
{{ form_widget(form.isArchived) }}
<label for="entry_filter_isArchived">{% trans %}Archived{% endtrans %}</label>