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_detail.html | |
| parent | b23f7358748f928e8b66d0e698677b489bee8405 (diff) | |
operator detailedview dynamic thumbnail size (#221)
Diffstat (limited to 'print/templates/print_detail.html')
| -rw-r--r-- | print/templates/print_detail.html | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/print/templates/print_detail.html b/print/templates/print_detail.html index e73fe918..241ac88b 100644 --- a/print/templates/print_detail.html +++ b/print/templates/print_detail.html @@ -17,16 +17,7 @@ <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> - <button class="svg-realistic"> - <input type="checkbox" id="realistic-color-block-{{ loop.index0 }}" data-field-name="block{{ loop.index0 }}" class="realistic" /> - <label for="realistic-color-block-{{ loop.index0 }}" class="realistic">Realistic</label> - </button> - </div> + {% include 'ui_svg_action_buttons.html' %} </figure> <div class="color-palette detailed"> {% include 'color_swatch.html' %} |
