View | Details | Raw Unified | Return to bug 28119
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt (-6 / +5 lines)
Lines 2-12 Link Here
2
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
3
[%- BLOCK translate_label_types -%]
3
[%- BLOCK translate_label_types -%]
4
    [%-  SWITCH type -%]
4
    [%-  SWITCH type -%]
5
        [%- CASE 'BIB' -%] Only the bibliographic data is printed.
5
        [%- CASE 'BIB' -%] Only the bibliographic data is printed
6
        [%- CASE 'BARBIB'-%] Barcode proceeds bibliographic data.
6
        [%- CASE 'BARBIB'-%] Barcode proceeds bibliographic data
7
        [%- CASE 'BIBBAR'-%] Bibliographic data proceeds barcode.
7
        [%- CASE 'BIBBAR'-%] Bibliographic data proceeds barcode
8
        [%- CASE 'ALT' -%] Barcode and bibliographic data are printed on alternating labels.
8
        [%- CASE 'ALT' -%] Barcode and bibliographic data are printed on alternating labels
9
        [%- CASE 'BAR' -%] Only the barcode is printed.
9
        [%- CASE 'BAR' -%] Only the barcode is printed
10
    [%- END -%]
10
    [%- END -%]
11
[%- END -%]
11
[%- END -%]
12
    [% INCLUDE 'doc-head-open.inc' %]
12
    [% INCLUDE 'doc-head-open.inc' %]
13
- 

Return to bug 28119