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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-print.tt (-3 / +3 lines)
Lines 1-5 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Branches %]
3
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Spine labels &rsaquo; Tools &rsaquo; Koha</title>
6
<title>Spine labels &rsaquo; Tools &rsaquo; Koha</title>
Lines 14-26 Link Here
14
</head>
15
</head>
15
16
16
	[% IF ( BarcodeNotFound ) %]
17
	[% IF ( BarcodeNotFound ) %]
17
		<body id="labels_spinelabel-print" class="tools labels">
18
            <body id="labels_spinelabel-print" class="tools labels [% Branches.GetLoggedInBranchcode | html %]">
18
            <div class="dialog message">The barcode [% Barcode | html %] was not found.</div>
19
            <div class="dialog message">The barcode [% Barcode | html %] was not found.</div>
19
            <div id="print_button" class="noprint">
20
            <div id="print_button" class="noprint">
20
                <button class="btn btn-default close-window">Close</button>
21
                <button class="btn btn-default close-window">Close</button>
21
            </div>
22
            </div>
22
	[% ELSE %]
23
	[% ELSE %]
23
            <body id="labels_spinelabel-print" class="tools labels">
24
            <body id="labels_spinelabel-print" class="tools labels [% Branches.GetLoggedInBranchcode | html %]">
24
            <div id="spinelabel">
25
            <div id="spinelabel">
25
				[% content | $raw %]
26
				[% content | $raw %]
26
            </div>
27
            </div>
27
- 

Return to bug 28512