From ff05e24696a1ddeea415594f6f447d6055045de2 Mon Sep 17 00:00:00 2001 From: cole Date: Fri, 30 Sep 2022 12:34:00 -0500 Subject: change to full-page-patternview --- print/templates/full_page_pattern.html | 12 ++++++++++++ print/templates/index.html | 4 ++++ print/templates/ui.html | 4 ++++ 3 files changed, 20 insertions(+) create mode 100644 print/templates/full_page_pattern.html (limited to 'print/templates') diff --git a/print/templates/full_page_pattern.html b/print/templates/full_page_pattern.html new file mode 100644 index 00000000..bf0e84c4 --- /dev/null +++ b/print/templates/full_page_pattern.html @@ -0,0 +1,12 @@ +
+
+ {{ svg_overview|replace("
  • ", "")|replace("
  • ", "")|safe }} + {% with %} + {% set realistic_id='realistic-pattern-overview' %} + {% include 'ui_svg_action_buttons.html' with context %} + {% endwith %} +
    +
    diff --git a/print/templates/index.html b/print/templates/index.html index 612506c9..6ff8de67 100644 --- a/print/templates/index.html +++ b/print/templates/index.html @@ -31,6 +31,10 @@ {# operator detailed view #} {% include 'operator_detailedview.html' %} + {# full page pattern view #} +
    + {% include 'full_page_pattern.html' %} +
    {# custom pages #}
    {% include 'custom-page.html' %}
    diff --git a/print/templates/ui.html b/print/templates/ui.html index dd61e2d8..b6999b57 100644 --- a/print/templates/ui.html +++ b/print/templates/ui.html @@ -54,6 +54,10 @@

    +

    + + +

    {{ _('Thumbnail size') }}: 15mm -- cgit v1.2.3 From d4720ceb9bf4e8789d5aadc0bdac73750e0e0e51 Mon Sep 17 00:00:00 2001 From: cole Date: Fri, 30 Sep 2022 14:14:59 -0500 Subject: add footer toggle --- print/templates/full_page_pattern.html | 5 +++++ print/templates/ui.html | 4 ++++ 2 files changed, 9 insertions(+) (limited to 'print/templates') diff --git a/print/templates/full_page_pattern.html b/print/templates/full_page_pattern.html index bf0e84c4..f8bd3c5e 100644 --- a/print/templates/full_page_pattern.html +++ b/print/templates/full_page_pattern.html @@ -10,3 +10,8 @@ {% endwith %} + +

    + diff --git a/print/templates/ui.html b/print/templates/ui.html index b6999b57..f1dd9c12 100644 --- a/print/templates/ui.html +++ b/print/templates/ui.html @@ -58,6 +58,10 @@

    +

    + + +

    {{ _('Thumbnail size') }}: 15mm -- cgit v1.2.3 From 318069d194c77fc294eeb8b30a5390c9d63b040c Mon Sep 17 00:00:00 2001 From: Kaalleen Date: Sat, 15 Oct 2022 17:23:47 +0200 Subject: fix custom information sheet print out --- print/templates/ui.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'print/templates') diff --git a/print/templates/ui.html b/print/templates/ui.html index f1dd9c12..4282838d 100644 --- a/print/templates/ui.html +++ b/print/templates/ui.html @@ -54,18 +54,19 @@

    +

    + + + 15mm +

    -

    +

    -

    {{ _('Thumbnail size') }}: - - 15mm -

    -- cgit v1.2.3