줄수 주석처리
@1a1acd670f62a42f489a2f0e4873a2d599eec657
--- src/main/webapp/WEB-INF/jsp/uss/ion/pay/PayDayChart.jsp
+++ src/main/webapp/WEB-INF/jsp/uss/ion/pay/PayDayChart.jsp
... | ... | @@ -177,15 +177,14 @@ |
| 177 | 177 |
간편 : <span class="tType5 c_456ded"><fmt:formatNumber value="${mjonPayVO.amtSpaySumTot}" pattern="#,###" /></span>원,
|
| 178 | 178 |
환불 : <span class="tType5 c_456ded"><fmt:formatNumber value="${mjonPayVO.amtRefundSumTot}" pattern="#,###" /></span>원,
|
| 179 | 179 |
합계 : <span class="tType5 c_456ded"><fmt:formatNumber value="${mjonPayVO.amtTotSumTot}" pattern="#,###" /></span>원
|
| 180 |
+ <%-- |
|
| 180 | 181 |
|
| 181 |
- <!-- <input type="button" class="printBtn"> --> |
|
| 182 |
- |
|
| 183 | 182 |
<select name="pageUnit" id="pageUnit" class="select" title="검색조건선택" onchange="linkPage(1);" style="height: 30px !important; min-width: 40px !important;"> |
| 184 | 183 |
<option value='10' <c:if test="${searchVO.pageUnit == '10' or searchVO.pageUnit == ''}">selected</c:if>>10줄</option>
|
| 185 | 184 |
<option value='20' <c:if test="${searchVO.pageUnit == '20'}">selected</c:if>>20줄</option>
|
| 186 | 185 |
<option value='30' <c:if test="${searchVO.pageUnit == '30'}">selected</c:if>>30줄</option>
|
| 187 | 186 |
</select> |
| 188 |
- |
|
| 187 |
+ --%> |
|
| 189 | 188 |
</div> |
| 190 | 189 |
</div> |
| 191 | 190 |
<div class="tableWrap"> |
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?