diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2018-07-12 21:16:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-12 21:16:22 +0200 |
| commit | d4c4f2c7cc947eea71d99ef6030ecb4401508835 (patch) | |
| tree | b1ab84eef12fe7f0e22807fb5d2010eee563dca7 /print/templates/print_overview.html | |
| parent | b23f7358748f928e8b66d0e698677b489bee8405 (diff) | |
operator detailedview dynamic thumbnail size (#221)
Diffstat (limited to 'print/templates/print_overview.html')
| -rw-r--r-- | print/templates/print_overview.html | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/print/templates/print_overview.html b/print/templates/print_overview.html index b42ab7a9..ca8638ff 100644 --- a/print/templates/print_overview.html +++ b/print/templates/print_overview.html @@ -27,16 +27,7 @@ <main class="client-overview-main"> <figure class="inksimulation" data-field-name="client-overview-transform" title="{{ _('Ctrl + Scroll to Zoom') }}"> {{ svg_overview|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> - <button class="svg-realistic"> - <input type="checkbox" id="realistic-client-overview" data-field-name="overview" class="realistic" /> - <label for="realistic-client-overview" class="realistic">Realistic</label> - </button> - </div> + {% include 'ui_svg_action_buttons.html' %} </figure> <div class="color-palette"> |
