]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #1375 from wallabag/v2-fix-1371
authorJeremy Benoist <j0k3r@users.noreply.github.com>
Wed, 19 Aug 2015 19:26:29 +0000 (21:26 +0200)
committerJeremy Benoist <j0k3r@users.noreply.github.com>
Wed, 19 Aug 2015 19:26:29 +0000 (21:26 +0200)
fix #1368 config: redirect on correct tab in material theme

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