Skip to content

Update article_details.tpl#248

Open
bolelligallevi wants to merge 1 commit into
pkp:stable-3_3_0from
bolelligallevi:stable-3_3_0
Open

Update article_details.tpl#248
bolelligallevi wants to merge 1 commit into
pkp:stable-3_3_0from
bolelligallevi:stable-3_3_0

Conversation

@bolelligallevi
Copy link
Copy Markdown
Contributor

add ror to affiliation in /bootstrap3\templates\frontend\objects\article_details.tpl
the if paragraph is replaced with the same one taken from ojs 3.3.0-21

add ror to affiliation
@bolelligallevi bolelligallevi mentioned this pull request Apr 24, 2026
@kaitlinnewson kaitlinnewson self-requested a review May 7, 2026 16:54
{$author->getLocalizedAffiliation()|escape}
</div>
{if $author->getLocalizedData('affiliation')}
<span class="affiliation">
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<span class="affiliation">
<div class="article-author-affilitation">

{if $author->getData('rorId')}
<a href="{$author->getData('rorId')|escape}">{$rorIdIcon}</a>
{/if}
</span>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
</span>
</div>

@kaitlinnewson
Copy link
Copy Markdown
Member

kaitlinnewson commented May 7, 2026

Thanks @bolelligallevi for the contribution! I've just added a couple of comments so that the theme maintains the current styling for the affiliation name (as it's different from the default theme).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants