@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt +++ a/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' %] --