diff --git a/src/main/webapp/WEB-INF/view/admin/boostdocumentrule/confirm.jsp b/src/main/webapp/WEB-INF/view/admin/boostdocumentrule/confirm.jsp
index 7ad6accbd404d1930c596583baba2ddcb55ceed7..f113693ede47cb565fc617417be9c5b0ce274326 100644
--- a/src/main/webapp/WEB-INF/view/admin/boostdocumentrule/confirm.jsp
+++ b/src/main/webapp/WEB-INF/view/admin/boostdocumentrule/confirm.jsp
@@ -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">
diff --git a/src/main/webapp/WEB-INF/view/admin/crawlingsession/confirm.jsp b/src/main/webapp/WEB-INF/view/admin/crawlingsession/confirm.jsp
index 1f7c52781366ba0b1418c87c37323cabbc306c1b..a77412fb25f8fb8fe05a678322da5bf10429a528 100644
--- a/src/main/webapp/WEB-INF/view/admin/crawlingsession/confirm.jsp
+++ b/src/main/webapp/WEB-INF/view/admin/crawlingsession/confirm.jsp
@@ -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">
diff --git a/src/main/webapp/WEB-INF/view/admin/dataconfig/confirm.jsp b/src/main/webapp/WEB-INF/view/admin/dataconfig/confirm.jsp
index 6aa186e330c57610d9a791a11b7a7805cac4ce0a..2bfbccc485bd1143bc1118a15b94b1ae9201d58b 100644
--- a/src/main/webapp/WEB-INF/view/admin/dataconfig/confirm.jsp
+++ b/src/main/webapp/WEB-INF/view/admin/dataconfig/confirm.jsp
@@ -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">
diff --git a/src/main/webapp/WEB-INF/view/admin/dict/kuromoji/confirm.jsp b/src/main/webapp/WEB-INF/view/admin/dict/kuromoji/confirm.jsp
index 4884d45d297085c8c06758f27f3e547d48c65d34..9ef431bab57144e7a30a5b07e971b2d022beb791 100644
--- a/src/main/webapp/WEB-INF/view/admin/dict/kuromoji/confirm.jsp
+++ b/src/main/webapp/WEB-INF/view/admin/dict/kuromoji/confirm.jsp
@@ -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">
diff --git a/src/main/webapp/WEB-INF/view/admin/dict/synonym/confirm.jsp b/src/main/webapp/WEB-INF/view/admin/dict/synonym/confirm.jsp
index e3f3d66ab41f09bef33e857028585d134ffdf9b3..42cb9a3a7e4ce2a2c0d2dab891986372acd82d23 100644
--- a/src/main/webapp/WEB-INF/view/admin/dict/synonym/confirm.jsp
+++ b/src/main/webapp/WEB-INF/view/admin/dict/synonym/confirm.jsp
@@ -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">
diff --git a/src/main/webapp/WEB-INF/view/admin/failureurl/confirm.jsp b/src/main/webapp/WEB-INF/view/admin/failureurl/confirm.jsp
index 1b20dd3ce2dc29e9be46ce4e4361a7735ea0fa6d..35feba11bddb03cfd7a531c274698e9555791de9 100644
--- a/src/main/webapp/WEB-INF/view/admin/failureurl/confirm.jsp
+++ b/src/main/webapp/WEB-INF/view/admin/failureurl/confirm.jsp
@@ -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">
diff --git a/src/main/webapp/WEB-INF/view/admin/fileauthentication/confirm.jsp b/src/main/webapp/WEB-INF/view/admin/fileauthentication/confirm.jsp
index 6b022b4142be241113818cc0a72fc487dd9ca448..37d245298c21aeb0a8bf6b11e43b8e669f50b26e 100644
--- a/src/main/webapp/WEB-INF/view/admin/fileauthentication/confirm.jsp
+++ b/src/main/webapp/WEB-INF/view/admin/fileauthentication/confirm.jsp
@@ -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">
diff --git a/src/main/webapp/WEB-INF/view/admin/fileconfig/confirm.jsp b/src/main/webapp/WEB-INF/view/admin/fileconfig/confirm.jsp
index d6f8c5a6f21815b478885aaccf503b12240be013..728ea1e0b7b2437a1015e9cf12e1ccd15fc4d425 100644
--- a/src/main/webapp/WEB-INF/view/admin/fileconfig/confirm.jsp
+++ b/src/main/webapp/WEB-INF/view/admin/fileconfig/confirm.jsp
@@ -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">
diff --git a/src/main/webapp/WEB-INF/view/admin/group/confirm.jsp b/src/main/webapp/WEB-INF/view/admin/group/confirm.jsp
index 79c29b7c149feca64bcdbe835ea00cfbd10352dc..285107806430f020785cb3ee9cc9917531c88d19 100644
--- a/src/main/webapp/WEB-INF/view/admin/group/confirm.jsp
+++ b/src/main/webapp/WEB-INF/view/admin/group/confirm.jsp
@@ -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">
diff --git a/src/main/webapp/WEB-INF/view/admin/joblog/confirm.jsp b/src/main/webapp/WEB-INF/view/admin/joblog/confirm.jsp
index 57c11ac4cd70ed7e98d5645ac79223c7f26c9f94..fa591c29c7ffce7b78033ca48cfc2b0a9f15ec04 100644
--- a/src/main/webapp/WEB-INF/view/admin/joblog/confirm.jsp
+++ b/src/main/webapp/WEB-INF/view/admin/joblog/confirm.jsp
@@ -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">
diff --git a/src/main/webapp/WEB-INF/view/admin/keymatch/confirm.jsp b/src/main/webapp/WEB-INF/view/admin/keymatch/confirm.jsp
index 80895f67fc8cee02e3682ebcaf20c1e4bacd26d6..6f52b69381c21949fc9c8fd96514e62800739540 100644
--- a/src/main/webapp/WEB-INF/view/admin/keymatch/confirm.jsp
+++ b/src/main/webapp/WEB-INF/view/admin/keymatch/confirm.jsp
@@ -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">
diff --git a/src/main/webapp/WEB-INF/view/admin/labeltype/confirm.jsp b/src/main/webapp/WEB-INF/view/admin/labeltype/confirm.jsp
index 1cd0d07d6c0b5f348b567f1c7cdff37c67e8c9bb..0af31ccd4e89fd8f400a4cd3b0281b83a7281b03 100644
--- a/src/main/webapp/WEB-INF/view/admin/labeltype/confirm.jsp
+++ b/src/main/webapp/WEB-INF/view/admin/labeltype/confirm.jsp
@@ -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">
diff --git a/src/main/webapp/WEB-INF/view/admin/overlappinghost/confirm.jsp b/src/main/webapp/WEB-INF/view/admin/overlappinghost/confirm.jsp
index aa27864c7d6d40a61e79c053be89a92180881aa5..0ef44bbda6144cd075e91a04b8fc6511bf9b1bd2 100644
--- a/src/main/webapp/WEB-INF/view/admin/overlappinghost/confirm.jsp
+++ b/src/main/webapp/WEB-INF/view/admin/overlappinghost/confirm.jsp
@@ -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">
diff --git a/src/main/webapp/WEB-INF/view/admin/pathmapping/confirm.jsp b/src/main/webapp/WEB-INF/view/admin/pathmapping/confirm.jsp
index d8bb260bc646698894b5914e4c14a98bd1ce7364..a5487384b9052894c899a6622fda92224f7bc99c 100644
--- a/src/main/webapp/WEB-INF/view/admin/pathmapping/confirm.jsp
+++ b/src/main/webapp/WEB-INF/view/admin/pathmapping/confirm.jsp
@@ -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">
diff --git a/src/main/webapp/WEB-INF/view/admin/requestheader/confirm.jsp b/src/main/webapp/WEB-INF/view/admin/requestheader/confirm.jsp
index d20550a2e26d253d79bfd1ccfc70e9447162faec..8456cf6c07caf365f26891a30dfa309f75ee0a8c 100644
--- a/src/main/webapp/WEB-INF/view/admin/requestheader/confirm.jsp
+++ b/src/main/webapp/WEB-INF/view/admin/requestheader/confirm.jsp
@@ -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">
diff --git a/src/main/webapp/WEB-INF/view/admin/role/confirm.jsp b/src/main/webapp/WEB-INF/view/admin/role/confirm.jsp
index 53e35fc1b9b40d58fb2851cb13ecbd8289b72eb5..68e2d5188056df550994901e0ac782e415d23779 100644
--- a/src/main/webapp/WEB-INF/view/admin/role/confirm.jsp
+++ b/src/main/webapp/WEB-INF/view/admin/role/confirm.jsp
@@ -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">
diff --git a/src/main/webapp/WEB-INF/view/admin/roletype/confirm.jsp b/src/main/webapp/WEB-INF/view/admin/roletype/confirm.jsp
index c6dddda653a721c439e2e5c9c917b9e467c50ccf..4f8c31d63b48d9c3b5312ba3a6d5a332a1c3f2f2 100644
--- a/src/main/webapp/WEB-INF/view/admin/roletype/confirm.jsp
+++ b/src/main/webapp/WEB-INF/view/admin/roletype/confirm.jsp
@@ -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">
diff --git a/src/main/webapp/WEB-INF/view/admin/scheduledjob/confirm.jsp b/src/main/webapp/WEB-INF/view/admin/scheduledjob/confirm.jsp
index 7fadc0253770a5a692d489bed42004f654b0e0e3..1b07bad0a83094ce7f4457da068c13701c2d7d4c 100644
--- a/src/main/webapp/WEB-INF/view/admin/scheduledjob/confirm.jsp
+++ b/src/main/webapp/WEB-INF/view/admin/scheduledjob/confirm.jsp
@@ -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">
diff --git a/src/main/webapp/WEB-INF/view/admin/suggestbadword/confirm.jsp b/src/main/webapp/WEB-INF/view/admin/suggestbadword/confirm.jsp
index 397e2a6af1c4ba421fa5c6b3a1f3aab3e801e99a..c62a608adf819152a71aec1f556d92e7b4b7392c 100644
--- a/src/main/webapp/WEB-INF/view/admin/suggestbadword/confirm.jsp
+++ b/src/main/webapp/WEB-INF/view/admin/suggestbadword/confirm.jsp
@@ -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">
diff --git a/src/main/webapp/WEB-INF/view/admin/suggestelevateword/confirm.jsp b/src/main/webapp/WEB-INF/view/admin/suggestelevateword/confirm.jsp
index e79208a7ea76a96908b4fcba9b3069665b13b62e..6385b7e18ed0cf7559960f077bc336abba21a84d 100644
--- a/src/main/webapp/WEB-INF/view/admin/suggestelevateword/confirm.jsp
+++ b/src/main/webapp/WEB-INF/view/admin/suggestelevateword/confirm.jsp
@@ -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">
diff --git a/src/main/webapp/WEB-INF/view/admin/user/confirm.jsp b/src/main/webapp/WEB-INF/view/admin/user/confirm.jsp
index 4256a27a628503583cbcd62cc8f7b4928c86c661..c8d46cc66484c8143b86571d96c7542dfa14c689 100644
--- a/src/main/webapp/WEB-INF/view/admin/user/confirm.jsp
+++ b/src/main/webapp/WEB-INF/view/admin/user/confirm.jsp
@@ -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">
diff --git a/src/main/webapp/WEB-INF/view/admin/webauthentication/confirm.jsp b/src/main/webapp/WEB-INF/view/admin/webauthentication/confirm.jsp
index 487e20521dee0e97a75b81e41b11952a0a5baa03..c63db0a4753fae3434a713b899fa6acc27f573fd 100644
--- a/src/main/webapp/WEB-INF/view/admin/webauthentication/confirm.jsp
+++ b/src/main/webapp/WEB-INF/view/admin/webauthentication/confirm.jsp
@@ -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">
diff --git a/src/main/webapp/WEB-INF/view/admin/webconfig/confirm.jsp b/src/main/webapp/WEB-INF/view/admin/webconfig/confirm.jsp
index cddfbb28ad3aa2050122346b8ab1c50fb6896fd6..1a0d8b741f4f5b7b415d706fd0ae36a72c85282a 100644
--- a/src/main/webapp/WEB-INF/view/admin/webconfig/confirm.jsp
+++ b/src/main/webapp/WEB-INF/view/admin/webconfig/confirm.jsp
@@ -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>
diff --git a/src/main/webapp/WEB-INF/view/admin/webconfig/edit.jsp b/src/main/webapp/WEB-INF/view/admin/webconfig/edit.jsp
index e36a0668e5561a8c65306d0bb179f93d8e9ebee2..44b988f619a364d3a8b5da7784156461247775e8 100644
--- a/src/main/webapp/WEB-INF/view/admin/webconfig/edit.jsp
+++ b/src/main/webapp/WEB-INF/view/admin/webconfig/edit.jsp
@@ -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">