From 3e00ba26da77add9bdb1315b6a1993c0b53135f2 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Sun, 8 Apr 2018 17:35:54 +0200 Subject: Update print_overview.html --- print/templates/print_overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print/templates/print_overview.html') diff --git a/print/templates/print_overview.html b/print/templates/print_overview.html index f5632ceb..dd2a1358 100644 --- a/print/templates/print_overview.html +++ b/print/templates/print_overview.html @@ -27,7 +27,7 @@
{{ svg_overview|safe }} -
{{ _('Scale') }} {{ svg_scale }}
+
{{ _('Scale') }} {{ svg_scale }}%
-- cgit v1.2.3 From 15222ed4c39bab5e19b622e9179f7abc88c5b1da Mon Sep 17 00:00:00 2001 From: kalleen Date: Mon, 9 Apr 2018 19:20:02 +0200 Subject: add buttons to quickly adjust svg size --- print/templates/print_overview.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'print/templates/print_overview.html') diff --git a/print/templates/print_overview.html b/print/templates/print_overview.html index dd2a1358..d32cf1e9 100644 --- a/print/templates/print_overview.html +++ b/print/templates/print_overview.html @@ -28,6 +28,10 @@
{{ svg_overview|safe }}
{{ _('Scale') }} {{ svg_scale }}%
+
+ + +
-- cgit v1.2.3 From 75aa656c2cfb7ee4189c31a6c7a0d23d83b4d03a Mon Sep 17 00:00:00 2001 From: kalleen Date: Wed, 11 Apr 2018 18:57:55 +0200 Subject: add apply to all button for svg transforms --- print/templates/print_overview.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'print/templates/print_overview.html') 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 @@
-
+
{{ svg_overview|safe }} -
{{ _('Scale') }} {{ svg_scale }}%
+
{{ _('Scale') }} {{ svg_transform }}%
+
-- cgit v1.2.3 From 51741745b0bb691a55b642a2ea938ac74324da2d Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Tue, 17 Apr 2018 15:48:38 -0400 Subject: don't get transform from html --- print/templates/print_overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print/templates/print_overview.html') diff --git a/print/templates/print_overview.html b/print/templates/print_overview.html index 7a396b4a..f876ad70 100644 --- a/print/templates/print_overview.html +++ b/print/templates/print_overview.html @@ -27,7 +27,7 @@
{{ svg_overview|safe }} -
{{ _('Scale') }} {{ svg_transform }}%
+
{{ _('Scale') }} %
-- cgit v1.2.3 From b5968dc11ff479f2c7cd5217c47a872fe04295e4 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Tue, 17 Apr 2018 15:55:52 -0400 Subject: fix formatting of dimensions --- print/templates/print_overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print/templates/print_overview.html') diff --git a/print/templates/print_overview.html b/print/templates/print_overview.html index f876ad70..62d2982c 100644 --- a/print/templates/print_overview.html +++ b/print/templates/print_overview.html @@ -11,7 +11,7 @@
-

{{ _('Design box size') }}:{{ job.dimensions }}

+

{{ _('Design box size') }}:{{ "%0.1fmm X %0.1fmm" | format(*job.dimensions) }}

{{ _('Total stitch count') }}:{{job.num_stitches }}

{{ _('Total thread used') }}:{{job.estimated_thread }}

-- cgit v1.2.3 From a5900865c76b4b65c712ef6d39fda9eaae2c5007 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Wed, 18 Apr 2018 16:09:43 -0400 Subject: save and restore zoom and pan --- print/templates/print_overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print/templates/print_overview.html') diff --git a/print/templates/print_overview.html b/print/templates/print_overview.html index 62d2982c..efcf5b2e 100644 --- a/print/templates/print_overview.html +++ b/print/templates/print_overview.html @@ -25,7 +25,7 @@
-
+
{{ svg_overview|safe }}
{{ _('Scale') }} %
-- cgit v1.2.3