2024/12/17 문자발송 > 주소록 불러오기 팝업 버튼 수정 및 주소록관리 주소록그룹 수정
@e3da7d344663ac25fe3a0e85cd73882adcc5874c
--- src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataSMLView.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataSMLView.jsp
... | ... | @@ -3643,7 +3643,7 @@ |
| 3643 | 3643 |
|
| 3644 | 3644 |
<!-- 주소록 불러오기 --> |
| 3645 | 3645 |
<div class="tooltip-wrap"> |
| 3646 |
- <div class="popup-com import_layer popup06" tabindex="0" data-tooltip-con="popup06" data-focus="popup06" data-focus-prev="popup06-close" style="width: 1000px"> |
|
| 3646 |
+ <div class="popup-com import_layer popup06 adr_call_popup" tabindex="0" data-tooltip-con="popup06" data-focus="popup06" data-focus-prev="popup06-close" style="width: 1000px"> |
|
| 3647 | 3647 |
<div class="popup_heading"> |
| 3648 | 3648 |
<p><span>주소록 불러오기</p> |
| 3649 | 3649 |
<button type="button" onClick="javascript:addrClose(); return false;"> |
--- src/main/webapp/WEB-INF/jsp/web/msgdata/addr/MsgAddrGroupListAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgdata/addr/MsgAddrGroupListAjax.jsp
... | ... | @@ -94,10 +94,10 @@ |
| 94 | 94 |
</script> |
| 95 | 95 |
|
| 96 | 96 |
<div class="adr_pop_list"> |
| 97 |
- <div class="adr_cb_wrap2"> |
|
| 97 |
+ <div class="adr_cb_wrap2 total_adr_cb_wrap"> |
|
| 98 | 98 |
<!-- <p onClick="javascript:fnSelectAddrList('all','',this); return false;"> -->
|
| 99 | 99 |
<%-- <img src="/publish/images/content/close_folder2.png" alt="폴더 닫힘">전체[<span id="addrTotCnt"><fmt:formatNumber value="${addrTotalCount}" pattern="#,###"/></span>명] --%>
|
| 100 |
- 전체[<span id="addrTotCnt"><fmt:formatNumber value="${addrTotalCount}" pattern="#,###"/></span>명]
|
|
| 100 |
+ 전체<p id="addrTotCnt"><fmt:formatNumber value="${addrTotalCount}" pattern="#,###"/><span>명</span></p>
|
|
| 101 | 101 |
<!-- </p> --> |
| 102 | 102 |
</div> |
| 103 | 103 |
|
--- src/main/webapp/publish/css/adrbook.css
+++ src/main/webapp/publish/css/adrbook.css
... | ... | @@ -21,6 +21,8 @@ |
| 21 | 21 |
.adr_cb_wrap p {display: inline-block; cursor: pointer;}
|
| 22 | 22 |
.adr_cb_wrap>p {line-height: 1.3; width: 100%; padding-left: 25px; position: relative; font-weight:300; letter-spacing:0;}
|
| 23 | 23 |
.adr_cb_wrap p img {margin:0 4px 2px 2px; position: absolute; left: 0; top: 4px;}
|
| 24 |
+.check_group_all.adr_cb_wrap img{display:none;}
|
|
| 25 |
+.check_group_all.adr_cb_wrap>p {padding:0 0 0 5px;}
|
|
| 24 | 26 |
.adr_cb_wrap p input[type="text"] {width: 100%; height: 28px; border: 1px solid #ccc;}
|
| 25 | 27 |
.adr_cb_wrap span span {color: #002c9a; font-weight: 500;}
|
| 26 | 28 |
|
--- src/main/webapp/publish/css/popupLayer.css
+++ src/main/webapp/publish/css/popupLayer.css
... | ... | @@ -550,6 +550,12 @@ |
| 550 | 550 |
.adr_cb_wrap2.active>p {color: #002c9a; font-weight: 500; cursor: default;}
|
| 551 | 551 |
.adr_cb_wrap2 span span {color: #002c9a; font-weight: 500;}
|
| 552 | 552 |
|
| 553 |
+.adr_cb_wrap2.total_adr_cb_wrap{background:#e5e5e5;border-radius:5px 5px 0 0;font-size:15px;justify-content:space-between;align-items:center;}
|
|
| 554 |
+.adr_cb_wrap2.total_adr_cb_wrap p{color:#002c9a;font-weight:500;text-align:right;font-size:15px;}
|
|
| 555 |
+.adr_cb_wrap2.total_adr_cb_wrap span{color:#444;font-weight:300;}
|
|
| 556 |
+ |
|
| 557 |
+.adr_call_popup .popup_btn_wrap2 button{width:auto;min-width:100px;padding:0 10px;}
|
|
| 558 |
+ |
|
| 553 | 559 |
/* 오른쪽 */ |
| 554 | 560 |
.adr_pop_right {width: calc(100% - 220px - 20px);}
|
| 555 | 561 |
.adr_pop_right .btnWrap_last {float: right;}
|
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?