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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-2 / +2 lines)
Lines 708-714 Note that permanent location is a code, and location may be an authval. Link Here
708
        [% IF ComponentParts.size == Koha.Preference('MaxComponentRecords')%]
708
        [% IF ComponentParts.size == Koha.Preference('MaxComponentRecords')%]
709
        <p>Only [% ComponentParts.size | html %] results are shown: <a href="/cgi-bin/koha/catalogue/search.pl?q=[% ComponentPartsQuery | uri %]"/>show all component parts</a></p>
709
        <p>Only [% ComponentParts.size | html %] results are shown: <a href="/cgi-bin/koha/catalogue/search.pl?q=[% ComponentPartsQuery | uri %]"/>show all component parts</a></p>
710
        [% END %]
710
        [% END %]
711
</div>
711
    </div> <!-- /.content_set -->
712
</div> <!-- /#components -->
712
713
713
[% END %]
714
[% END %]
714
715
715
- 

Return to bug 30721