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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc (-5 / +4 lines)
Lines 50-56 Link Here
50
                [% FOREACH facets_loo IN facets_loop %]
50
                [% FOREACH facets_loo IN facets_loop %]
51
                    [% IF facets_loo.facets.size > 0 %]
51
                    [% IF facets_loo.facets.size > 0 %]
52
                        <li id="[% facets_loo.type_id | html %]">
52
                        <li id="[% facets_loo.type_id | html %]">
53
                            [% facets_loo.type_label | html %]
54
                            [% SWITCH facets_loo.label %]
53
                            [% SWITCH facets_loo.label %]
55
                            [% CASE 'Authors' %]
54
                            [% CASE 'Authors' %]
56
                                <span id="facet-authors">Authors</span>
55
                                <span id="facet-authors">Authors</span>
Lines 62-76 Link Here
62
                                <span id="facet-places">Places</span>
61
                                <span id="facet-places">Places</span>
63
                            [% CASE 'Series' %]
62
                            [% CASE 'Series' %]
64
                                <span id="facet-series">Series</span>
63
                                <span id="facet-series">Series</span>
65
                            [% CASE 'ItemTypes' %]
64
                            [% CASE 'Item types' %]
66
                                <span id="facet-itemtypes">Item types</span>
65
                                <span id="facet-itemtypes">Item types</span>
67
                            [% CASE 'homelibrary' %]
66
                            [% CASE 'Home libraries' %]
68
                                <span id="facet-home-libraries">Home libraries</span>
67
                                <span id="facet-home-libraries">Home libraries</span>
69
                            [% CASE 'HoldingLibrary' %]
68
                            [% CASE 'Holding libraries' %]
70
                                <span id="facet-holding-libraries">Holding libraries</span>
69
                                <span id="facet-holding-libraries">Holding libraries</span>
71
                            [% CASE 'Location' %]
70
                            [% CASE 'Location' %]
72
                                <span id="facet-locations">Locations</span>
71
                                <span id="facet-locations">Locations</span>
73
                            [% CASE 'CollectionCodes' %]
72
                            [% CASE 'Collections' %]
74
                                <span id="facet-collections">Collections</span>
73
                                <span id="facet-collections">Collections</span>
75
                            [% CASE 'Languages' %]
74
                            [% CASE 'Languages' %]
76
                                <span id="facet-languages">Languages</span>
75
                                <span id="facet-languages">Languages</span>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc (-4 / +3 lines)
Lines 67-79 Link Here
67
                                <h3 id="facet-series">Series</h3>
67
                                <h3 id="facet-series">Series</h3>
68
                            [% CASE 'ItemTypes' %]
68
                            [% CASE 'ItemTypes' %]
69
                                <h3 id="facet-itemtypes">Item types</h3>
69
                                <h3 id="facet-itemtypes">Item types</h3>
70
                            [% CASE 'homelibrary' %]
70
                            [% CASE 'Home libraries' %]
71
                                <h3 id="facet-home-libraries">Home libraries</h3>
71
                                <h3 id="facet-home-libraries">Home libraries</h3>
72
                            [% CASE 'HoldingLibrary' %]
72
                            [% CASE 'Holding libraries' %]
73
                                <h3 id="facet-holding-libraries">Holding libraries</h3>
73
                                <h3 id="facet-holding-libraries">Holding libraries</h3>
74
                            [% CASE 'Location' %]
74
                            [% CASE 'Location' %]
75
                                <h3 id="facet-locations">Locations</h3>
75
                                <h3 id="facet-locations">Locations</h3>
76
                            [% CASE 'CollectionCodes' %]
76
                            [% CASE 'Collections' %]
77
                                <h3 id="facet-collections">Collections</h3>
77
                                <h3 id="facet-collections">Collections</h3>
78
                            [% CASE 'Languages' %]
78
                            [% CASE 'Languages' %]
79
                                <h3 id="facet-languages">Languages</h3>
79
                                <h3 id="facet-languages">Languages</h3>
80
- 

Return to bug 36750