발송결과 화면 수정중
This commit is contained in:
parent
4353d4939f
commit
59cebe7936
@ -206,12 +206,17 @@ function fn_sentDetailView(msgGroupId) {
|
||||
</c:choose>
|
||||
</p>
|
||||
</td>
|
||||
<td class="result_cont" title="${resultAllSentList.smsTxt}">
|
||||
<td class="result_cont">
|
||||
<%-- <a href="#none" data-tooltip="rev_popup01" onClick="javascript:fnRevDetailPop('${resultAllSentList.msgGroupId}','${resultAllSentList.msgId}','${resultAllSentList.fileCnt}'); return false;"> --%>
|
||||
<button class="btnType btnType20" data-tooltip="rev_popup01" onClick="javascript:fnRevDetailPop('${resultAllSentList.msgGroupId}','${resultAllSentList.msgId}','${resultAllSentList.fileCnt}'); return false;">상세보기</button>
|
||||
<a href="#none"onclick="fn_sentDetailView('${resultAllSentList.msgGroupId}')">
|
||||
<c:out value="${resultAllSentList.smsTxt}" />
|
||||
</a>
|
||||
<%-- <button class="btnType btnType20" data-tooltip="rev_popup01" onClick="javascript:fnRevDetailPop('${resultAllSentList.msgGroupId}','${resultAllSentList.msgId}','${resultAllSentList.fileCnt}'); return false;">상세보기</button> --%>
|
||||
|
||||
<div class="icon_wrap">
|
||||
<span class="re">예약</span>
|
||||
<span class="di">분할</span>
|
||||
<a href="#none"onclick="fn_sentDetailView('${resultAllSentList.msgGroupId}')">
|
||||
<c:out value="${resultAllSentList.smsTxt}" />
|
||||
</a>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<p><c:out value="${resultAllSentList.msgGroupCnt}"/> </p>
|
||||
|
||||
@ -964,7 +964,7 @@ function subContent(){
|
||||
</ul><!--// tab button -->
|
||||
</div>
|
||||
<!-- 예약관리 > 전체 -->
|
||||
<div class="price_history_cont current" id="listTab_2">
|
||||
<div class="price_history_cont current price_wrap" id="listTab_2">
|
||||
<!-- tab button -->
|
||||
<div class="table_tab_wrap">
|
||||
<ul>
|
||||
|
||||
@ -934,7 +934,7 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px
|
||||
.table_tab_wrap ul li.active button::after {content: ""; position: absolute; width: 90%; height: 9px; background-color: rgba(0,44,154,0.15);bottom: -1px; left: 50%; transform: translateX(-50%);}
|
||||
.table_tab_wrap .selType2 {width: 130px; position: absolute; top: 50%; right: 30px; transform: translateY(-50%);}
|
||||
/*발송결과 개선 */
|
||||
.table_tab_wrap .tab_btnbox{position:absolute; top: 50%; right: 30px; transform: translateY(-50%); z-index:10;}
|
||||
.table_tab_wrap .tab_btnbox{position:absolute; top: 50%; right: 30px; transform: translateY(-50%); z-index:9;}
|
||||
.table_tab_wrap .tab_btnbox button.btnType.btnType14.check_validity {border: 1px solid #002c9a; color: #002c9a;}
|
||||
.table_tab_wrap .tab_btnbox .qmMark{background-image: url(../images/content/qmIcon_s.png); width: 19px; height: 19px; margin-left: 5px; margin-top: -2px;}
|
||||
|
||||
|
||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user