diff options
| author | kalleen <reni@allenka.de> | 2018-04-11 18:57:55 +0200 |
|---|---|---|
| committer | kalleen <reni@allenka.de> | 2018-04-11 18:57:55 +0200 |
| commit | 75aa656c2cfb7ee4189c31a6c7a0d23d83b4d03a (patch) | |
| tree | 43e4521c01fdc830b5639924afbcdb7ff2ec54bc /print/templates/print_overview.html | |
| parent | 15222ed4c39bab5e19b622e9179f7abc88c5b1da (diff) | |
add apply to all button for svg transforms
Diffstat (limited to 'print/templates/print_overview.html')
| -rw-r--r-- | print/templates/print_overview.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/templates/print_overview.html b/print/templates/print_overview.html index d32cf1e9..7a396b4a 100644 --- a/print/templates/print_overview.html +++ b/print/templates/print_overview.html @@ -25,12 +25,13 @@ </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> |
