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

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

Return to bug 31543