Lines 30-35
Link Here
|
30 |
<div class="row"> |
30 |
<div class="row"> |
31 |
<div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2"> |
31 |
<div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2"> |
32 |
|
32 |
|
|
|
33 |
<h1>Attach an item [% IF ( biblio.title ) %] to [% INCLUDE 'biblio-title.inc' %][% END %]</h1> |
33 |
[% BLOCK actions %] |
34 |
[% BLOCK actions %] |
34 |
[% IF ( BiblioDefaultViewmarc ) %] |
35 |
[% IF ( BiblioDefaultViewmarc ) %] |
35 |
<form action="/cgi-bin/koha/catalogue/MARCdetail.pl" method="post"> |
36 |
<form action="/cgi-bin/koha/catalogue/MARCdetail.pl" method="post"> |
Lines 112-118
Link Here
|
112 |
[% END %] |
113 |
[% END %] |
113 |
|
114 |
|
114 |
[% IF ( missingbarcode ) %] |
115 |
[% IF ( missingbarcode ) %] |
115 |
<h3>Attach an item [% IF ( biblio.title ) %] to [% INCLUDE 'biblio-title.inc' %][% END %]</h3> |
|
|
116 |
<fieldset id="barcode_fieldset"> |
116 |
<fieldset id="barcode_fieldset"> |
117 |
<label for="barcode">Enter the barcode of the item to attach:</label> |
117 |
<label for="barcode">Enter the barcode of the item to attach:</label> |
118 |
<p class="hint">The item you select will be moved to the target record.</p> |
118 |
<p class="hint">The item you select will be moved to the target record.</p> |