]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
filters: enhance view for domain name 1374/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Wed, 19 Aug 2015 12:55:39 +0000 (14:55 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Wed, 19 Aug 2015 12:55:39 +0000 (14:55 +0200)
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig

index 67061e4c7441e03893d43c81fc7975959fd99c2d..bd64067c567de99ab798ea61e62ae402070de1c9 100644 (file)
                 </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">