1:1 문의 label for 아이디 매칭 오류 수정
@c861972789a62fc4a0e5f5e4cbc08ac1ca300851
--- src/main/webapp/WEB-INF/jsp/web/cop/bbs/EgovNoticeUpdt.jsp
+++ src/main/webapp/WEB-INF/jsp/web/cop/bbs/EgovNoticeUpdt.jsp
... | ... | @@ -123,9 +123,9 @@ |
| 123 | 123 |
<div class="input_list_item"> |
| 124 | 124 |
<div class="input_left">구분</div> |
| 125 | 125 |
<div class="input_right"> |
| 126 |
- <label for="bbsNm" class="label">구분 선택</label> |
|
| 127 | 126 |
<c:forEach var="result" items="${boardMenuList}" varStatus="status">
|
| 128 | 127 |
<c:if test="${result.bbsId eq brdMstrVO.bbsId}">
|
| 128 |
+ <label for="bbsNm" class="label">구분 선택</label> |
|
| 129 | 129 |
<input type="text" id="bbsNm" class="list_inputType1" value="${result.bbsNm}" disabled>
|
| 130 | 130 |
</c:if> |
| 131 | 131 |
</c:forEach> |
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?