Clean up view HTML

This commit is contained in:
James Cole
2018-01-12 18:42:48 +01:00
parent 89e0791e2f
commit 4984eda320
61 changed files with 78 additions and 201 deletions

View File

@@ -49,7 +49,7 @@
{{ ExpandedForm.date('export_end_range', today) }}
<!-- EXPORT FORMATS -->
{# EXPORT FORMATS #}
<div class="form-group">
<label for="exportFormat" class="col-sm-4 control-label">{{ 'export_format'|_ }}</label>
@@ -73,7 +73,7 @@
</div>
<!-- ACCOUNTS -->
{# ACCOUNTS #}
{{ ExpandedForm.multiCheckbox('accounts',accountList, checked, {' class': 'account-checkbox'}) }}
{{ ExpandedForm.checkbox('include_attachments','1', true) }}