Enable MYSQL display message.

This commit is contained in:
Paulo Gustavo Veiga 2014-02-09 22:04:01 -03:00
parent bbc380366f
commit 832fb6ce52
2 changed files with 3 additions and 7 deletions

View File

@ -30,10 +30,6 @@ div#pageContainer {
/*-- End Main Page Style -- */
span.errorMsg {
color: red;
}
/* Reduce styles */
.jumbotron > h1 {
font-size: 35px;

View File

@ -55,10 +55,10 @@
<c:if test="${not empty param.login_error}">
<c:choose>
<c:when test="${param.login_error == 3}">
<div class="alert alert-danger"><spring:message code="USER_INACTIVE"/></div>
<div class="alert alert-warning"><spring:message code="USER_INACTIVE"/></div>
</c:when>
<c:otherwise>
<div class="alert alert-danger"><spring:message code="LOGIN_ERROR"/></div>
<div class="alert alert-warning"><spring:message code="LOGIN_ERROR"/></div>
</c:otherwise>
</c:choose>
</c:if>
@ -86,7 +86,7 @@
</div>
<c:if test="${isHsql== 'false'}">
<c:if test="${isHsql== 'true'}">
<div class="row">
<div class="alert alert-info col-md-offset12">
<span class="label label-danger"><spring:message code="WARNING"/></span> <spring:message