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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-1 / +4 lines)
Lines 586-591 Link Here
586
                            <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>
586
                            <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>
587
                        [% ELSIF ( itemloop.size ) %]
587
                        [% ELSIF ( itemloop.size ) %]
588
                            [% INCLUDE items_table items=itemloop tab="holdings" table_id="holdingst" %]
588
                            [% INCLUDE items_table items=itemloop tab="holdings" table_id="holdingst" %]
589
                            [% IF specific_item %]
590
                                <p><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | uri %]">Show all items</a></p>
591
                            [% ELSE %]
589
                            [% IF Koha.Preference('OPACAcquisitionDetails') and acquisition_details.total_quantity > 0 %]
592
                            [% IF Koha.Preference('OPACAcquisitionDetails') and acquisition_details.total_quantity > 0 %]
590
                              [% IF acquisition_details.total_quantity == 1 %]
593
                              [% IF acquisition_details.total_quantity == 1 %]
591
                                <span>1 item is on order.</span>
594
                                <span>1 item is on order.</span>
Lines 607-612 Link Here
607
                                    [% END %]
610
                                    [% END %]
608
                                </div>
611
                                </div>
609
                            [% END %]
612
                            [% END %]
613
                            [% END %]
610
                        [% ELSE %]
614
                        [% ELSE %]
611
                            [% IF ( ALTERNATEHOLDINGS ) %]
615
                            [% IF ( ALTERNATEHOLDINGS ) %]
612
                                [% FOREACH ALTERNATEHOLDING IN ALTERNATEHOLDINGS %]
616
                                [% FOREACH ALTERNATEHOLDING IN ALTERNATEHOLDINGS %]
613
- 

Return to bug 25801