From 5fe524cf3ab0ff78401e7b467823da4d62d9a537 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 11 Sep 2013 11:51:54 -0400 Subject: [PATCH] Bug 10850 - give quick spine label template page its own ID Out of three conditional cases for display of the tag one lacked a unique ID. This patch copies the unique ID from the other cases to the one lacking. This patch also corrects the case of an "onload" attribute which should follow XHTML style rules. To test, the patch for Bug 9618 must be applied. Set the SpineLabelAutoPrint system preference to "[don't] automatically pop up a print dialog." Submit a barcode on the quick spine label creator and view source. The tag should have an ID attribute. Signed-off-by: Paola Rossi Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton --- .../intranet-tmpl/prog/en/modules/labels/spinelabel-print.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-print.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-print.tt index b5b92560ee..72aa9b1094 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-print.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-print.tt @@ -27,9 +27,9 @@ [% ELSE %] [% IF ( autoprint ) %] - + [% ELSE %] - + [% END %] [% content %] -- 2.39.5