From: Adam Bowling Date: Wed, 13 Feb 2019 04:15:08 +0000 (-0500) Subject: LP#1787479 Final fixes for print label customizations. Corrects duplication of pcrud... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=71e0eacf2ebb8d0691b99d943e43008769e7fe63;p=evergreen%2Fpines.git LP#1787479 Final fixes for print label customizations. Corrects duplication of pcrud objects in previous submission and adds CSS to item label template. Signed-off-by: Adam Bowling Signed-off-by: Chris Sharp --- diff --git a/Open-ILS/src/templates/staff/cat/printlabels/t_view.tt2 b/Open-ILS/src/templates/staff/cat/printlabels/t_view.tt2 index 87814c1834..47ccde682b 100644 --- a/Open-ILS/src/templates/staff/cat/printlabels/t_view.tt2 +++ b/Open-ILS/src/templates/staff/cat/printlabels/t_view.tt2 @@ -2,12 +2,8 @@ diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_item_label.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_item_label.tt2 index d8a877303e..46730ac00b 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_item_label.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_item_label.tt2 @@ -95,6 +95,10 @@ HTML itself. /* This pulls from the "Item Print Label - Inline CSS" setting */ {{settings['webstaff.cat.label.inline_css']||''}} + .print+.print { + page-break-before: always; + } +