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

Commit

Permalink
미완료주문 처리 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
chicpro committed Apr 27, 2016
1 parent 5f1882f commit 40861ea
Show file tree
Hide file tree
Showing 10 changed files with 1,133 additions and 16 deletions.
3 changes: 2 additions & 1 deletion adm/admin.menu400.shop_1of2.php
Expand Up @@ -14,6 +14,7 @@
array('400610', '상품유형관리', G5_ADMIN_URL.'/shop_admin/itemtypelist.php', 'scf_item_type'),
array('400500', '상품옵션재고관리', G5_ADMIN_URL.'/shop_admin/optionstocklist.php', 'scf_item_option'),
array('400800', '쿠폰관리', G5_ADMIN_URL.'/shop_admin/couponlist.php', 'scf_coupon'),
array('400750', '추가배송비관리', G5_ADMIN_URL.'/shop_admin/sendcostlist.php', 'scf_sendcost', 1)
array('400750', '추가배송비관리', G5_ADMIN_URL.'/shop_admin/sendcostlist.php', 'scf_sendcost', 1),
array('400410', '미완료주문', G5_ADMIN_URL.'/shop_admin/inorderlist.php', 'scf_inorder', 1),
);
?>
12 changes: 8 additions & 4 deletions adm/css/admin.css
Expand Up @@ -363,11 +363,8 @@ tfoot td {font-weight:bold;text-align:center}

/* 공통 */
.td_addr {text-align:left !important}

.td_alignc {text-align:center}

.td_addr_line {line-height:2em}

.td_amount {width:70px;text-align:center}
.td_auth {width:100px;text-align:center}
.td_auth_mbnick {width:200px}
Expand Down Expand Up @@ -435,10 +432,11 @@ td.td_grpset {width:160px;border-left:1px solid #e9ecee;text-align:center}
.td_category1{width:130px;text-align:center}
.td_category2{width:100px;text-align:center}
.td_category3{width:80px;text-align:center}
.td_time{text-align:center;width:130px}
.td_center{text-align:center;}

.txt_true {color:#e8180c}
.txt_false {color:#ccc}

.txt_succeed {color:#40b300}
.txt_fail {color:#ce4242}

Expand Down Expand Up @@ -943,3 +941,9 @@ strong.sodr_nonpay {display:block;padding:5px 0;text-align:right}
#processing p{font-size:1.2em}
.check_processing {width:300px;height:300px;margin:0 auto;background:url(../img/check.png) no-repeat 50% 50% }
#processing button{background:#ff3061;border:none;color:#fff;padding: 15px;width:150px;margin-top:15px}


/*미완료 주문*/
#inorderlist .td_name{text-align:center !important}
#anc_sodr_pay .btn_confirm{margin-top:30px}
#anc_sodr_pay .btn_confirm .btn_submit{width:300px;height:40px;font-size:14px;}

0 comments on commit 40861ea

Please sign in to comment.