Lines 14-23
Link Here
|
14 |
[% IF ( errornoitem ) %]ERROR: Unable to get the item.[% END %] |
14 |
[% IF ( errornoitem ) %]ERROR: Unable to get the item.[% END %] |
15 |
[% IF ( errornoitemnumber ) %]ERROR: Unable to get the item number from this barcode.[% END %] |
15 |
[% IF ( errornoitemnumber ) %]ERROR: Unable to get the item number from this barcode.[% END %] |
16 |
</div> |
16 |
</div> |
17 |
<form action="/cgi-bin/koha/catalogue/MARCdetail.pl" method="post"> |
17 |
<form action="/cgi-bin/koha/catalogue/detail.pl" method="post"> |
18 |
<input type="submit" value="OK" /> |
18 |
<input type="submit" class="approve" value="OK" /> |
19 |
<input type="hidden" name="biblionumber" value="[% biblionumber %]" /> |
19 |
<input type="hidden" name="biblionumber" value="[% biblionumber %]" /> |
20 |
</form> |
20 |
</form> |
|
|
21 |
<form method="link" action="/cgi-bin/koha/cataloguing/moveitem.pl?biblionumber=[% biblionumber %]"/> |
22 |
<input type="submit" class="new" value="Try a different barcode"/> |
23 |
<input type="hidden" name="biblionumber" value="[% biblionumber %]" /> |
24 |
</form> |
21 |
[% ELSE %] |
25 |
[% ELSE %] |
22 |
[% IF ( success ) %] |
26 |
[% IF ( success ) %] |
23 |
<div class="dialog message">The item has successfully been attached to [% INCLUDE 'biblio-default-view.inc' %]<i>[% bibliotitle |html %]</i></a>.[% IF ( BiblioDefaultViewmarc ) %] |
27 |
<div class="dialog message">The item has successfully been attached to [% INCLUDE 'biblio-default-view.inc' %]<i>[% bibliotitle |html %]</i></a>.[% IF ( BiblioDefaultViewmarc ) %] |
24 |
- |
|
|