summaryrefslogtreecommitdiff
path: root/print/templates/print_detail.html
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-07-25 21:39:39 -0400
committerLex Neva <github.com@lexneva.name>2018-07-25 21:39:39 -0400
commit6c5e256d73500be4674e8778d80b12c5b6228335 (patch)
tree979795c683ae5dbf683cfe53c9eece4939955246 /print/templates/print_detail.html
parent5b5188ef9918d196173a4a543532c497140e639c (diff)
parentd14880db5820ce2175bda7bbe761c21fd6c454d0 (diff)
Merge remote-tracking branch 'origin/master' into lexelby-mac-build-mk2
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>