|
@@ -299,10 +299,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>
|