forked from wallabag/wallabag
Fix checkboxes
This commit is contained in:
@ -21,10 +21,12 @@
|
||||
|
||||
<form method="post" action="{{ path('import_pocket_auth') }}">
|
||||
<div class="row">
|
||||
<div class="input-field col s6 with-checkbox">
|
||||
<h6>{{ 'import.form.mark_as_read_title'|trans }}</h6>
|
||||
{{ form_widget(form.mark_as_read) }}
|
||||
{{ form_label(form.mark_as_read) }}
|
||||
<h6 class="col s12">{{ 'import.form.mark_as_read_title'|trans }}</h6>
|
||||
<div class="col s6 with-checkbox">
|
||||
<label for="{{ form.mark_as_read.vars.id }}">
|
||||
{{ form_widget(form.mark_as_read) }}
|
||||
<span>{{ form.mark_as_read.vars.label|trans }}</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<button class="btn waves-effect waves-light" type="submit" name="action" {% if not has_consumer_key %}disabled="disabled"{% endif %}>
|
||||
|
||||
Reference in New Issue
Block a user