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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-print.tt (-3 / +2 lines)
Lines 22-29 Link Here
22
            </div>
22
            </div>
23
	[% ELSE %]
23
	[% ELSE %]
24
            <body id="labels_spinelabel-print" class="tools labels">
24
            <body id="labels_spinelabel-print" class="tools labels">
25
            <div id="spinelabel" class="[% Branches.GetLoggedInBranchcode | html %]" data-homebranch="[% itemhomebranch | html %]" data-holdingbranch="[% itemholdingbranch | html %]">
25
            <div id="spinelabel" class="[% Branches.GetLoggedInBranchcode | html %]" data-loggedinbranch="[% Branches.GetLoggedInBranchcode | html %]" data-homebranch="[% itemhomebranch | html %]" data-holdingbranch="[% itemholdingbranch | html %]">
26
				[% content | $raw %]
26
                [% content | $raw %]
27
            </div>
27
            </div>
28
            <div id="print_button" class="noprint">
28
            <div id="print_button" class="noprint">
29
                <button class="btn btn-default print-label"><i class="fa fa-print"></i> Print this label</button>
29
                <button class="btn btn-default print-label"><i class="fa fa-print"></i> Print this label</button>
30
- 

Return to bug 31633