diff --git a/adm/shop_admin/index.php b/adm/shop_admin/index.php
index 6c4fa1b14..a6d275bb3 100644
--- a/adm/shop_admin/index.php
+++ b/adm/shop_admin/index.php
@@ -6,10 +6,19 @@ $max_limit = 7; // 몇행 출력할 것인지?
$g4['title'] = ' 쇼핑몰관리';
include_once (G4_ADMIN_PATH.'/admin.head.php');
+
+$pg_anchor ="
+";
?>
-
+
입금완료 미배송내역
+ =$pg_anchor?>
@@ -55,11 +64,11 @@ include_once (G4_ADMIN_PATH.'/admin.head.php');
}
?>
- | =$row['od_id']?> |
- =$name?> |
- =display_amount($row['receiptamount'])?> |
- =$settle_method?> |
- 수정 |
+ =$row['od_id']?> |
+ =$name?> |
+ =display_amount($row['receiptamount'])?> |
+ =$settle_method?> |
+ 수정 |
}
@@ -73,8 +82,9 @@ include_once (G4_ADMIN_PATH.'/admin.head.php');
-
+
미입금 주문내역
+ =$pg_anchor?>
@@ -119,11 +129,11 @@ include_once (G4_ADMIN_PATH.'/admin.head.php');
}
?>
- | =$row['od_id']?> |
- =$name?> |
- =display_amount($row['orderamount'])?> |
- =$settle_method?> |
- 수정 |
+ =$row['od_id']?> |
+ =$name?> |
+ =display_amount($row['orderamount'])?> |
+ =$settle_method?> |
+ 수정 |
}
@@ -137,8 +147,9 @@ include_once (G4_ADMIN_PATH.'/admin.head.php');
-
+
사용후기
+ =$pg_anchor?>
@@ -163,9 +174,9 @@ include_once (G4_ADMIN_PATH.'/admin.head.php');
$name = get_sideview($row['mb_id'], get_text($row['is_name']), $row1['mb_email'], $row1['mb_homepage']);
?>
- | =$name?> |
+ =$name?> |
=cut_str($row['is_subject'],40)?> |
- 수정 |
+ 수정 |
}
@@ -179,8 +190,9 @@ include_once (G4_ADMIN_PATH.'/admin.head.php');
-
+
상품문의
+ =$pg_anchor?>
@@ -205,9 +217,9 @@ include_once (G4_ADMIN_PATH.'/admin.head.php');
$name = get_sideview($row['mb_id'], get_text($row['iq_name']), $row1['mb_email'], $row1['mb_homepage']);
?>
- | =$name?> |
+ =$name?> |
=cut_str($row['iq_subject'],40)?> |
- 수정 |
+ 수정 |
";
}
diff --git a/css/admin.css b/css/admin.css
index 0da19151b..32082ae5d 100644
--- a/css/admin.css
+++ b/css/admin.css
@@ -263,6 +263,8 @@ td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9
.td_chk {width:30px;text-align:center}
.td_num {width:60px;text-align:center}
.td_bignum {width:100px;text-align:center}
+.td_odrnum {width:250px;text-align:center}
+.td_odrnum2 {text-align:center}
.td_grid {width:60px;text-align:center}
.td_mbid,
.td_name,
@@ -270,6 +272,7 @@ td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9
.td_time {width:150px;text-align:center}
.td_boolean {width:50px;text-align:center}
.td_pt {text-align:right !important}
+.td_payby {width:100px;text-align:center}
.txt_true {color:#e8180c}
.txt_false {color:#ccc}