kmg 2023-10-16
2023 10 16 재전송 버튼 추가 및 상세보기 팝업
@ce19b147d060c5cd77ccbebb10b38999d32c3b93
src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataSMLView.jsp
--- src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataSMLView.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataSMLView.jsp
@@ -3197,7 +3197,7 @@
 		</div>
 	</div>
 	
-<!-- 재전송 : 상세내용 팝업 -->
+	<!-- 2023 10 16 재전송 : 상세내용 팝업 -->
 	<div class="tooltip-wrap" style="z-index:110;">
 		<div class="popup-com adr_layer rev_popup01" tabindex="0" data-tooltip-con="rev_popup01"
 			data-focus="rev_popup01" data-focus-prev="rev_popup01-close" style="width: 440px;">
@@ -3236,9 +3236,9 @@
 			</div>
 		</div>
 	</div>
-	<!--// 재전송 : 상세내용 팝업 -->	
+	<!--// 2023 10 16  재전송 : 상세내용 팝업 -->	
 	
-	<!-- 재전송 팝업 -->  
+	<!-- 2023 10 16  재전송 팝업 -->  
 	<div class="tooltip-wrap">
 		<div class="popup-com import_layer popup05" tabindex="0" data-tooltip-con="popup05" data-focus="popup05" data-focus-prev="popup05-close">
 			<div class="popup_heading">
@@ -3331,7 +3331,7 @@
 			</div>
 		</div>
 	</div>
-	<!--// 재전송 팝업 -->
+	<!--// 2023 10 16  재전송 팝업 -->
 	
 
 	<div class="tooltip-wrap">
src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentReadyListAjax.jsp
--- src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentReadyListAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentReadyListAjax.jsp
@@ -186,7 +186,7 @@
 							</td>
 							<td>
 								<button class="btnType btnType20" data-tooltip="rev_popup01" onClick="javascript:fnRevDetailPop('${resultAllSentList.msgGroupId}','${resultAllSentList.msgId}','${resultAllSentList.fileCnt}'); return false;">상세보기</button>
-								<button class="btnType btnType24" type="button">재전송</button> <!-- 버튼추가 -->
+								<button class="btnType btnType24" type="button">재전송</button> <!-- 2023 10 16  재전송 버튼추가 -->
 							</td>
 							<td>
 								<c:choose>
src/main/webapp/publish/css/button.css
--- src/main/webapp/publish/css/button.css
+++ src/main/webapp/publish/css/button.css
@@ -80,7 +80,7 @@
 .btnType22 {height:28px;padding:0 12px;font-size:14px;color:#222;background-color:#f8bd0e; font-weight:500;}
 .btnType22:hover {background-color:#eea301;}
 .btnType23 {background:#6a6c72; color:#fff; border-radius: 5px; font-size:14px; font-weight: 400; padding:4px 13px; margin:0 3px;} /*api에 사용*/
-.btnType24 {background:#fff; border: 1px solid #8697c2; color: #002c9a; height: 28px; width: 70px; font-size: 14px; font-weight: 400; line-height: 1.5; margin:3px 0;} /*재사용 버튼*/
+.btnType24 {background:#fff; border: 1px solid #8697c2; color: #002c9a; height: 28px; width: 70px; font-size: 14px; font-weight: 400; line-height: 1.5; margin:3px 0;} /*재사용 버튼 추가*/
 /* 기타 반복 사용 */
 
 /* 기타 버튼 타입 */
src/main/webapp/publish/js/popupLayer.js
--- src/main/webapp/publish/js/popupLayer.js
+++ src/main/webapp/publish/js/popupLayer.js
@@ -141,6 +141,7 @@
 				customPopup();
 			}else{}
 			
+			/* 상세보기 버튼 클릭 시 레이어팝업*/
 			// 팝업이 보이고 있으면 마스크 노출/미노출
 			// 레이어 팝업 2개 뜰 경우
 			if($(".popup-com").is(":visible") !== true){
Add a comment
List