From 6e1f4969e154343b458bad9f3b9cc0c0eb8203a4 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Sun, 8 Apr 2018 17:35:24 +0200 Subject: Update operator_overview.html --- print/templates/operator_overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print/templates') diff --git a/print/templates/operator_overview.html b/print/templates/operator_overview.html index 25048ab7..c9706dbe 100644 --- a/print/templates/operator_overview.html +++ b/print/templates/operator_overview.html @@ -27,7 +27,7 @@
{{ svg_overview|safe }} -
{{ _('Scale') }} {{ svg_scale }}
+
{{ _('Scale') }} {{ svg_scale }}%
{% include 'footer.html' %} -- cgit v1.2.3 From 29d62264328e88ec8b1e45704aad85304441e8f3 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Sun, 8 Apr 2018 17:35:40 +0200 Subject: Update print_detail.html --- print/templates/print_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print/templates') diff --git a/print/templates/print_detail.html b/print/templates/print_detail.html index 18a70bba..2453faa4 100644 --- a/print/templates/print_detail.html +++ b/print/templates/print_detail.html @@ -17,7 +17,7 @@
{{color_block.svg_preview|safe}} -
{{ _('Scale') }} {{ svg_scale }}
+
{{ _('Scale') }} {{ svg_scale }}%
-- cgit v1.2.3 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') 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/operator_overview.html | 8 ++++++-- print/templates/print_detail.html | 4 ++++ print/templates/print_overview.html | 4 ++++ 3 files changed, 14 insertions(+), 2 deletions(-) (limited to 'print/templates') diff --git a/print/templates/operator_overview.html b/print/templates/operator_overview.html index c9706dbe..ce28ae8e 100644 --- a/print/templates/operator_overview.html +++ b/print/templates/operator_overview.html @@ -25,9 +25,13 @@
-
+
{{ svg_overview|safe }} -
{{ _('Scale') }} {{ svg_scale }}%
+
{{ _('Scale') }} {{ svg_scale }}%
+
+ + +
{% include 'footer.html' %} diff --git a/print/templates/print_detail.html b/print/templates/print_detail.html index 2453faa4..b8b748b3 100644 --- a/print/templates/print_detail.html +++ b/print/templates/print_detail.html @@ -18,6 +18,10 @@
{{color_block.svg_preview|safe}}
{{ _('Scale') }} {{ svg_scale }}%
+
+ + +
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/operator_overview.html | 7 ++++--- print/templates/print_detail.html | 5 +++-- print/templates/print_overview.html | 5 +++-- 3 files changed, 10 insertions(+), 7 deletions(-) (limited to 'print/templates') diff --git a/print/templates/operator_overview.html b/print/templates/operator_overview.html index ce28ae8e..38da7746 100644 --- a/print/templates/operator_overview.html +++ b/print/templates/operator_overview.html @@ -25,12 +25,13 @@
-
+
{{ svg_overview|safe }} -
{{ _('Scale') }} {{ svg_scale }}%
+
{{ _('Scale') }} {{ svg_transform }}%
- + +
diff --git a/print/templates/print_detail.html b/print/templates/print_detail.html index b8b748b3..eddcf36f 100644 --- a/print/templates/print_detail.html +++ b/print/templates/print_detail.html @@ -15,12 +15,13 @@
-
+
{{color_block.svg_preview|safe}} -
{{ _('Scale') }} {{ svg_scale }}%
+
{{ _('Scale') }} {{ svg_transform }}%
+
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