diff --git a/adm/shop_admin/configform.php b/adm/shop_admin/configform.php index aec15d469..75fd01ffe 100644 --- a/adm/shop_admin/configform.php +++ b/adm/shop_admin/configform.php @@ -64,17 +64,17 @@ $g4['title'] = '쇼핑몰설정'; include_once (G4_ADMIN_PATH.'/admin.head.php'); $pg_anchor = ''; ?>
-
+

사업자정보

@@ -147,7 +147,7 @@ $pg_anchor = '
-
+

쇼핑몰 초기화면

@@ -257,7 +257,7 @@ $pg_anchor = '
-
+

결제정보

@@ -531,7 +531,7 @@ $pg_anchor = '
-
+

배송정보

@@ -592,7 +592,7 @@ $pg_anchor = '
-
+

기타정보

@@ -793,7 +793,7 @@ function byte_check(el_cont, el_byte) -
+

SMS설정

diff --git a/adm/shop_admin/deliverycodelist.php b/adm/shop_admin/deliverycodelist.php index 737973b3a..bdc97bf18 100644 --- a/adm/shop_admin/deliverycodelist.php +++ b/adm/shop_admin/deliverycodelist.php @@ -45,7 +45,7 @@ $result = sql_query($sql);
diff --git a/adm/shop_admin/itemeventwin.php b/adm/shop_admin/itemeventwin.php index 502aafe91..267c17c0d 100644 --- a/adm/shop_admin/itemeventwin.php +++ b/adm/shop_admin/itemeventwin.php @@ -7,52 +7,54 @@ auth_check($auth[$sub_menu], "r"); $sql = " select ev_subject from {$g4['shop_event_table']} where ev_id = '$ev_id' "; $ev = sql_fetch($sql); -$g4['title'] = '['.$ev['ev_subject'].'] 이벤트상품'; +$g4['title'] = $ev['ev_subject'].' 이벤트상품'; include_once(G4_PATH.'/head.sub.php'); ?> - +
+

+
- 홈페이지 + <?=stripslashes($row['dl_company'])?> 홈페이지 <?=stripslashes($row['dl_company'])?> 수정 <?=stripslashes($row['dl_company'])?> 삭제
+ + + + + + + + + + + + + + + '; + ?> + +
상품명사용구분삭제
+ + + + + <?=$ev['ev_subject']?> 이벤트에서 삭제 : <?=cut_str(stripslashes($row['it_name']), 60, ">
자료가 없습니다.
-
+ - - - - - - - - - - - - - - - - - "; -} - -if ($i == 0) - echo ""; -?> - - -
상품명사용구분삭제
".get_it_image($row['it_id'].'_s', 40, 40)."".cut_str(stripslashes($row['it_name']), 60, "…")."".($row['it_use']?"사용":"미사용")."".icon("삭제", "javascript:del('./itemeventwindel.php?ev_id=$ev_id&it_id={$row['it_id']}');")."
자료가 한건도 없습니다.
- -
+
+ +
$bank_account .= ''.PHP_EOL; for ($i=0; $i'.$str[$i].''.PHP_EOL; + $bank_account .= ''.PHP_EOL; } $bank_account .= " "; } @@ -564,7 +564,7 @@ $pg_anchor = '
    $result = sql_query($sql); for ($i=0; $row=sql_fetch_array($result); $i++) { ?> - + '.substr($i,-2).''; + echo ''; } ?> - 년 + 년 월 + 월 일 + 일 시 + 시 분 + 분 diff --git a/css/admin.css b/css/admin.css index 5eb528f10..b33985421 100644 --- a/css/admin.css +++ b/css/admin.css @@ -144,6 +144,12 @@ fieldset .btn_submit:focus {height:21px;background:#555;line-height:1.7em} .btn_frmline:hover, .btn_frmline:active {text-decoration:none} +.btn_win {clear:both;margin-bottom:20px;text-align:center} /* 새창용 */ +.btn_win a, +.btn_win button {display:inline-block;padding:0 10px;height:22px;border:1px solid #ccc;background:#fafafa;line-height:2em} +.btn_win a:focus, +.btn_win a:hover {text-decoration:none} + .btn_list input, .btn_list button {padding:0 15px;height:28px;border:0;background:#617d46;color:#fff;line-height:2.2em;vertical-align:middle} .btn_list input:focus, @@ -360,7 +366,7 @@ td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9 /* ########## 쇼핑몰 사용시 적용 ########## */ /* 쇼핑몰 설정 */ -#anc_cf_payment textarea {height:50px} +#anc_scf_payment textarea {height:50px} #scf_cardtest_btn {margin-left:5px;vertical-align:middle} #scf_cardtest_tip {margin:10px 0 0;padding:10px;border:3px solid #ddd}