Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
#397 관리자 테스트 주문 주의문구 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sora90224 authored and chicpro committed Apr 27, 2016
1 parent 50aeaf1 commit e581da7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions adm/css/admin.css
Expand Up @@ -559,6 +559,7 @@ td.td_grpset {width:160px;border-left:1px solid #e9ecee;text-align:center}
#orderitemlist #orderitemlist_close {padding:0 20px 10px;text-align:right}

#sodr_list .list_escrow {display:block;color:#80bc0d;text-align:center}
#sodr_list .list_test {display:block;text-align:center}

/* 주문내역 수정 */
.sodr_nonpay {color:#ff6600}
Expand Down Expand Up @@ -589,6 +590,7 @@ strong.sodr_nonpay {display:block;padding:5px 0;text-align:right}
#sodr_request_list p {position:relative;padding:5px 0;border-bottom:1px solid #e9e9e9}

#anc_sodr_chk .dvr_link {color:#ff3061;text-decoration:underline}
.od_test_caution{font-weight:bold;color:#ff0000;margin:10px 20px;font-size:1.167em;background:#ffe3e3;padding:10px}

/* 주문통합내역 */
#sodr_sort {margin:0 20px 20px;padding:0;list-style:none;zoom:1}
Expand Down
2 changes: 1 addition & 1 deletion adm/shop_admin/orderform.php
Expand Up @@ -276,7 +276,7 @@
</section>

<?php if($od['od_test']) { ?>
<div>주의) 이 주문은 테스트용으로 실제 결제가 이루어지지 않았으므로 절대 배송하시면 안됩니다.</div>
<div class="od_test_caution">주의) 이 주문은 테스트용으로 실제 결제가 이루어지지 않았으므로 절대 배송하시면 안됩니다.</div>
<?php } ?>

<section id="anc_sodr_pay">
Expand Down

0 comments on commit e581da7

Please sign in to comment.