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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/linkitem.tt (-3 / +2 lines)
Lines 44-52 Link Here
44
	    <fieldset id="barcode_fieldset">
44
	    <fieldset id="barcode_fieldset">
45
        <label for="barcode_fieldset">
45
        <label for="barcode_fieldset">
46
            [% IF (bibliotitle ) %]
46
            [% IF (bibliotitle ) %]
47
                Select the host record to link to '[% bibliotitle | html %]'
47
                <span>Select the host record to link to '[% bibliotitle | html %]'</span>
48
            [% ELSE %]
48
            [% ELSE %]
49
                Select the host record to link
49
                <span>Select the host record to link</span>
50
            [% END %]
50
            [% END %]
51
        </label>
51
        </label>
52
		    <div class="hint">Enter item barcode:</div>
52
		    <div class="hint">Enter item barcode:</div>
53
- 

Return to bug 25443