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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc (-3 / +26 lines)
Lines 85-94 Link Here
85
                            [% END %]
85
                            [% END %]
86
                            [% IF facets_loo.facets.size > 5 %]
86
                            [% IF facets_loo.facets.size > 5 %]
87
                                <li class="moretoggle">
87
                                <li class="moretoggle">
88
                                    <a href="#"><strong>Show more</strong></a>
88
                                    [% IF facets_loo.type_label_Authors %]<a href="#" aria-label="Show more authors"><strong>Show more</strong></a>[% END %]
89
                                    [% IF facets_loo.type_label_Titles %]<a href="#" aria-label="Show more titles"><strong>Show more</strong></a>[% END %]
90
                                    [% IF facets_loo.type_label_Topics %]<a href="#" aria-label="Show more topics"><strong>Show more</strong></a>[% END %]
91
                                    [% IF facets_loo.type_label_Places %]<a href="#" aria-label="Show more places"><strong>Show more</strong></a>[% END %]
92
                                    [% IF facets_loo.type_label_Series %]<a href="#" aria-label="Show more series"><strong>Show more</strong></a>[% END %]
93
                                    [% IF facets_loo.type_label_ItemTypes %]<a href="#" aria-label="Show more item types"><strong>Show more</strong></a>[% END %]
94
                                    [% IF facets_loo.type_label_CollectionCodes %]<a href="#" aria-label="Show more collection codes"><strong>Show more</strong></a>[% END %]
95
                                    [% IF facets_loo.type_label_Language %]<a href="#" aria-label="Show more languages"><strong>Show more</strong></a>[% END %]
96
                                    [% UNLESS singleBranchMode %]
97
                                        [% IF ( facets_loo.type_label_HomeLibrary ) %]<a href="#" aria-label="Show more home libraries"><strong>Show more</strong></a>[% END %]
98
                                        [% IF ( facets_loo.type_label_HoldingLibrary ) %]<a href="#" aria-label="Show more holding libraries"><strong>Show more</strong></a>[% END %]
99
                                    [% END %]
100
                                    [% IF facets_loo.type_label_Location %]<a href="#" aria-label="Show more locations"><strong>Show more</strong></a>[% END %]
89
                                </li>
101
                                </li>
90
                                <li class="moretoggle" style="display:none">
102
                                <li class="moretoggle" style="display:none">
91
                                    <a href="#"><strong>Show less</strong></a>
103
                                    [% IF facets_loo.type_label_Authors %]<a href="#" aria-label="Show less authors"><strong>Show less</strong></a>[% END %]
104
                                    [% IF facets_loo.type_label_Titles %]<a href="#" aria-label="Show less titles"><strong>Show less</strong></a>[% END %]
105
                                    [% IF facets_loo.type_label_Topics %]<a href="#" aria-label="Show less topics"><strong>Show less</strong></a>[% END %]
106
                                    [% IF facets_loo.type_label_Places %]<a href="#" aria-label="Show less places"><strong>Show less</strong></a>[% END %]
107
                                    [% IF facets_loo.type_label_Series %]<a href="#" aria-label="Show less series"><strong>Show less</strong></a>[% END %]
108
                                    [% IF facets_loo.type_label_ItemTypes %]<a href="#" aria-label="Show less item types"><strong>Show less</strong></a>[% END %]
109
                                    [% IF facets_loo.type_label_CollectionCodes %]<a href="#" aria-label="Show less collection codes"><strong>Show less</strong></a>[% END %]
110
                                    [% IF facets_loo.type_label_Language %]<a href="#" aria-label="Show less languages"><strong>Show less</strong></a>[% END %]
111
                                    [% UNLESS singleBranchMode %]
112
                                        [% IF ( facets_loo.type_label_HomeLibrary ) %]<a href="#" aria-label="Show less home libraries"><strong>Show less</strong></a>[% END %]
113
                                        [% IF ( facets_loo.type_label_HoldingLibrary ) %]<a href="#" aria-label="Show less holding libraries"><strong>Show less</strong></a>[% END %]
114
                                    [% END %]
115
                                    [% IF facets_loo.type_label_Location %]<a href="#" aria-label="Show less locations"><strong>Show less</strong></a>[% END %]
92
                                </li>
116
                                </li>
93
                            [% END %]
117
                            [% END %]
94
                        </ul>
118
                        </ul>
95
- 

Return to bug 33809