change confirm box color

This commit is contained in:
Kaoru FUZITA 2015-10-29 06:13:39 +09:00
parent 9186552d0f
commit 7b96444abb
24 changed files with 50 additions and 26 deletions

View file

@ -57,7 +57,8 @@
<la:hidden property="createdTime" />
<div class="row">
<div class="col-md-12">
<div class="box box-primary">
<div
class="box <c:if test="${crudMode == 1}">box-success</c:if><c:if test="${crudMode == 2}">box-warning</c:if><c:if test="${crudMode == 3}">box-danger</c:if><c:if test="${crudMode == 4}">box-primary</c:if>">
<%-- Box Header --%>
<div class="box-header with-border">
<h3 class="box-title">

View file

@ -54,7 +54,8 @@
</c:if>
<div class="row">
<div class="col-md-12">
<div class="box box-primary">
<div
class="box <c:if test="${crudMode == 1}">box-success</c:if><c:if test="${crudMode == 2}">box-warning</c:if><c:if test="${crudMode == 3}">box-danger</c:if><c:if test="${crudMode == 4}">box-primary</c:if>">
<%-- Box Header --%>
<div class="box-header with-border">
<h3 class="box-title">

View file

@ -58,7 +58,8 @@
<la:hidden property="sortOrder" />
<div class="row">
<div class="col-md-12">
<div class="box box-primary">
<div
class="box <c:if test="${crudMode == 1}">box-success</c:if><c:if test="${crudMode == 2}">box-warning</c:if><c:if test="${crudMode == 3}">box-danger</c:if><c:if test="${crudMode == 4}">box-primary</c:if>">
<%-- Box Header --%>
<div class="box-header with-border">
<h3 class="box-title">

View file

@ -55,7 +55,8 @@
</c:if>
<div class="row">
<div class="col-md-12">
<div class="box box-primary">
<div
class="box <c:if test="${crudMode == 1}">box-success</c:if><c:if test="${crudMode == 2}">box-warning</c:if><c:if test="${crudMode == 3}">box-danger</c:if><c:if test="${crudMode == 4}">box-primary</c:if>">
<%-- Box Header --%>
<div class="box-header with-border">
<h3 class="box-title">

View file

@ -55,7 +55,8 @@
</c:if>
<div class="row">
<div class="col-md-12">
<div class="box box-primary">
<div
class="box <c:if test="${crudMode == 1}">box-success</c:if><c:if test="${crudMode == 2}">box-warning</c:if><c:if test="${crudMode == 3}">box-danger</c:if><c:if test="${crudMode == 4}">box-primary</c:if>">
<%-- Box Header --%>
<div class="box-header with-border">
<h3 class="box-title">

View file

@ -57,7 +57,8 @@
<la:hidden property="createdTime" />
<div class="row">
<div class="col-md-12">
<div class="box box-primary">
<div
class="box <c:if test="${crudMode == 1}">box-success</c:if><c:if test="${crudMode == 2}">box-warning</c:if><c:if test="${crudMode == 3}">box-danger</c:if><c:if test="${crudMode == 4}">box-primary</c:if>">
<%-- Box Header --%>
<div class="box-header with-border">
<h3 class="box-title">

View file

@ -57,7 +57,8 @@
<la:hidden property="createdTime" />
<div class="row">
<div class="col-md-12">
<div class="box box-primary">
<div
class="box <c:if test="${crudMode == 1}">box-success</c:if><c:if test="${crudMode == 2}">box-warning</c:if><c:if test="${crudMode == 3}">box-danger</c:if><c:if test="${crudMode == 4}">box-primary</c:if>">
<%-- Box Header --%>
<div class="box-header with-border">
<h3 class="box-title">

View file

@ -58,7 +58,8 @@
<la:hidden property="sortOrder" />
<div class="row">
<div class="col-md-12">
<div class="box box-primary">
<div
class="box <c:if test="${crudMode == 1}">box-success</c:if><c:if test="${crudMode == 2}">box-warning</c:if><c:if test="${crudMode == 3}">box-danger</c:if><c:if test="${crudMode == 4}">box-primary</c:if>">
<%-- Box Header --%>
<div class="box-header with-border">
<h3 class="box-title">

