Lines 121-131
Link Here
|
121 |
[% CASE 'Holding libraries' %] |
121 |
[% CASE 'Holding libraries' %] |
122 |
[% aria_label = t("Show more holding libraries") %] |
122 |
[% aria_label = t("Show more holding libraries") %] |
123 |
[% CASE 'Location' %] |
123 |
[% CASE 'Location' %] |
124 |
[% aria_label = t("Show more home locations") %] |
124 |
[% aria_label = t("Show more locations") %] |
125 |
[% CASE 'Collections' %] |
125 |
[% CASE 'Collections' %] |
126 |
[% aria_label = t("Show more home collections") %] |
126 |
[% aria_label = t("Show more collections") %] |
127 |
[% CASE 'Languages' %] |
127 |
[% CASE 'Languages' %] |
128 |
[% aria_label = t("Show more home languages") %] |
128 |
[% aria_label = t("Show more languages") %] |
129 |
[% END %] |
129 |
[% END %] |
130 |
|
130 |
|
131 |
<a href="#" aria-label="[% aria_label | html | trim %]"><strong>Show more</strong></a> |
131 |
<a href="#" aria-label="[% aria_label | html | trim %]"><strong>Show more</strong></a> |
Lines 150-160
Link Here
|
150 |
[% CASE 'Holding libraries' %] |
150 |
[% CASE 'Holding libraries' %] |
151 |
[% aria_label = t("Show fewer holding libraries") %] |
151 |
[% aria_label = t("Show fewer holding libraries") %] |
152 |
[% CASE 'Location' %] |
152 |
[% CASE 'Location' %] |
153 |
[% aria_label = t("Show fewer home locations") %] |
153 |
[% aria_label = t("Show fewer locations") %] |
154 |
[% CASE 'Collections' %] |
154 |
[% CASE 'Collections' %] |
155 |
[% aria_label = t("Show fewer home collections") %] |
155 |
[% aria_label = t("Show fewer collections") %] |
156 |
[% CASE 'Languages' %] |
156 |
[% CASE 'Languages' %] |
157 |
[% aria_label = t("Show fewer home languages") %] |
157 |
[% aria_label = t("Show fewer languages") %] |
158 |
[% END %] |
158 |
[% END %] |
159 |
|
159 |
|
160 |
[% IF aria_label %] |
160 |
[% IF aria_label %] |
161 |
- |
|
|