단문문자인데 문자내용이 없어서 발송되는건 표시 "그림문자" => "내용없음" 로 변경
This commit is contained in:
parent
7a452902fc
commit
d6d8a46ca7
@ -3399,7 +3399,14 @@ function fnMberExceptSpamYn(){
|
||||
<td class="sms_detail" style="text-align: left;">
|
||||
<c:choose>
|
||||
<c:when test="${empty mjonMsgSentList.smsTxt}">
|
||||
그림문자
|
||||
<c:choose>
|
||||
<c:when test="${mjonMsgSentList.msgType eq '4'}">
|
||||
내용없음
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
그림문자
|
||||
</c:otherwise>
|
||||
</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;">
|
||||
@ -3588,7 +3595,14 @@ function fnMberExceptSpamYn(){
|
||||
<td class="sms_detail" style="text-align: left;">
|
||||
<c:choose>
|
||||
<c:when test="${empty mjonMsgSentList.smsTxt}">
|
||||
그림문자
|
||||
<c:choose>
|
||||
<c:when test="${mjonMsgSentList.msgType eq '4'}">
|
||||
내용없음
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
그림문자
|
||||
</c:otherwise>
|
||||
</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;">
|
||||
@ -3786,7 +3800,14 @@ function fnMberExceptSpamYn(){
|
||||
|
||||
<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