View file

@ -55,7 +55,8 @@
</c:if>
<div class="row">
<div class="col-md-12">
<div class="box box-primary">
<div
class="box <c:if test="${crudMode == 1}">box-success</c:if><c:if test="${crudMode == 2}">box-warning</c:if><c:if test="${crudMode == 3}">box-danger</c:if><c:if test="${crudMode == 4}">box-primary</c:if>">
<%-- Box Header --%>
<div class="box-header with-border">
<h3 class="box-title">

View file

@ -54,7 +54,8 @@
</c:if>
<div class="row">
<div class="col-md-12">
<div class="box box-primary">
<div
class="box <c:if test="${crudMode == 1}">box-success</c:if><c:if test="${crudMode == 2}">box-warning</c:if><c:if test="${crudMode == 3}">box-danger</c:if><c:if test="${crudMode == 4}">box-primary</c:if>">
<%-- Box Header --%>
<div class="box-header with-border">
<h3 class="box-title">

View file

@ -57,7 +57,8 @@
<la:hidden property="createdTime" />
<div class="row">
<div class="col-md-12">
<div class="box box-primary">
<div
class="box <c:if test="${crudMode == 1}">box-success</c:if><c:if test="${crudMode == 2}">box-warning</c:if><c:if test="${crudMode == 3}">box-danger</c:if><c:if test="${crudMode == 4}">box-primary</c:if>">
<%-- Box Header --%>
<div class="box-header with-border">
<h3 class="box-title">

View file

@ -57,7 +57,8 @@
<la:hidden property="createdTime" />
<div class="row">
<div class="col-md-12">
<div class="box box-primary">
<div
class="box <c:if test="${crudMode == 1}">box-success</c:if><c:if test="${crudMode == 2}">box-warning</c:if><c:if test="${crudMode == 3}">box-danger</c:if><c:if test="${crudMode == 4}">box-primary</c:if>">
<%-- Box Header --%>
<div class="box-header with-border">
<h3 class="box-title">

View file

@ -53,7 +53,8 @@
<la:hidden property="sortOrder" />
<div class="row">
<div class="col-md-12">
<div class="box box-primary">
<div
class="box <c:if test="${crudMode == 1}">box-success</c:if><c:if test="${crudMode == 2}">box-warning</c:if><c:if test="${crudMode == 3}">box-danger</c:if><c:if test="${crudMode == 4}">box-primary</c:if>">
<%-- Box Header --%>
<div class="box-header with-border">
<h3 class="box-title">

View file

@ -57,7 +57,8 @@
<la:hidden property="createdTime" />
<div class="row">
<div class="col-md-12">
<div class="box box-primary">
<div
class="box <c:if test="${crudMode == 1}">box-success</c:if><c:if test="${crudMode == 2}">box-warning</c:if><c:if test="${crudMode == 3}">box-danger</c:if><c:if test="${crudMode == 4}">box-primary</c:if>">
<%-- Box Header --%>
<div class="box-header with-border">
<h3 class="box-title">

View file

@ -57,7 +57,8 @@
<la:hidden property="createdTime" />
<div class="row">
<div class="col-md-12">
<div class="box box-primary">
<div
class="box <c:if test="${crudMode == 1}">box-success</c:if><c:if test="${crudMode == 2}">box-warning</c:if><c:if test="${crudMode == 3}">box-danger</c:if><c:if test="${crudMode == 4}">box-primary</c:if>">
<%-- Box Header --%>
<div class="box-header with-border">
<h3 class="box-title">

View file

@ -55,7 +55,8 @@
</c:if>
<div class="row">
<div class="col-md-12">
<div class="box box-primary">
<div
class="box <c:if test="${crudMode == 1}">box-success</c:if><c:if test="${crudMode == 2}">box-warning</c:if><c:if test="${crudMode == 3}">box-danger</c:if><c:if test="${crudMode == 4}">box-primary</c:if>">
<%-- Box Header --%>
<div class="box-header with-border">
<h3 class="box-title">

View file

