2023 10 16 재전송 버튼 추가 및 상세보기 팝업
@ce19b147d060c5cd77ccbebb10b38999d32c3b93
--- src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataSMLView.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataSMLView.jsp
... | ... | @@ -3197,7 +3197,7 @@ |
| 3197 | 3197 |
</div> |
| 3198 | 3198 |
</div> |
| 3199 | 3199 |
|
| 3200 |
-<!-- 재전송 : 상세내용 팝업 --> |
|
| 3200 |
+ <!-- 2023 10 16 재전송 : 상세내용 팝업 --> |
|
| 3201 | 3201 |
<div class="tooltip-wrap" style="z-index:110;"> |
| 3202 | 3202 |
<div class="popup-com adr_layer rev_popup01" tabindex="0" data-tooltip-con="rev_popup01" |
| 3203 | 3203 |
data-focus="rev_popup01" data-focus-prev="rev_popup01-close" style="width: 440px;"> |
... | ... | @@ -3236,9 +3236,9 @@ |
| 3236 | 3236 |
</div> |
| 3237 | 3237 |
</div> |
| 3238 | 3238 |
</div> |
| 3239 |
- <!--// 재전송 : 상세내용 팝업 --> |
|
| 3239 |
+ <!--// 2023 10 16 재전송 : 상세내용 팝업 --> |
|
| 3240 | 3240 |
|
| 3241 |
- <!-- 재전송 팝업 --> |
|
| 3241 |
+ <!-- 2023 10 16 재전송 팝업 --> |
|
| 3242 | 3242 |
<div class="tooltip-wrap"> |
| 3243 | 3243 |
<div class="popup-com import_layer popup05" tabindex="0" data-tooltip-con="popup05" data-focus="popup05" data-focus-prev="popup05-close"> |
| 3244 | 3244 |
<div class="popup_heading"> |
... | ... | @@ -3331,7 +3331,7 @@ |
| 3331 | 3331 |
</div> |
| 3332 | 3332 |
</div> |
| 3333 | 3333 |
</div> |
| 3334 |
- <!--// 재전송 팝업 --> |
|
| 3334 |
+ <!--// 2023 10 16 재전송 팝업 --> |
|
| 3335 | 3335 |
|
| 3336 | 3336 |
|
| 3337 | 3337 |
<div class="tooltip-wrap"> |
--- src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentReadyListAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentReadyListAjax.jsp
... | ... | @@ -186,7 +186,7 @@ |
| 186 | 186 |
</td> |
| 187 | 187 |
<td> |
| 188 | 188 |
<button class="btnType btnType20" data-tooltip="rev_popup01" onClick="javascript:fnRevDetailPop('${resultAllSentList.msgGroupId}','${resultAllSentList.msgId}','${resultAllSentList.fileCnt}'); return false;">상세보기</button>
|
| 189 |
- <button class="btnType btnType24" type="button">재전송</button> <!-- 버튼추가 --> |
|
| 189 |
+ <button class="btnType btnType24" type="button">재전송</button> <!-- 2023 10 16 재전송 버튼추가 --> |
|
| 190 | 190 |
</td> |
| 191 | 191 |
<td> |
| 192 | 192 |
<c:choose> |
--- src/main/webapp/publish/js/popupLayer.js
+++ src/main/webapp/publish/js/popupLayer.js
... | ... | @@ -141,6 +141,7 @@ |
| 141 | 141 |
customPopup(); |
| 142 | 142 |
}else{}
|
| 143 | 143 |
|
| 144 |
+ /* 상세보기 버튼 클릭 시 레이어팝업*/ |
|
| 144 | 145 |
// 팝업이 보이고 있으면 마스크 노출/미노출 |
| 145 | 146 |
// 레이어 팝업 2개 뜰 경우 |
| 146 | 147 |
if($(".popup-com").is(":visible") !== true){
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?