mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 09:31:04 +00:00
filters: enhance view for domain name
This commit is contained in:
parent
7b2d336893
commit
bdd23b076a
1 changed files with 6 additions and 8 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue