mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-21 21:57:56 +01:00
Enable MYSQL display message.
This commit is contained in:
parent
bbc380366f
commit
832fb6ce52
@ -30,10 +30,6 @@ div#pageContainer {
|
||||
|
||||
/*-- End Main Page Style -- */
|
||||
|
||||
span.errorMsg {
|
||||
color: red;
|
||||
}
|
||||
|
||||
/* Reduce styles */
|
||||
.jumbotron > h1 {
|
||||
font-size: 35px;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user