VIVO-769 some tweaks to the ORCID text
This commit is contained in:
parent
4d8ad91592
commit
5ee32544b5
2 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ span.completed {
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
<section id="orcid-offer" role="region">z
|
<section id="orcid-offer" role="region">
|
||||||
<h2>Do you want to ${orcidTextOne} ORCID iD?</h2>
|
<h2>Do you want to ${orcidTextOne} ORCID iD?</h2>
|
||||||
|
|
||||||
<div class="step">
|
<div class="step">
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
<#if orcidInfo.authorizedToConfirm>
|
<#if orcidInfo.authorizedToConfirm>
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
$('#orcidId a.add-orcidId').replaceWith("<a class='add-orcidId' style='padding-left:20px' href='${orcidInfo.orcidUrl}'><#if orcidInfo.orcids?size == 0>Add an ID<#else>${confirmThis}</#if></a> ");
|
$('#orcidId a.add-orcidId').replaceWith("<a class='add-orcidId' style='padding-left:20px' href='${orcidInfo.orcidUrl}'><#if orcidInfo.orcids?size == 0>Add an iD<#else>${confirmThis}</#if></a> ");
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue