원영현 수정
This commit is contained in:
parent
cba0058559
commit
1440bdc74f
@ -3872,7 +3872,7 @@ function kakaoATDelayCancel(msgGroupId){
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
</c:otherwise>
|
||||
</c:choose> </td>
|
||||
</c:choose>
|
||||
</td>
|
||||
<td><c:out value="${mjonMsgSentList.callFrom}"/></td>
|
||||
<td class="sms_detail" style="text-align: left;">
|
||||
@ -4066,24 +4066,16 @@ function kakaoATDelayCancel(msgGroupId){
|
||||
</td>
|
||||
<td><c:out value="${mjonMsgDelaySentList.callFrom}"/></td>
|
||||
<td class="sms_detail" style="text-align: left;">
|
||||
<%--
|
||||
<div class="ellipsis_line">
|
||||
<!-- 그림문자 중 텍스트 내용은 없고 그림 이미지만 있는경우 처리 -->
|
||||
<c:choose>
|
||||
<c:when test="${empty mjonMsgDelaySentList.smsTxt && not empty mjonMsgDelaySentList.filePath1}">
|
||||
그림이미지
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<c:out value="${mjonMsgDelaySentList.smsTxt}"/>
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
|
||||
</div>
|
||||
--%>
|
||||
|
||||
<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