diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2015-08-19 15:32:38 +0200 |
---|---|---|
committer | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2015-08-19 15:32:38 +0200 |
commit | c3fdbcc60f503ed67efbc1a41994935eb992e893 (patch) | |
tree | febc61cb0322856700b486e6b61fd193323a53fa | |
parent | 7b2d33689338386b331a9a370eb6b9d8576f0cbb (diff) | |
parent | bdd23b076a68d2fd5e9eb9ebe16ce3bb70562f9f (diff) | |
download | wallabag-c3fdbcc60f503ed67efbc1a41994935eb992e893.tar.gz wallabag-c3fdbcc60f503ed67efbc1a41994935eb992e893.tar.zst wallabag-c3fdbcc60f503ed67efbc1a41994935eb992e893.zip |
Merge pull request #1374 from wallabag/v2-fix-filters-display
filters: enhance view for domain name
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig index 67061e4c..bd64067c 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig | |||
@@ -78,15 +78,13 @@ | |||
78 | </div> | 78 | </div> |
79 | 79 | ||
80 | 80 | ||
81 | <div class="col s12"> | ||
82 | |||
83 | <label>{% trans %}Create at{% endtrans %}</label> | ||
84 | |||
85 | <label>{% trans %}Domain name{% endtrans %}</label> | ||
86 | </div> | ||
87 | <div class="input-field col s6"> | 81 | <div class="input-field col s6"> |
88 | {{ form_widget(form.domainName, {'type': 'text'}) }} | 82 | {{ form_widget(form.domainName, {'type': 'text', 'attr' : {'placeholder': 'website.com'} }) }} |
89 | <label for="entry_filter_domainName">{% trans %}www.website.com{% endtrans %}</label> | 83 | <label for="entry_filter_domainName">{% trans %}Domain name{% endtrans %}</label> |
84 | </div> | ||
85 | |||
86 | <div class="col s12"> | ||
87 | <label>{% trans %}Creation date{% endtrans %}</label> | ||
90 | </div> | 88 | </div> |
91 | 89 | ||
92 | <div class="input-field col s6"> | 90 | <div class="input-field col s6"> |