summaryrefslogtreecommitdiff
path: root/print/templates/print_overview.html
diff options
context:
space:
mode:
Diffstat (limited to 'print/templates/print_overview.html')
-rw-r--r--print/templates/print_overview.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/print/templates/print_overview.html b/print/templates/print_overview.html
index f5632ceb..7a396b4a 100644
--- a/print/templates/print_overview.html
+++ b/print/templates/print_overview.html
@@ -25,9 +25,14 @@
</div>
</header>
<main class="client-overview-main">
- <figure class="inksimulation">
+ <figure class="inksimulation" title="{{ _('Ctrl + Scroll to Zoom') }}">
{{ svg_overview|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>
<div class="color-palette">