Skip to content

Commit

Permalink
Merge branch 'release/v17.2.23.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-c committed Feb 23, 2017
2 parents 3c96e9a + 174bc76 commit 55f0249
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions portal/templates/initial_queries.html
Original file line number Diff line number Diff line change
Expand Up @@ -505,15 +505,15 @@ <h4 class="profile-item-title"> {{ _("Thank you.") }}</h4>
tnthAjax.postTerms(theTerms);
// Update UI
$(this).find("i").removeClass("fa-square-o").addClass("fa-check-square-o").end()
.find("span").text("Yes, I agree");
.find("span").text("I consent and agree to the above terms.");
$("#aboutForm").fadeIn();
$('html, body').animate({
scrollTop: $('#aboutForm').offset().top
}, 1000);
$(this).attr("data-agree","true");
} else {
$(this).find("i").removeClass("fa-cehck-square-o").addClass("fa-square-o").end()
.find("span").text("Check here to agree to these terms");
.find("span").text("I consent and agree to the above terms.");
$("#aboutForm").fadeOut();
$(this).attr("data-agree","false");
};
Expand Down
2 changes: 1 addition & 1 deletion portal/templates/initial_queries_macros.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h4 class="tnth-headline">{{ _("Terms of Use") }}</h4>
</div>
<div>
<label id="agreeLabel" data-agree="false">
<i class="fa fa-square-o fa-lg"></i> <span>{{ _("Check here to agree to these terms") }}</span>
<i class="fa fa-square-o fa-lg"></i> <span>{{ _("I consent and agree to the above terms.") }}</span>
</label>
</div>
<br/>
Expand Down

0 comments on commit 55f0249

Please sign in to comment.