summaryrefslogtreecommitdiff
path: root/print/templates/ui_svg_action_buttons.html
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2018-07-12 21:16:22 +0200
committerGitHub <noreply@github.com>2018-07-12 21:16:22 +0200
commitd4c4f2c7cc947eea71d99ef6030ecb4401508835 (patch)
treeb1ab84eef12fe7f0e22807fb5d2010eee563dca7 /print/templates/ui_svg_action_buttons.html
parentb23f7358748f928e8b66d0e698677b489bee8405 (diff)
operator detailedview dynamic thumbnail size (#221)
Diffstat (limited to 'print/templates/ui_svg_action_buttons.html')
-rw-r--r--print/templates/ui_svg_action_buttons.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/print/templates/ui_svg_action_buttons.html b/print/templates/ui_svg_action_buttons.html
new file mode 100644
index 00000000..c111d634
--- /dev/null
+++ b/print/templates/ui_svg_action_buttons.html
@@ -0,0 +1,10 @@
+<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-operator-overview" data-field-name="overview" class="realistic" />
+ <label for="realistic-operator-overview" class="realistic">{{ _('Realistic') }}</label>
+ </button>
+</div>