From f9f945a6b9be62a945e523e7678d531cacacf890 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 14 Apr 2021 10:50:28 +0000 Subject: [PATCH] Bug 28119: (follow-up) Remove unnecessary punctuation Signed-off-by: Katrin Fischer --- .../intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt index 34d0d1e062..a6f6438823 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt @@ -2,11 +2,11 @@ [% SET footerjs = 1 %] [%- BLOCK translate_label_types -%] [%- SWITCH type -%] - [%- CASE 'BIB' -%] Only the bibliographic data is printed. - [%- CASE 'BARBIB'-%] Barcode proceeds bibliographic data. - [%- CASE 'BIBBAR'-%] Bibliographic data proceeds barcode. - [%- CASE 'ALT' -%] Barcode and bibliographic data are printed on alternating labels. - [%- CASE 'BAR' -%] Only the barcode is printed. + [%- CASE 'BIB' -%] Only the bibliographic data is printed + [%- CASE 'BARBIB'-%] Barcode proceeds bibliographic data + [%- CASE 'BIBBAR'-%] Bibliographic data proceeds barcode + [%- CASE 'ALT' -%] Barcode and bibliographic data are printed on alternating labels + [%- CASE 'BAR' -%] Only the barcode is printed [%- END -%] [%- END -%] [% INCLUDE 'doc-head-open.inc' %] -- 2.11.0