VIVO-769 some tweaks to the ORCID text

This commit is contained in:
j2blake 2014-05-12 14:40:53 -04:00
parent 4d8ad91592
commit 5ee32544b5
2 changed files with 2 additions and 2 deletions

View file

@ -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">

View file

@ -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>