Minor fixes.

This commit is contained in:
Paulo Gustavo Veiga
2013-03-18 23:25:49 -03:00
parent 0d81db52f1
commit 8ed1a18280
13 changed files with 21 additions and 7 deletions

View File

@@ -75,10 +75,11 @@
<spring:message code="JOIN_NOW"/>
</a>
</c:if>
<p>
Do you already have an account on <b>GMail, Yahoo, AOL or other OpenId site</b> ?. Sign in in with it <a href="/c/loginopenid"><b>here</b></a>.
</p>
<c:if test="${requestScope['security.openid.enabled']}">
<p>
<spring:message code="LOGIN_USING_OPENID"/><a href="/c/loginopenid"><b><spring:message code="HERE"/></b></a>.
</p>
</c:if>
</div>
</div>