Lines 589-615
Link Here
|
589 |
[% IF specific_item %] |
589 |
[% IF specific_item %] |
590 |
<p><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | uri %]">Show all items</a></p> |
590 |
<p><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | uri %]">Show all items</a></p> |
591 |
[% ELSE %] |
591 |
[% ELSE %] |
592 |
[% IF Koha.Preference('OPACAcquisitionDetails') and acquisition_details.total_quantity > 0 %] |
592 |
[% IF Koha.Preference('OPACAcquisitionDetails') and acquisition_details.total_quantity > 0 %] |
593 |
[% IF acquisition_details.total_quantity == 1 %] |
593 |
[% IF acquisition_details.total_quantity == 1 %] |
594 |
<span>1 item is on order.</span> |
594 |
<span>1 item is on order.</span> |
595 |
[% ELSE %] |
595 |
[% ELSE %] |
596 |
<span>[% acquisition_details.total_quantity | html %] items are on order.</span> |
596 |
<span>[% acquisition_details.total_quantity | html %] items are on order.</span> |
597 |
[% END %] |
597 |
[% END %] |
598 |
[% END %] |
598 |
[% END %] |
599 |
[% IF holds_count.defined || priority %] |
599 |
[% IF holds_count.defined || priority %] |
600 |
<div id="bib_holds"> |
600 |
<div id="bib_holds"> |
601 |
[% IF holds_count.defined %] |
|
|
602 |
<span>Total holds: [% holds_count | html %]</span> |
603 |
[% END %] |
604 |
[% IF priority %] |
605 |
[% IF holds_count.defined %] |
601 |
[% IF holds_count.defined %] |
606 |
<span>(priority [% priority | html %])</span> |
602 |
<span>Total holds: [% holds_count | html %]</span> |
607 |
[% ELSE %] |
|
|
608 |
<span>Overall queue priority: [% priority | html %]</span> |
609 |
[% END %] |
603 |
[% END %] |
610 |
[% END %] |
604 |
[% IF priority %] |
611 |
</div> |
605 |
[% IF holds_count.defined %] |
612 |
[% END %] |
606 |
<span>(priority [% priority | html %])</span> |
|
|
607 |
[% ELSE %] |
608 |
<span>Overall queue priority: [% priority | html %]</span> |
609 |
[% END %] |
610 |
[% END %] |
611 |
</div> |
612 |
[% END %] |
613 |
[% END %] |
613 |
[% END %] |
614 |
[% ELSE %] |
614 |
[% ELSE %] |
615 |
[% IF ( ALTERNATEHOLDINGS ) %] |
615 |
[% IF ( ALTERNATEHOLDINGS ) %] |
616 |
- |
|
|