mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-01 08:26:48 +01:00
add creation date filter view
This commit is contained in:
parent
54f2b4a254
commit
72ea6dd1a7
@ -81,6 +81,15 @@
|
|||||||
<label>{% trans %}Create at{% endtrans %}</label>
|
<label>{% trans %}Create at{% endtrans %}</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="input-field col s6">
|
||||||
|
{{ form_widget(form.createdAt.left_date, {'type': 'date', 'attr': {'class': 'datepicker', 'data-value': form.createdAt.left_date.vars.value} }) }}
|
||||||
|
<label for="entry_filter_createdAt_left_date" class="active">{% trans %}from{% endtrans %}</label>
|
||||||
|
</div>
|
||||||
|
<div class="input-field col s6">
|
||||||
|
{{ form_widget(form.createdAt.right_date, {'type': 'date', 'attr': {'class': 'datepicker', 'data-value': form.createdAt.right_date.vars.value} }) }}
|
||||||
|
<label for="entry_filter_createdAt_right_date" class="active">{% trans %}to{% endtrans %}</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="col s6">
|
<div class="col s6">
|
||||||
<a href="#!" class="center waves-effect waves-green btn-flat" id="clear_form_filters">{% trans %}Clear{% endtrans %}</a>
|
<a href="#!" class="center waves-effect waves-green btn-flat" id="clear_form_filters">{% trans %}Clear{% endtrans %}</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user