diff options
| author | cole <cole.d.vick@gmail.com> | 2022-09-30 12:34:00 -0500 |
|---|---|---|
| committer | Kaalleen <reni@allenka.de> | 2022-10-15 16:54:53 +0200 |
| commit | ff05e24696a1ddeea415594f6f447d6055045de2 (patch) | |
| tree | 1f74a0cae9e04e8b99c9bdfe00936336b946d9b3 /print/templates/full_page_pattern.html | |
| parent | 10a800531a478cf5524314bca336e00d274c4140 (diff) | |
change to full-page-patternview
Diffstat (limited to 'print/templates/full_page_pattern.html')
| -rw-r--r-- | print/templates/full_page_pattern.html | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ +<main> + <figure class="inksimulation full-page-pattern operator" + data-field-name="full-page-patternview-transform" + title="{{ _('Ctrl + Scroll to Zoom') }}" + style="cursor: auto;"> + {{ svg_overview|replace("<li>", "")|replace("</li>", "")|safe }} + {% with %} + {% set realistic_id='realistic-pattern-overview' %} + {% include 'ui_svg_action_buttons.html' with context %} + {% endwith %} + </figure> + </main> |
