mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 07:03:24 +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 -- */
|
/*-- End Main Page Style -- */
|
||||||
|
|
||||||
span.errorMsg {
|
|
||||||
color: red;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Reduce styles */
|
/* Reduce styles */
|
||||||
.jumbotron > h1 {
|
.jumbotron > h1 {
|
||||||
font-size: 35px;
|
font-size: 35px;
|
||||||
|
@ -55,10 +55,10 @@
|
|||||||
<c:if test="${not empty param.login_error}">
|
<c:if test="${not empty param.login_error}">
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${param.login_error == 3}">
|
<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:when>
|
||||||
<c:otherwise>
|
<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:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
</c:if>
|
</c:if>
|
||||||
@ -86,7 +86,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<c:if test="${isHsql== 'false'}">
|
<c:if test="${isHsql== 'true'}">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="alert alert-info col-md-offset12">
|
<div class="alert alert-info col-md-offset12">
|
||||||
<span class="label label-danger"><spring:message code="WARNING"/></span> <spring:message
|
<span class="label label-danger"><spring:message code="WARNING"/></span> <spring:message
|
||||||
|
Loading…
Reference in New Issue
Block a user