Lines 53-59
Link Here
|
53 |
<h3 id="facet-places">Places</h3> |
53 |
<h3 id="facet-places">Places</h3> |
54 |
[% CASE 'Series' %] |
54 |
[% CASE 'Series' %] |
55 |
<h3 id="facet-series">Series</h3> |
55 |
<h3 id="facet-series">Series</h3> |
56 |
[% CASE 'ItemTypes' %] |
56 |
[% CASE 'Item types' %] |
57 |
<h3 id="facet-itemtypes">Item types</h3> |
57 |
<h3 id="facet-itemtypes">Item types</h3> |
58 |
[% CASE 'Home libraries' %] |
58 |
[% CASE 'Home libraries' %] |
59 |
<h3 id="facet-home-libraries">Home libraries</h3> |
59 |
<h3 id="facet-home-libraries">Home libraries</h3> |
Lines 114-120
Link Here
|
114 |
[% aria_label = t("Show more places") %] |
114 |
[% aria_label = t("Show more places") %] |
115 |
[% CASE 'Series' %] |
115 |
[% CASE 'Series' %] |
116 |
[% aria_label = t("Show more series") %] |
116 |
[% aria_label = t("Show more series") %] |
117 |
[% CASE 'ItemTypes' %] |
117 |
[% CASE 'Item types' %] |
118 |
[% aria_label = t("Show more item types") %] |
118 |
[% aria_label = t("Show more item types") %] |
119 |
[% CASE 'Home libraries' %] |
119 |
[% CASE 'Home libraries' %] |
120 |
[% aria_label = t("Show more home libraries") %] |
120 |
[% aria_label = t("Show more home libraries") %] |
121 |
- |
|
|