Lines 1-11
Link Here
|
1 |
[% INCLUDE 'doc-head-open.inc' %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
<title>Koha › Cataloging ’ Link to host item</title> |
2 |
<title>Koha › Cataloging ’ Link to host record</title> |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
4 |
</head> |
4 |
</head> |
5 |
<body id="catalog_linkitem" class="catalog"> |
5 |
<body id="catalog_linkitem" class="catalog"> |
6 |
[% INCLUDE 'header.inc' %] |
6 |
[% INCLUDE 'header.inc' %] |
7 |
[% INCLUDE 'cat-search.inc' %] |
7 |
[% INCLUDE 'cat-search.inc' %] |
8 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a> › Link a host item to <i>[% bibliotitle | html %]</i></div> |
8 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a> › Link a host record to <i>[% bibliotitle | html %]</i></div> |
9 |
|
9 |
|
10 |
<div class="container-fluid"> |
10 |
<div class="container-fluid"> |
11 |
<div class="row"> |
11 |
<div class="row"> |
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 item to link[% IF ( bibliotitle ) %] to <i>[% bibliotitle | html %]</i>[% END %]</label> |
45 |
<label for="barcode_fieldset">Select the host record to link[% IF ( bibliotitle ) %] to <i>[% bibliotitle | html %]</i>[% END %]</label> |
46 |
<div class="hint">Enter item barcode:</div> |
46 |
<div class="hint">Enter item barcode:</div> |
47 |
<input type="text" name="barcode" id="barcode" class="barcode focus" size="14" /> |
47 |
<input type="text" name="barcode" id="barcode" class="barcode focus" size="14" /> |
48 |
</fieldset> |
48 |
</fieldset> |
49 |
- |
|
|