2023/11/16 키사신고 페이지 마스크 안닫히는 오류 수정
@ca657e1081bc38a747380326edcffd78ea378370
--- src/main/webapp/WEB-INF/jsp/web/user/kisaReport.jsp
+++ src/main/webapp/WEB-INF/jsp/web/user/kisaReport.jsp
... | ... | @@ -379,7 +379,7 @@ |
| 379 | 379 |
<div class="kisa_info"> |
| 380 | 380 |
고객님께서 발송하신 문자가 <strong>정보통신법 제50조에 위반되어 한국인터넷진흥원(KISA)에 신고 접수</strong>되었습니다.<br>아래 신고내역을 확인하신 후 소명자료 제출과 서명을 완료해주시기 바랍니다. |
| 381 | 381 |
<p>※ 광고문자 규정 위반 시 최대 1년 이하의 징역 또는 3,000만원 이하의 과태료 부과(해당 발신번호 사용불가)</p> |
| 382 |
- <button type="button" class="btnType btnType11" data-tooltip="popup01">광고법령보기</button> |
|
| 382 |
+ <button type="button" class="btnType btnType11" data-tooltip="kisa_popup">광고법령보기</button> |
|
| 383 | 383 |
</div> |
| 384 | 384 |
<form id="searchForm" name="searchForm" method="post"> |
| 385 | 385 |
<input type="hidden" id="pageIndex" name="pageIndex" value="1"/> |
... | ... | @@ -545,10 +545,10 @@ |
| 545 | 545 |
|
| 546 | 546 |
<!-- 광고법령보기팝업 --> |
| 547 | 547 |
<div class="tooltip-wrap"> |
| 548 |
- <div class="popup-com popup01 kisa_popup" tabindex="0" data-tooltip-con="popup01" data-focus="popup01" data-focus-prev="popup01-close"> |
|
| 548 |
+ <div class="popup-com kisa_popup" tabindex="0" data-tooltip-con="kisa_popup" data-focus="kisa_popup" data-focus-prev="kisa_popup-close"> |
|
| 549 | 549 |
<div class="popup_heading"> |
| 550 | 550 |
<p>KISA 신고 대상 관련 법안</p> |
| 551 |
- <button type="button" class="tooltip-close" data-focus="popup01-close"> |
|
| 551 |
+ <button type="button" class="tooltip-close" data-focus="kisa_popup-close"> |
|
| 552 | 552 |
<img src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"> |
| 553 | 553 |
</button> |
| 554 | 554 |
</div> |
... | ... | @@ -592,7 +592,7 @@ |
| 592 | 592 |
</dl> |
| 593 | 593 |
</div> |
| 594 | 594 |
<div class="popup_btn_wrap2"> |
| 595 |
- <button type="button" class="tooltip-close" data-focus="popup01-close" data-focus-next="popup01">닫기</button> |
|
| 595 |
+ <button type="button" class="tooltip-close" data-focus="kisa_popup-close" data-focus-next="kisa_popup">닫기</button> |
|
| 596 | 596 |
</div> |
| 597 | 597 |
</div> |
| 598 | 598 |
</div> |
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?