Lines 12-17
Link Here
|
12 |
<div class="row"> |
12 |
<div class="row"> |
13 |
<div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2"> |
13 |
<div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2"> |
14 |
|
14 |
|
|
|
15 |
<h1>Attach an item [% IF ( biblio.title ) %] to [% INCLUDE 'biblio-title.inc' %][% END %]</h1> |
15 |
[% BLOCK actions %] |
16 |
[% BLOCK actions %] |
16 |
[% IF ( BiblioDefaultViewmarc ) %] |
17 |
[% IF ( BiblioDefaultViewmarc ) %] |
17 |
<form action="/cgi-bin/koha/catalogue/MARCdetail.pl" method="post"> |
18 |
<form action="/cgi-bin/koha/catalogue/MARCdetail.pl" method="post"> |
Lines 94-100
Link Here
|
94 |
[% END %] |
95 |
[% END %] |
95 |
|
96 |
|
96 |
[% IF ( missingbarcode ) %] |
97 |
[% IF ( missingbarcode ) %] |
97 |
<h3>Attach an item [% IF ( biblio.title ) %] to [% INCLUDE 'biblio-title.inc' %][% END %]</h3> |
|
|
98 |
<fieldset id="barcode_fieldset"> |
98 |
<fieldset id="barcode_fieldset"> |
99 |
<label for="barcode">Enter the barcode of the item to attach:</label> |
99 |
<label for="barcode">Enter the barcode of the item to attach:</label> |
100 |
<p class="hint">The item you select will be moved to the target record.</p> |
100 |
<p class="hint">The item you select will be moved to the target record.</p> |