Lines 42-48
Link Here
|
42 |
|
42 |
|
43 |
[% IF ( missingbarcode ) %] |
43 |
[% IF ( missingbarcode ) %] |
44 |
<fieldset id="barcode_fieldset"> |
44 |
<fieldset id="barcode_fieldset"> |
45 |
<label for="barcode_fieldset">Select the host record to link[% IF ( bibliotitle ) %] to <i>[% bibliotitle | html %]</i>[% END %]</label> |
45 |
<label for="barcode_fieldset"> |
|
|
46 |
[% IF (bibliotitle ) %] |
47 |
Select the host record to link to '[% bibliotitle | html %]' |
48 |
[% ELSE %] |
49 |
Select the host record to link |
50 |
[% END %] |
51 |
</label> |
46 |
<div class="hint">Enter item barcode:</div> |
52 |
<div class="hint">Enter item barcode:</div> |
47 |
<input type="text" name="barcode" id="barcode" class="barcode focus" size="14" /> |
53 |
<input type="text" name="barcode" id="barcode" class="barcode focus" size="14" /> |
48 |
</fieldset> |
54 |
</fieldset> |
49 |
- |
|
|