filters: enhance view for domain name

This commit is contained in:
Nicolas Lœuillet 2015-08-19 14:55:39 +02:00
parent 7b2d336893
commit bdd23b076a

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">