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