@@ -, +, @@ - Use UNIMARC database - Create an authority with : - Save an index zebraqueue - Go to intranet authorities search - Search for "Heading250a" - You see : - Move your mouse over the acronyms, you see a tip with the complete text - Same with opac authorities search Works as described. Translatable. --- .../intranet-tmpl/prog/en/includes/authorities-search-results.inc | 8 ++++---- .../bootstrap/en/includes/authorities-search-results.inc | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc @@ -12,13 +12,13 @@ [% IF marcflavour == 'UNIMARC' %] [% SWITCH type %] [% CASE 'broader' %] - BT: [% heading | html %] + BT: [% heading | html %] [% CASE 'narrower' %] - NT: [% heading | html %] + NT: [% heading | html %] [% CASE 'seefrom' %] - UF: [% heading | html %] + UF: [% heading | html %] [% CASE 'seealso' %] - RT: [% heading | html %] + RT: [% heading | html %] [% END %] [% ELSE %] --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/authorities-search-results.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/authorities-search-results.inc @@ -11,13 +11,13 @@ [% IF marcflavour == 'UNIMARC' %] [% SWITCH type %] [% CASE 'broader' %] - BT: [% heading | html %] + BT: [% heading | html %] [% CASE 'narrower' %] - NT: [% heading | html %] + NT: [% heading | html %] [% CASE 'seefrom' %] - UF: [% heading | html %] + UF: [% heading | html %] [% CASE 'seealso' %] - RT: [% heading | html %] + RT: [% heading | html %] [% END %] [% ELSE %] --