From 4cd1c7c84fae77b1919c37afc7fd4f3b07c7e6af Mon Sep 17 00:00:00 2001 From: Taslan Graham Date: Mon, 20 Jan 2025 19:59:04 -0500 Subject: [PATCH] update ORCiD branding --- templates/frontend/objects/preprint_details.tpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/frontend/objects/preprint_details.tpl b/templates/frontend/objects/preprint_details.tpl index 80646e923a..7a0a446063 100644 --- a/templates/frontend/objects/preprint_details.tpl +++ b/templates/frontend/objects/preprint_details.tpl @@ -137,11 +137,13 @@ {/if} {if $author->getData('orcid')} - {if $author->getData('orcidAccessToken')} + {if $author->getData('orcidAccessToken') && $author->hasVerifiedOrcid()} {$orcidIcon} + {else} + {$orcidUnauthenticatedIcon} {/if} - {$author->getData('orcid')|escape} + {$author->getOrcidDisplayValue()|escape} {/if}