수정
This commit is contained in:
parent
d0ae8c3787
commit
cba0058559
@ -3689,7 +3689,7 @@ function kakaoATDelayCancel(msgGroupId){
|
||||
<c:otherwise>
|
||||
그림문자
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
</c:choose>
|
||||
<div class="sms_detail_hover">
|
||||
<c:if test="${not empty fn:split(mjonMsgSentList.atchFiles, '^')[0]}">
|
||||
<img class="MyMsgImg1" src="/cmm/fms/getImage2.do?atchFileId=${fn:split(mjonMsgSentList.atchFiles, '^')[0]}&fileSn=0" style="width: 110px;">
|
||||
@ -3885,7 +3885,7 @@ function kakaoATDelayCancel(msgGroupId){
|
||||
<c:otherwise>
|
||||
그림문자
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
</c:choose>
|
||||
<div class="sms_detail_hover">
|
||||
<c:if test="${not empty fn:split(mjonMsgSentList.atchFiles, '^')[0]}">
|
||||
<img class="MyMsgImg1" src="/cmm/fms/getImage2.do?atchFileId=${fn:split(mjonMsgSentList.atchFiles, '^')[0]}&fileSn=0" style="width: 110px;">
|
||||
@ -4083,14 +4083,7 @@ function kakaoATDelayCancel(msgGroupId){
|
||||
|
||||
<c:choose>
|
||||
<c:when test="${empty mjonMsgDelaySentList.smsTxt}">
|
||||
<c:choose>
|
||||
<c:when test="${mjonMsgDelaySentList.msgType eq '4'}">
|
||||
내용없음
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
그림문자
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
그림문자
|
||||
<div class="sms_detail_hover">
|
||||
<c:if test="${not empty fn:split(mjonMsgDelaySentList.atchFiles, '^')[0]}">
|
||||
<img class="MyMsgImg1" src="/cmm/fms/getImage2.do?atchFileId=${fn:split(mjonMsgDelaySentList.atchFiles, '^')[0]}&fileSn=0" style="width: 120px;">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user