change create box color

This commit is contained in:
Kaoru FUZITA 2015-10-29 05:42:27 +09:00
parent bc4b496bbe
commit 9186552d0f
19 changed files with 47 additions and 26 deletions

View file

@ -53,7 +53,8 @@
<la:hidden property="createdTime" />
<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">
@ -65,7 +66,8 @@
</c:if>
</h3>
<div class="box-tools pull-right">
<span class="label label-default"><la:link href="/admin/boostdocumentrule">
<span class="label label-default"><la:link
href="/admin/boostdocumentrule">
<la:message key="labels.boost_document_rule_link_list" />
</la:link></span>
</div>
@ -75,24 +77,25 @@
<%-- Message --%>
<div>
<la:info id="msg" message="true">
<div class="alert alert-info">
${msg}
</div>
<div class="alert alert-info">${msg}</div>
</la:info>
<la:errors />
</div>
<%-- Form Fields --%>
<div class="form-group">
<label for="urlExpr"><la:message key="labels.boost_document_rule_url_expr" /></label>
<label for="urlExpr"><la:message
key="labels.boost_document_rule_url_expr" /></label>
<la:text property="urlExpr" styleClass="form-control" />
</div>
<div class="form-group">
<label for="boostExpr"><la:message key="labels.boost_document_rule_boost_expr" /></label>
<label for="boostExpr"><la:message
key="labels.boost_document_rule_boost_expr" /></label>
<la:text property="boostExpr" styleClass="form-control" />
</div>
<div class="form-group">
<label for="sortOrder"><la:message key="labels.boost_document_rule_sort_order" /></label>
<label for="sortOrder"><la:message
key="labels.boost_document_rule_sort_order" /></label>
<la:text property="sortOrder" styleClass="form-control" />
</div>
</div>

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">

View file

@ -33,7 +33,8 @@
</c:if>
<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">

View file

@ -33,7 +33,8 @@
</c:if>
<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">

View file

@ -58,7 +58,8 @@
<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">

View file

@ -53,7 +53,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">

View file

@ -55,7 +55,8 @@
</c:if>
<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">

View file

@ -57,7 +57,8 @@
<la:hidden property="createdTime" />
<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">

View file

@ -52,7 +52,8 @@
<la:hidden property="createdTime" />
<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">

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">

View file

@ -51,7 +51,8 @@
<la:hidden property="createdTime" />
<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">

View file

@ -58,7 +58,8 @@
<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">

View file

@ -55,7 +55,8 @@
</c:if>
<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">

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">

View file

@ -57,7 +57,8 @@
<la:hidden property="createdTime" />
<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">

View file

@ -57,7 +57,8 @@
<la:hidden property="createdTime" />
<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">

View file

@ -57,7 +57,8 @@
<la:hidden property="createdTime" />
<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">

View file

@ -55,7 +55,8 @@
</c:if>
<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">

View file

@ -53,7 +53,8 @@
<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">