관리자 결제상세 메뉴 화면 표시 줄수 선택 옵션 10, 50, 100줄로 변경
@b935f09d3854457fae424af6f999aaec3338e09f
--- src/main/webapp/WEB-INF/jsp/uss/ion/pay/PayList.jsp
+++ src/main/webapp/WEB-INF/jsp/uss/ion/pay/PayList.jsp
... | ... | @@ -311,8 +311,8 @@ |
| 311 | 311 |
<input type="button" class="excelBtn" onclick="javascript:sendMsgExcelDownload();" style="cursor: pointer;" /> |
| 312 | 312 |
<select name="pageUnit" id="pageUnit" class="select" title="검색조건선택" onchange="linkPage(1);"> |
| 313 | 313 |
<option value='10' <c:if test="${searchVO.pageUnit == '10' or searchVO.pageUnit == ''}">selected</c:if>>10줄</option>
|
| 314 |
- <option value='20' <c:if test="${searchVO.pageUnit == '20'}">selected</c:if>>20줄</option>
|
|
| 315 |
- <option value='30' <c:if test="${searchVO.pageUnit == '30'}">selected</c:if>>30줄</option>
|
|
| 314 |
+ <option value='50' <c:if test="${searchVO.pageUnit == '50'}">selected</c:if>>50줄</option>
|
|
| 315 |
+ <option value='100' <c:if test="${searchVO.pageUnit == '100'}">selected</c:if>>100줄</option>
|
|
| 316 | 316 |
</select> |
| 317 | 317 |
</div> |
| 318 | 318 |
</div> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?