@ -58,7 +58,8 @@
<la:hidden property="sortOrder" />
<div class="row">
<div class="col-md-12">
<div class="box box-primary">
<div
class="box <c:if test="${crudMode == 1}">box-success</c:if><c:if test="${crudMode == 2}">box-warning</c:if><c:if test="${crudMode == 3}">box-danger</c:if><c:if test="${crudMode == 4}">box-primary</c:if>">
<%-- Box Header --%>
<div class="box-header with-border">
<h3 class="box-title">

View file

@ -57,7 +57,8 @@
<la:hidden property="createdTime" />
<div class="row">
<div class="col-md-12">
<div class="box box-primary">
<div
class="box <c:if test="${crudMode == 1}">box-success</c:if><c:if test="${crudMode == 2}">box-warning</c:if><c:if test="${crudMode == 3}">box-danger</c:if><c:if test="${crudMode == 4}">box-primary</c:if>">
<%-- Box Header --%>
<div class="box-header with-border">
<h3 class="box-title">

View file

@ -57,7 +57,8 @@
<la:hidden property="createdTime" />
<div class="row">
<div class="col-md-12">
<div class="box box-primary">
<div
class="box <c:if test="${crudMode == 1}">box-success</c:if><c:if test="${crudMode == 2}">box-warning</c:if><c:if test="${crudMode == 3}">box-danger</c:if><c:if test="${crudMode == 4}">box-primary</c:if>">
<%-- Box Header --%>
<div class="box-header with-border">
<h3 class="box-title">

View file

@ -57,7 +57,8 @@
<la:hidden property="createdTime" />
<div class="row">
<div class="col-md-12">
<div class="box box-primary">
<div
class="box <c:if test="${crudMode == 1}">box-success</c:if><c:if test="${crudMode == 2}">box-warning</c:if><c:if test="${crudMode == 3}">box-danger</c:if><c:if test="${crudMode == 4}">box-primary</c:if>">
<%-- Box Header --%>
<div class="box-header with-border">
<h3 class="box-title">

View file

@ -55,7 +55,8 @@
</c:if>
<div class="row">
<div class="col-md-12">
<div class="box box-primary">
<div
class="box <c:if test="${crudMode == 1}">box-success</c:if><c:if test="${crudMode == 2}">box-warning</c:if><c:if test="${crudMode == 3}">box-danger</c:if><c:if test="${crudMode == 4}">box-primary</c:if>">
<%-- Box Header --%>
<div class="box-header with-border">
<h3 class="box-title">

View file

@ -57,7 +57,8 @@
<la:hidden property="createdTime" />
<div class="row">
<div class="col-md-12">
<div class="box box-primary">
<div
class="box <c:if test="${crudMode == 1}">box-success</c:if><c:if test="${crudMode == 2}">box-warning</c:if><c:if test="${crudMode == 3}">box-danger</c:if><c:if test="${crudMode == 4}">box-primary</c:if>">
<%-- Box Header --%>
<div class="box-header with-border">
<h3 class="box-title">

View file

@ -58,7 +58,8 @@
<la:hidden property="sortOrder" />
<div class="row">
<div class="col-md-12">
<div class="box box-primary">
<div
class="box <c:if test="${crudMode == 1}">box-success</c:if><c:if test="${crudMode == 2}">box-warning</c:if><c:if test="${crudMode == 3}">box-danger</c:if><c:if test="${crudMode == 4}">box-primary</c:if>">
<%-- Box Header --%>
<div class="box-header with-border">
<h3 class="box-title">
@ -155,8 +156,8 @@
<tr>
<th><la:message key="labels.interval_time" /></th>
<td>${f:h(intervalTime)}<la:hidden
property="intervalTime" />
<la:message key="labels.millisec" /></td>
property="intervalTime" /> <la:message
key="labels.millisec" /></td>
</tr>
<tr>
<th><la:message key="labels.boost" /></th>

View file

@ -58,7 +58,8 @@
<la:hidden property="sortOrder" />
<div class="row">
<div class="col-md-12">
<div class="box box-warning">
<div
class="box <c:if test="${crudMode == 1}">box-success</c:if><c:if test="${crudMode == 2}">box-warning</c:if>">
<%-- Box Header --%>
<div class="box-header with-border">
<h3 class="box-title">