diff options
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> |
