|
Lines 21-31
Link Here
|
| 21 |
[% END %] |
21 |
[% END %] |
| 22 |
|
22 |
|
| 23 |
[% BLOCK fail %] |
23 |
[% BLOCK fail %] |
| 24 |
<input type="submit" class="approve" value="OK" /> |
24 |
<button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> OK</button> |
| 25 |
<input type="hidden" name="biblionumber" value="[% biblionumber %]" /> |
25 |
<input type="hidden" name="biblionumber" value="[% biblionumber %]" /> |
| 26 |
</form> |
26 |
</form> |
| 27 |
<form method="get" action="/cgi-bin/koha/cataloguing/moveitem.pl?biblionumber=[% biblionumber %]"> |
27 |
<form method="get" action="/cgi-bin/koha/cataloguing/moveitem.pl?biblionumber=[% biblionumber %]"> |
| 28 |
<input type="submit" class="new" value="Try again with a different barcode"/> |
28 |
<button type="submit" class="new"><i class="fa fa-fw fa-plus"></i> Try again with a different barcode</button> |
| 29 |
<input type="hidden" name="biblionumber" value="[% biblionumber %]" /> |
29 |
<input type="hidden" name="biblionumber" value="[% biblionumber %]" /> |
| 30 |
</form> |
30 |
</form> |
| 31 |
[% END %] |
31 |
[% END %] |
|
Lines 55-65
Link Here
|
| 55 |
<div class="dialog message">The item has successfully been attached to [% INCLUDE 'biblio-default-view.inc' %]<i>[% bibliotitle |html %]</i></a>. |
55 |
<div class="dialog message">The item has successfully been attached to [% INCLUDE 'biblio-default-view.inc' %]<i>[% bibliotitle |html %]</i></a>. |
| 56 |
<p> |
56 |
<p> |
| 57 |
[% INCLUDE actions %] |
57 |
[% INCLUDE actions %] |
| 58 |
<input type="submit" class="approve" value="OK" /> |
58 |
<button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> OK</button> |
| 59 |
<input type="hidden" name="biblionumber" value="[% biblionumber %]" /> |
59 |
<input type="hidden" name="biblionumber" value="[% biblionumber %]" /> |
| 60 |
</form> |
60 |
</form> |
| 61 |
<form method="get" action="/cgi-bin/koha/cataloguing/moveitem.pl?biblionumber=[% biblionumber %]"/> |
61 |
<form method="get" action="/cgi-bin/koha/cataloguing/moveitem.pl?biblionumber=[% biblionumber %]"/> |
| 62 |
<input type="submit" class="new" value="Attach another item"/> |
62 |
<button type="submit" class="new"><i class="fa fa-fw fa-plus"></i> Attach another item</button> |
| 63 |
<input type="hidden" name="biblionumber" value="[% biblionumber %]" /> |
63 |
<input type="hidden" name="biblionumber" value="[% biblionumber %]" /> |
| 64 |
</form> |
64 |
</form> |
| 65 |
</p> |
65 |
</p> |
| 66 |
- |
|
|