Merge pull request #1374 from wallabag/v2-fix-filters-display

filters: enhance view for domain name
This commit is contained in:
Jeremy Benoist 2015-08-19 15:32:38 +02:00
commit c3fdbcc60f

View file

@ -78,15 +78,13 @@
</div>
<div class="col s12">
<label>{% trans %}Create at{% endtrans %}</label>
<label>{% trans %}Domain name{% endtrans %}</label>
</div>
<div class="input-field col s6">
{{ form_widget(form.domainName, {'type': 'text'}) }}
<label for="entry_filter_domainName">{% trans %}www.website.com{% endtrans %}</label>
{{ form_widget(form.domainName, {'type': 'text', 'attr' : {'placeholder': 'website.com'} }) }}
<label for="entry_filter_domainName">{% trans %}Domain name{% endtrans %}</label>
</div>
<div class="col s12">
<label>{% trans %}Creation date{% endtrans %}</label>
</div>
<div class="input-field col s6">