|
Link Here
|
| 4 |
[% IF ( shelf AND op == 'view' ) # Lists view has more granular checking of hold availability %] |
4 |
[% IF ( shelf AND op == 'view' ) # Lists view has more granular checking of hold availability %] |
| 5 |
[% IF ( items.allow_onshelf_holds ) %] |
5 |
[% IF ( items.allow_onshelf_holds ) %] |
| 6 |
<span class="actions" |
6 |
<span class="actions" |
| 7 |
><a class="btn btn-link btn-sm" aria-label="Place a hold on [% items.title | html %]" href="/cgi-bin/koha/opac-reserve.pl?biblionumber=[% items.biblionumber | html %]" |
7 |
><a class="btn btn-link btn-sm" aria-label="Place hold on [% items.title | html %]" href="/cgi-bin/koha/opac-reserve.pl?biblionumber=[% items.biblionumber | html %]" |
| 8 |
><i class="fa fa-fw fa-bookmark" aria-hidden="true"></i> Place hold</a |
8 |
><i class="fa fa-fw fa-bookmark" aria-hidden="true"></i> Place hold</a |
| 9 |
></span |
9 |
></span |
| 10 |
> |
10 |
> |
| 11 |
[% ELSE %] |
11 |
[% ELSE %] |
| 12 |
[% IF ( items.itemsissued ) %] |
12 |
[% IF ( items.itemsissued ) %] |
| 13 |
<span class="actions" |
13 |
<span class="actions" |
| 14 |
><a class="btn btn-link btn-sm" aria-label="Place a hold on [% items.title | html %]" href="/cgi-bin/koha/opac-reserve.pl?biblionumber=[% items.biblionumber | html %]" |
14 |
><a class="btn btn-link btn-sm" aria-label="Place hold on [% items.title | html %]" href="/cgi-bin/koha/opac-reserve.pl?biblionumber=[% items.biblionumber | html %]" |
| 15 |
><i class="fa fa-fw fa-bookmark" aria-hidden="true"></i> Place hold</a |
15 |
><i class="fa fa-fw fa-bookmark" aria-hidden="true"></i> Place hold</a |
| 16 |
></span |
16 |
></span |
| 17 |
> |
17 |
> |
|
Link Here
|
| 19 |
[% END %] |
19 |
[% END %] |
| 20 |
[% ELSE %] |
20 |
[% ELSE %] |
| 21 |
<span class="actions" |
21 |
<span class="actions" |
| 22 |
><a class="btn btn-link btn-sm" aria-label="Place a hold on [% items.title | html %]" href="/cgi-bin/koha/opac-reserve.pl?biblionumber=[% items.biblionumber | html %]" |
22 |
><a class="btn btn-link btn-sm" aria-label="Place hold on [% items.title | html %]" href="/cgi-bin/koha/opac-reserve.pl?biblionumber=[% items.biblionumber | html %]" |
| 23 |
><i class="fa fa-fw fa-bookmark" aria-hidden="true"></i> Place hold</a |
23 |
><i class="fa fa-fw fa-bookmark" aria-hidden="true"></i> Place hold</a |
| 24 |
></span |
24 |
></span |
| 25 |
> |
25 |
> |
|
Link Here
|
| 87 |
> |
87 |
> |
| 88 |
[% ELSE %] |
88 |
[% ELSE %] |
| 89 |
<span class="actions cart-actions" |
89 |
<span class="actions cart-actions" |
| 90 |
><a aria-label="Add [% items.title | html %] to the cart" data-biblionumber="[% items.biblionumber | html %]" class="btn btn-link btn-sm addtocart cart cart[% items.biblionumber | html %]" href="#" |
90 |
><a aria-label="Add [% items.title | html %] to cart" data-biblionumber="[% items.biblionumber | html %]" class="btn btn-link btn-sm addtocart cart cart[% items.biblionumber | html %]" href="#" |
| 91 |
><i class="fa fa-fw fa-shopping-cart" aria-hidden="true"></i> Add to cart</a |
91 |
><i class="fa fa-fw fa-shopping-cart" aria-hidden="true"></i> Add to cart</a |
| 92 |
> |
92 |
> |
| 93 |
<a style="display:none;" data-biblionumber="[% items.biblionumber | html %]" class="btn btn-link btn-sm remove cartRemove cartR[% items.biblionumber | html %]" href="#">(remove)</a></span |
93 |
<a style="display:none;" data-biblionumber="[% items.biblionumber | html %]" class="btn btn-link btn-sm remove cartRemove cartR[% items.biblionumber | html %]" href="#">(remove)</a></span |