@@ -, +, @@ --- .../opac-tmpl/bootstrap/en/modules/opac-detail.tt | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt @@ -517,7 +517,7 @@ [% ELSE %]
  • [% END %] - [% IF SeparateHoldings %][% LoginBranchname %] holdings[% ELSE %]Holdings[% END %] ( [% itemloop.size || 0 %] ) + [% IF SeparateHoldings %][% LoginBranchname %] holdings[% ELSE %]Holdings[% END %] [% UNLESS too_many_items %] ( [% itemloop.size || 0 %] )[% END %]
  • [% IF (SeparateHoldings) %]
  • Other holdings ( [% otheritemloop.size || 0 %] )
  • @@ -618,12 +618,11 @@
    - [% IF ( itemloop.size ) %] - [% IF ( lotsofitems ) %] -

    This record has many physical items. Click here to view them all.

    - [% ELSE %] - [% INCLUDE items_table items=itemloop tab="holdings" %] - [% END %] + [% IF too_many_items %] +

    This record has many physical items ([% items_count %]). Click here to view them all.

    + [% ELSIF ( itemloop.size ) %] + [% INCLUDE items_table items=itemloop tab="holdings" %] + [% IF holds_count.defined || priority %]
    [% IF holds_count.defined %] --