View | Details | Raw Unified | Return to bug 27477
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-2 / +1 lines)
Lines 617-623 Link Here
617
617
618
                    <div id="holdings">
618
                    <div id="holdings">
619
                        [% IF too_many_items %]
619
                        [% IF too_many_items %]
620
                            <p>This record has many physical items ([% items_count | html %]). <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | uri %]&amp;viewallitems=1">Click here to view them all.</a></p>
620
                            <p>This record has many physical items ([% items_count | html %]). <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | uri %]&amp;viewallitems=1">View all the physical items.</a></p>
621
                        [% ELSIF ( itemloop.size ) %]
621
                        [% ELSIF ( itemloop.size ) %]
622
                            [% INCLUDE items_table items=itemloop tab="holdings" table_id="holdingst" %]
622
                            [% INCLUDE items_table items=itemloop tab="holdings" table_id="holdingst" %]
623
                            [% IF specific_item %]
623
                            [% IF specific_item %]
624
- 

Return to bug 27477