summaryrefslogtreecommitdiff
path: root/print/templates/ui.html
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2019-01-01 19:47:28 +0100
committerGitHub <noreply@github.com>2019-01-01 19:47:28 +0100
commit85e12f4b859af8c47b2e113af993b7591738130b (patch)
treeada285063dc4c10d6d7d7c00c240001736e3f78e /print/templates/ui.html
parent3cfda3c0b949bd4ba1f00a99f285b029dcc975ee (diff)
Fix print metadata (#372)
Diffstat (limited to 'print/templates/ui.html')
-rw-r--r--print/templates/ui.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/templates/ui.html b/print/templates/ui.html
index 2db3a81d..71908b52 100644
--- a/print/templates/ui.html
+++ b/print/templates/ui.html
@@ -112,12 +112,12 @@
</fieldset>
<fieldset>
<legend>{{ _('Display Time On') }}</legend>
- <p>
+ <div>
<p><input type="checkbox" class="time-display" id="time-clo" data-field-name="time-clo" /><label for="time-clo">{{ _('Client Overview') }}</label></p>
<p><input type="checkbox" class="time-display" id="time-cld" data-field-name="time-cld" /><label for="time-cld">{{ _('Client Detailed View') }}</label></p>
<p><input type="checkbox" class="time-display" id="time-opo" data-field-name="time-opo" CHECKED /><label for="time-opo">{{ _('Operator Overview') }}</label></p>
<p><input type="checkbox" class="time-display" id="time-opd" data-field-name="time-opd" CHECKED /><label for="time-opd">{{ _('Operator Detailed View') }}</label></p>
- </p>
+ </div>
</fieldset>
<button class="save-settings" title="{{ _('Includes page setup, estimated time and also the branding.') }}">{{ _("Save as defaults") }}</button>
</fieldset>