summaryrefslogtreecommitdiff
path: root/print/templates/print_detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'print/templates/print_detail.html')
-rw-r--r--print/templates/print_detail.html10
1 files changed, 2 insertions, 8 deletions
diff --git a/print/templates/print_detail.html b/print/templates/print_detail.html
index 714d33a2..241ac88b 100644
--- a/print/templates/print_detail.html
+++ b/print/templates/print_detail.html
@@ -17,14 +17,8 @@
<main>
<figure class="inksimulation" data-field-name="client-detail-transform-block{{ loop.index0 }}" title="{{ _('Ctrl + Scroll to Zoom') }}">
{{color_block.svg_preview|safe}}
- <figcaption>{{ _('Scale') }} <span class="scale" data-field-name="svg-scale" contenteditable="true" data-placeholder=""></span>%</figcaption>
- <div>
- <button class="svg-fit">Fit</button>
- <button class="svg-full">100%</button>
- <button class="svg-apply">Apply to all</button>
- </div>
- </figure>
-
+ {% include 'ui_svg_action_buttons.html' %}
+ </figure>
<div class="color-palette detailed">
{% include 'color_swatch.html' %}
</div>