@@ -, +, @@ --- .../en/includes/authority-identifiers.inc | 30 ++++++++++++------- .../bootstrap/en/modules/opac-auth-detail.tt | 4 +-- .../bootstrap/en/modules/opac-detail.tt | 4 +-- 3 files changed, 22 insertions(+), 16 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/authority-identifiers.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/authority-identifiers.inc @@ -1,17 +1,27 @@ [% SWITCH identifier.source.lower %] [% CASE 'orcid' %] - ORCID: - [% identifier.number | html %] +
  • + ORCID: + [% identifier.number | html %] +
  • [% CASE 'scopus' %] - ScopusID: - [% identifier.number | html %] +
  • + ScopusID: + [% identifier.number | html %] +
  • [% CASE 'loop' %] - loop: - [% identifier.number | html %] +
  • + loop: + [% identifier.number | html %] +
  • [% CASE 'rid' %] - Publons: - [% identifier.number | html %] +
  • + Publons: + [% identifier.number | html %] +
  • [% CASE 'viaf' %] - VIAF: - [% identifier.number | html %] +
  • + VIAF: + [% identifier.number | html %] +
  • [% END %] --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt @@ -186,9 +186,7 @@ Identifiers --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt @@ -965,9 +965,7 @@ [% author.name | html %] --