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
committerLex Neva <github.com@lexneva.name>2019-02-16 16:53:38 -0500
commit7b04eb123423d52aa088c9f5976079a0297ed5b6 (patch)
tree161e1fc4afdc4074e43ab88f7f1bd6d2ac77f83e /print/templates/ui.html
parent89def2161123a12b38bc0cedea9853ee02c10c87 (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>