|
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 › Tools › Koha</title> |
6 |
<title>Spine labels › Tools › Koha</title> |
|
Lines 21-27
Link Here
|
| 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"> |
| 24 |
<div id="spinelabel"> |
25 |
<div id="spinelabel" class="[% Branches.GetLoggedInBranchcode | html %]"> |
| 25 |
[% content | $raw %] |
26 |
[% content | $raw %] |
| 26 |
</div> |
27 |
</div> |
| 27 |
<div id="print_button" class="noprint"> |
28 |
<div id="print_button" class="noprint"> |
| 28 |
- |
|
|