관리자 알림톡 상세화면 템플릿 정보 분기 처리
- 친구톡 상세내용 표시에서 템플릿 상세 팝업 버튼 안나오도록 처리
This commit is contained in:
parent
01dbe37db5
commit
c6c05ddd71
@ -358,6 +358,8 @@ function fnTemplateDetail(templateCode){
|
|||||||
<c:out value="${mjonKakaoATDetailVO.yellowId}"/>
|
<c:out value="${mjonKakaoATDetailVO.yellowId}"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<c:if test="${not empty mjonKakaoATDetailVO.msgNoticetalkTmpKey}">
|
||||||
|
<!-- 알림톡 템플릿 상세 팝업 호출 -->
|
||||||
<tr>
|
<tr>
|
||||||
<th><span class="reqArea">템플릿명</span></th>
|
<th><span class="reqArea">템플릿명</span></th>
|
||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
@ -366,6 +368,7 @@ function fnTemplateDetail(templateCode){
|
|||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
</c:if>
|
||||||
<%-- <tr>
|
<%-- <tr>
|
||||||
<th><span class="reqArea">발신번호</span></th>
|
<th><span class="reqArea">발신번호</span></th>
|
||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
|
|||||||
@ -358,6 +358,8 @@ function fnTemplateDetail(templateCode){
|
|||||||
<c:out value="${mjonKakaoATDetailVO.yellowId}"/>
|
<c:out value="${mjonKakaoATDetailVO.yellowId}"/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<c:if test="${not empty mjonKakaoATDetailVO.msgNoticetalkTmpKey}">
|
||||||
|
<!-- 알림톡 템플릿 상세 팝업 호출 -->
|
||||||
<tr>
|
<tr>
|
||||||
<th><span class="reqArea">템플릿명</span></th>
|
<th><span class="reqArea">템플릿명</span></th>
|
||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
@ -366,6 +368,7 @@ function fnTemplateDetail(templateCode){
|
|||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
</c:if>
|
||||||
<%-- <tr>
|
<%-- <tr>
|
||||||
<th><span class="reqArea">발신번호</span></th>
|
<th><span class="reqArea">발신번호</span></th>
|
||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user