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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-2 / +1 lines)
Lines 633-639 Link Here
633
                                        [% END %]
633
                                        [% END %]
634
                                    </table>
634
                                    </table>
635
                                    [% IF ComponentParts.size == Koha.Preference('MaxComponentRecords')%]
635
                                    [% IF ComponentParts.size == Koha.Preference('MaxComponentRecords')%]
636
                                        <p>Only [% ComponentParts.size | html %] results are shown: <a href="/cgi-bin/koha/opac-search.pl?q=[% ComponentPartsQuery | url %]"/>show all component parts</a></p>
636
                                        <p>Only [% ComponentParts.size | html %] results are shown: <a href="/cgi-bin/koha/opac-search.pl?q=[% ComponentPartsQuery | url %]">show all component parts</a></p>
637
                                    [% END %]
637
                                    [% END %]
638
                                </div>
638
                                </div>
639
                            [% END # /tab_panel#components %]
639
                            [% END # /tab_panel#components %]
640
- 

Return to bug 38713