From f9b90d31b7730103e296b0c2509885b07000eac4 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Sat, 14 Apr 2018 20:39:59 -0400 Subject: round-trip editable fields and checkboxes --- print/templates/ui.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'print/templates/ui.html') diff --git a/print/templates/ui.html b/print/templates/ui.html index 078f1a4c..9acdd1bc 100644 --- a/print/templates/ui.html +++ b/print/templates/ui.html @@ -24,10 +24,10 @@
{{ ('Print Layouts') }}: -

-

-

-

+

+

+

+

-- cgit v1.2.3 From 7b0804562e4ce3b440e67de6cb001ac021326990 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Mon, 16 Apr 2018 20:17:07 -0400 Subject: add 'save as defaults' button --- print/templates/ui.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'print/templates/ui.html') diff --git a/print/templates/ui.html b/print/templates/ui.html index 9acdd1bc..f7246962 100644 --- a/print/templates/ui.html +++ b/print/templates/ui.html @@ -15,7 +15,7 @@

{{ _('Settings') }}

{{ _('Printing Size') }}: - @@ -23,11 +23,12 @@

- {{ ('Print Layouts') }}: + {{ _('Print Layouts') }}:

+
-- cgit v1.2.3