Browse Source

fix webConfig

Keiichi Watanabe 10 years ago
parent
commit
b5203a88e8

+ 3 - 3
src/main/webapp/WEB-INF/view/admin/webConfig/confirm.jsp

@@ -91,11 +91,11 @@
 									<table class="table table-bordered">
 									<table class="table table-bordered">
 										<tbody>
 										<tbody>
 											<c:if test="${id != null}"><tr>
 											<c:if test="${id != null}"><tr>
-												<th class="col-xs-2"><bean:message key="labels.id" /></th>
+												<th class="col-xs-3"><bean:message key="labels.id" /></th>
 												<td>${f:h(id)}</td>
 												<td>${f:h(id)}</td>
 											</tr></c:if>
 											</tr></c:if>
 											<tr>
 											<tr>
-												<th><bean:message key="labels.name" /></th>
+												<th class="col-xs-3"><bean:message key="labels.name" /></th>
 												<td>${f:h(name)}<html:hidden property="name" /></td>
 												<td>${f:h(name)}<html:hidden property="name" /></td>
 											</tr>
 											</tr>
 											<tr>
 											<tr>
@@ -140,7 +140,7 @@
 											</tr>
 											</tr>
 											<tr>
 											<tr>
 												<th><bean:message key="labels.interval_time" /></th>
 												<th><bean:message key="labels.interval_time" /></th>
-												<td>${f:h(intervalTime)}<html:hidden property="intervalTime" /></td>
+												<td>${f:h(intervalTime)}<html:hidden property="intervalTime" /><bean:message key="labels.millisec"/></td>
 											</tr>
 											</tr>
 											<tr>
 											<tr>
 												<th><bean:message key="labels.boost" /></th>
 												<th><bean:message key="labels.boost" /></th>

+ 1 - 0
src/main/webapp/WEB-INF/view/admin/webConfig/edit.jsp

@@ -164,6 +164,7 @@
 											</html:option>
 											</html:option>
 										</html:select>
 										</html:select>
 									</div>
 									</div>
+								</div>
 
 
 								<%-- Box Footer --%>
 								<%-- Box Footer --%>
 								<div class="box-footer">
 								<div class="box-footer">