Finish LDAP support.

This commit is contained in:
Paulo Gustavo Veiga
2013-02-20 13:15:31 -03:00
parent 0f605d89f0
commit 79f5e51513
3 changed files with 9 additions and 0 deletions

View File

@@ -3,8 +3,10 @@
<div>
<ul class="nav nav-tabs">
<c:if test="${requestScope['security.type']=='db'}">
<li class="active"><a href="#changeUserPanel" data-toggle="pill"><spring:message code="GENERAL"/></a></li>
<li><a href="#changePasswordPanel" data-toggle="pill"><spring:message code="SECURITY"/></a></li>
</c:if>
<li><a href="#languagePanel" data-toggle="pill"><spring:message code="LANGUAGE"/></a></li>
</ul>

View File

@@ -69,14 +69,17 @@
<div class="row">
<div id="register" class="span12">
<c:if test="${requestScope['security.type']=='db'}">
<b><spring:message code="NOT_READY_A_USER"/></b>
<spring:message code="NOT_READY_A_USER_MESSAGE"/>
<a href="c/user/registration">
<spring:message code="JOIN_NOW"/>
</a>
</c:if>
</div>
</div>
<c:if test="${isHsql== 'true'}">
<div class="row-fluid">
<div class="alert alert-info span offset12">