Skip to content

Commit 2bb02c9

Browse files
committed
MIR-1462 Do not display orcid attribute twice
1 parent 1431677 commit 2bb02c9

File tree

1 file changed

+0
-15
lines changed
  • mir-module/src/main/resources/xsl

1 file changed

+0
-15
lines changed

mir-module/src/main/resources/xsl/user.xsl

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -219,21 +219,6 @@
219219

220220
<xsl:apply-templates select="." mode="user-important-attributes" />
221221

222-
<xsl:if test="attributes/attribute[@name='id_orcid']" >
223-
<tr class="d-flex">
224-
<th class="col-md-3">
225-
<xsl:value-of select="i18n:translate('user.profile.id.orcid')" />
226-
<xsl:text>:</xsl:text>
227-
</th>
228-
<td class="col-md-9">
229-
<xsl:variable name="url" select="concat($MCR.ORCID2.BaseURL, '/', attributes/attribute[@name='id_orcid']/@value)" />
230-
<a href="{$url}">
231-
<img alt="ORCID iD" src="{$WebApplicationBaseURL}images/orcid_icon.svg" class="orcid-icon" />
232-
<xsl:value-of select="$url" />
233-
</a>
234-
</td>
235-
</tr>
236-
</xsl:if>
237222
<xsl:if test="$fullDetails">
238223
<tr class="d-flex">
239224
<th class="col-md-3">

0 commit comments

Comments
 (0)