헤더 메뉴 표시 영역의 선거문자에 New 아이콘 표시 추가
@7c713e230a6c320b5102271c9971090cb6d6828f
--- src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp
+++ src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp
... | ... | @@ -1304,7 +1304,7 @@ |
| 1304 | 1304 |
<c:forEach var="resultListOne" items="${menuResultList}" varStatus="status">
|
| 1305 | 1305 |
<c:if test="${resultListOne.depth eq '1' }">
|
| 1306 | 1306 |
<c:choose> |
| 1307 |
- <c:when test="${fn:contains(resultListOne.url, '/web/mjon/alimtalk/kakaoAlimtalkMsgDataView.do')}">
|
|
| 1307 |
+ <c:when test="${fn:contains(resultListOne.url, '/web/mjon/msgcampain/selectMsgDataView.do')}">
|
|
| 1308 | 1308 |
<li class="new"> |
| 1309 | 1309 |
</c:when> |
| 1310 | 1310 |
<c:otherwise> |
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?