add missing 'sortOrder'

This commit is contained in:
Keiichi Watanabe 2015-07-21 15:20:44 +09:00
parent 3afe92e106
commit 2ee78ad762
4 changed files with 5 additions and 5 deletions

View file

@ -50,6 +50,7 @@
</c:if>
<html:hidden property="createdBy" />
<html:hidden property="createdTime" />
<html:hidden property="sortOrder"/>
<div class="row">
<div class="col-md-12">
<div class="box">
@ -230,4 +231,3 @@
<jsp:include page="/WEB-INF/view/common/admin2/foot.jsp"></jsp:include>
</body>
</html>

View file

@ -50,6 +50,7 @@
</c:if>
<html:hidden property="createdBy" />
<html:hidden property="createdTime" />
<html:hidden property="sortOrder"/>
<div class="row">
<div class="col-md-12">
<div class="box">
@ -82,7 +83,7 @@
</div>
<%-- Form Fields --%>
<%-- Form Fields --%>
<div class="form-group">
<label for="name"><bean:message key="labels.name" /></label>
@ -192,4 +193,3 @@
<jsp:include page="/WEB-INF/view/common/admin2/foot.jsp"></jsp:include>
</body>
</html>

View file

@ -50,6 +50,7 @@
</c:if>
<html:hidden property="createdBy" />
<html:hidden property="createdTime" />
<html:hidden property="sortOrder"/>
<div class="row">
<div class="col-md-12">
<div class="box">
@ -234,4 +235,3 @@
<jsp:include page="/WEB-INF/view/common/admin2/foot.jsp"></jsp:include>
</body>
</html>

View file

@ -50,6 +50,7 @@
</c:if>
<html:hidden property="createdBy" />
<html:hidden property="createdTime" />
<html:hidden property="sortOrder"/>
<div class="row">
<div class="col-md-12">
<div class="box">
@ -194,4 +195,3 @@
<jsp:include page="/WEB-INF/view/common/admin2/foot.jsp"></jsp:include>
</body>
</html>