From f10393989bdd2e7dd1056930ba060aab3870a592 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Sun, 3 Jun 2018 23:24:26 -0400 Subject: realistic rendering checkboxes --- print/templates/operator_overview.html | 4 ++++ print/templates/print_detail.html | 7 +++++-- print/templates/print_overview.html | 12 ++++++++---- print/templates/ui.html | 8 ++++---- 4 files changed, 21 insertions(+), 10 deletions(-) (limited to 'print/templates') diff --git a/print/templates/operator_overview.html b/print/templates/operator_overview.html index 367d6d2b..6fa46911 100644 --- a/print/templates/operator_overview.html +++ b/print/templates/operator_overview.html @@ -32,6 +32,10 @@ + diff --git a/print/templates/print_detail.html b/print/templates/print_detail.html index 714d33a2..e73fe918 100644 --- a/print/templates/print_detail.html +++ b/print/templates/print_detail.html @@ -22,9 +22,12 @@ + - - +
{% include 'color_swatch.html' %}
diff --git a/print/templates/print_overview.html b/print/templates/print_overview.html index efcf5b2e..b42ab7a9 100644 --- a/print/templates/print_overview.html +++ b/print/templates/print_overview.html @@ -32,14 +32,18 @@ + - - + +
{% for color_block in color_blocks %} {% include 'color_swatch.html' %} - {% endfor %} - + {% endfor %} +
{{ _('Client Signature') }}
diff --git a/print/templates/ui.html b/print/templates/ui.html index b09dc941..3b11f345 100644 --- a/print/templates/ui.html +++ b/print/templates/ui.html @@ -26,10 +26,10 @@
{{ _('Print Layouts') }} -

-

-

-

+

+

+

+

-- cgit v1.2.3