|
Lines 23-29
Link Here
|
| 23 |
</head> |
23 |
</head> |
| 24 |
[% IF ( BarcodeNotFound ) %] |
24 |
[% IF ( BarcodeNotFound ) %] |
| 25 |
<body id="labels_spinelabel-print" class="tools labels"> |
25 |
<body id="labels_spinelabel-print" class="tools labels"> |
| 26 |
<p>The barcode [% Barcode %] was not found.</p> |
26 |
<p>The barcode [% Barcode |html %] was not found.</p> |
| 27 |
<p><a href="spinelabel-home.pl">Return to spine label printer</a></p> |
27 |
<p><a href="spinelabel-home.pl">Return to spine label printer</a></p> |
| 28 |
</body> |
28 |
</body> |
| 29 |
[% ELSE %] |
29 |
[% ELSE %] |
| 30 |
- |
|
|