summaryrefslogtreecommitdiff
path: root/print/templates/print_detail.html
diff options
context:
space:
mode:
authorkalleen <reni@allenka.de>2018-04-11 18:57:55 +0200
committerkalleen <reni@allenka.de>2018-04-11 18:57:55 +0200
commit75aa656c2cfb7ee4189c31a6c7a0d23d83b4d03a (patch)
tree43e4521c01fdc830b5639924afbcdb7ff2ec54bc /print/templates/print_detail.html
parent15222ed4c39bab5e19b622e9179f7abc88c5b1da (diff)
add apply to all button for svg transforms
Diffstat (limited to 'print/templates/print_detail.html')
-rw-r--r--print/templates/print_detail.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/print/templates/print_detail.html b/print/templates/print_detail.html
index b8b748b3..eddcf36f 100644
--- a/print/templates/print_detail.html
+++ b/print/templates/print_detail.html
@@ -15,12 +15,13 @@
</div>
</header>
<main>
- <figure class="inksimulation">
+ <figure class="inksimulation" title="{{ _('Ctrl + Scroll to Zoom') }}">
{{color_block.svg_preview|safe}}
- <figcaption>{{ _('Scale') }} <span>{{ svg_scale }}</span>%</figcaption>
+ <figcaption>{{ _('Scale') }} <span data-field-name="svg-scale" contenteditable="true" data-placeholder="Enter scale...">{{ svg_transform }}</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>