Bugzilla – Attachment 138668 Details for
Bug 29897
Display author identifiers for researchers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29897: Fix linkage
Bug-29897-Fix-linkage.patch (text/plain), 2.96 KB, created by
Katrin Fischer
on 2022-08-05 10:55:31 UTC
(
hide
)
Description:
Bug 29897: Fix linkage
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-08-05 10:55:31 UTC
Size:
2.96 KB
patch
obsolete
>From 38ac62e27e1ff300a3043bac4c1a45376c204dca Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 7 Apr 2022 15:20:35 +0200 >Subject: [PATCH] Bug 29897: Fix linkage > >Signed-off-by: Orex Digital <info@orex.es> > >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >--- > .../bootstrap/en/modules/opac-auth-detail.tt | 12 ++++++++++-- > .../opac-tmpl/bootstrap/en/modules/opac-detail.tt | 2 +- > 2 files changed, 11 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt >index aeef0473b2..6972b11915 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt >@@ -188,8 +188,16 @@ > [% FOR identifier IN author_identifiers %] > <li> > [% SWITCH identifier.source.lower %] >- [% CASE 'orcid' %]ORCID: <a href="https://orcid.org/[% identifier.number | url %]">[% identifier.number | html %]</a> >- [% CASE %][% identifier.source | html %]: [% identifier.number | html %] >+ [% CASE 'orcid' %]ORCID: >+ [% CASE 'scopus' %]ScopusID: >+ [% CASE 'loop' %]loop: >+ [% CASE 'rid' %]Publons: >+ [% CASE %][% identifier.source | html %]: >+ [% END %] >+ [% IF identifier.linkage %] >+ <a href="[% identifier.linkage | url %]">[% identifier.number | html %]</a> >+ [% ELSE %] >+ [% identifier.number | html %] > [% END %] > </li> > [% END %] >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >index 8fc72e2d7b..c3e97eaeb7 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >@@ -974,7 +974,7 @@ > [% CASE %][% identifier.source | html %]: > [% END %] > [% IF identifier.linkage %] >- <a href="[% identifier.linkage | uri %]">[% identifier.number | html %]</a> >+ <a href="[% identifier.linkage | url %]">[% identifier.number | html %]</a> > [% ELSE %] > [% identifier.number | html %] > [% END %] >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 29897
:
129816
|
129817
|
129818
|
129819
|
132961
|
132962
|
132963
|
132964
|
133081
|
133113
|
133114
|
133115
|
133116
|
133117
|
134459
|
134460
|
134461
|
134462
|
134463
|
134464
|
135983
|
135984
|
135985
|
135986
|
135987
|
135988
|
135989
|
135990
|
135991
|
135992
|
135993
|
138249
|
138250
|
138251
|
138252
|
138253
|
138254
|
138255
|
138256
|
138257
|
138258
|
138259
|
138260
|
138371
|
138372
|
138425
|
138426
|
138427
|
138428
|
138429
|
138430
|
138431
|
138432
|
138433
|
138434
|
138435
|
138486
|
138487
|
138490
|
138501
|
138664
|
138665
|
138666
|
138667
| 138668 |
138669
|
138670
|
138671
|
138672
|
138673
|
138674
|
138675
|
138676
|
138677
|
138678
|
138679