From aea5919c63796efd748d724752a86773b79b7c3b Mon Sep 17 00:00:00 2001
From: Lex Neva
Date: Wed, 18 Apr 2018 16:29:06 -0400
Subject: add notes in operator detailed view
switch to 12 color blocks per page to give more room for detailed notes
---
print/templates/operator_detailedview.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'print/templates/operator_detailedview.html')
diff --git a/print/templates/operator_detailedview.html b/print/templates/operator_detailedview.html
index 92c3445f..f78028d7 100644
--- a/print/templates/operator_detailedview.html
+++ b/print/templates/operator_detailedview.html
@@ -10,7 +10,7 @@
{{ _('Color') }}
{{ _('Thread Consumption') }}
{{ _('Stops and Trims') }}
- {{ _('Estimated Time') }}
+ {{ _('Notes') }}
{% if outer_loop.index == 1 %}
@@ -34,7 +34,7 @@
{{ _('Total nr trims') }}: {{ job.num_trims }}
- {{ job.estimated_time }}
+
{% endif %}
@@ -45,7 +45,7 @@
@@ -65,7 +65,7 @@
{{ _('# trims') }}: {{ color_block.num_trims }}
- {{ color_block.estimatedtime }}
+
{% endfor %}
--
cgit v1.3.1