Browse Source

Merge remote-tracking branch 'origin/developerH' into developerH

Duan_xu 2 năm trước cách đây
mục cha
commit
a723dce877

+ 2 - 2
src/main/webapp/WEB-INF/views/modules/newhome/newFloorcontentForm.jsp

@@ -291,10 +291,10 @@ debugger
 				</td>
 				<td>
 					<c:if test="${not empty list.sortIndex && list.sortIndex!=0}">
-					<input  id="sort" name="sortIndex" style="width:50px;" value="${list.sortIndex}"  onkeyup="onlynum(this)"  onchange="changeSort(${list.productID},this)"></td>
+					<input  id="sort" type="text" name="sortIndex" style="width:50px;" value="${list.sortIndex}"  onkeyup="onlynum(this)"  onchange="changeSort(${list.productID},this)"></td>
 				</c:if>
 				<c:if test="${empty list.sortIndex || list.sortIndex==0}">
-					<input  id="sort" name="sortIndex" style="width:50px;" value="1"  onkeyup="onlynum(this)"  onchange="changeSort(${list.productID},this)"></td>
+					<input  id="sort" type="text" name="sortIndex" style="width:50px;" value="1"  onkeyup="onlynum(this)"  onchange="changeSort(${list.productID},this)"></td>
 				</c:if>
 				<td>
 					<c:if test="${list.recommend eq 1}"><img src="/static/images/yes.gif" width="15px" border="none"/></c:if>