friendlier (?) label
authorGalen Charlton <gmc@equinoxinitiative.org>
Thu, 27 Jul 2017 22:31:47 +0000 (22:31 +0000)
committerGalen Charlton <gmc@equinoxinitiative.org>
Thu, 27 Jul 2017 22:31:47 +0000 (22:31 +0000)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/templates/opac/browse.tt2

index 3327982..f944b52 100644 (file)
                                                 <ul class="browse-result-authority-headings"> 
                                                 [% END %]
 
-                                                <li><span class="browse-result-authority-field-name">[% field.name %]</span>
+                                                <li><span class="browse-result-authority-field-name">[% l('See') %]</span>
                                                 <a href="[% mkurl(ctx.opac_root _ '/browse', {bterm => h.heading}, ['bpivot']) %]">[% h.heading | html %]</a>
                                                 <span class="browse-result-authority-bib-links">([% h.target_count %])</span>
                                                 </li>
                                                     auth_headings_ul_added = 1; %]
                                                 <ul class="browse-result-authority-headings"> 
                                                 [% END %]
-                                                <li><span class="browse-result-authority-field-name">[% field.name %]</span>
+                                                <li><span class="browse-result-authority-field-name">[% l('See') %]</span>
                                                 <a href="[% mkurl(ctx.opac_root _ '/results', {query => 'identifier|authority_id[' _ h.target _ ']'}) %]">[% h.heading | html %]</a>
                                                 <span class="browse-result-authority-bib-links">([% h.target_count %])</span>
                                                 </li>