diff --git a/adm/shop_admin/configform.php b/adm/shop_admin/configform.php index c753ac979..b36d8055e 100644 --- a/adm/shop_admin/configform.php +++ b/adm/shop_admin/configform.php @@ -733,7 +733,7 @@ $pg_anchor ="
=help("쇼핑몰 초기화면 접속 시 자동으로 뜰 새창을 설정/관리합니다.")?>
+=help("쇼핑몰 초기화면 접속 시 자동으로 뜰 팝업레이어를 설정합니다.")?>
| - | 시간 동안 다시 띄우지 않음 | ++ =help("고객이 다시 보지 않음을 선택할 시 몇 시간동안 팝업레이어를 보여주지 않을지 설정합니다.")?> + 시간 + | |||
|---|---|---|---|---|---|
| + " id="nw_begin_chk" onclick="if (this.checked == true) this.form.nw_begin_time.value=this.form.nw_begin_chk.value; else this.form.nw_begin_time.value = this.form.nw_begin_time.defaultValue;"> - | +|||||
| - + + " id="nw_end_chk" onclick="if (this.checked == true) this.form.nw_end_time.value=this.form.nw_end_chk.value; else this.form.nw_end_time.value = this.form.nw_end_time.defaultValue;"> - | |||||
| + | - - | -- | - + px | ||
| + | - - | -- | - + px | ||
| - | - + | + | + px + | +||
| + | + px + | +||||
| + | + | ||||
| 내용 | -=editor_html('nw_content', $nw['nw_content']);?> | +=editor_html('nw_content', $nw['nw_content']);?> | |||
건수 echo $total_count ?>
+추가된 팝업레이어 echo $total_count ?>건
-| 번호 | +제목 | 시작일시 | 종료일시 | 시간 | Left | Top | -Height | Width | -제목 | +Height | 관리 | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| =$row['nw_id']?> | -=substr($row['nw_begin_time'],2,14)?> | -=substr($row['nw_end_time'],2,14)?> | -=$row['nw_disable_hours']?> | -=$row['nw_left']?> | -=$row['nw_top']?> | -=$row['nw_height']?> | -=$row['nw_width']?> | +=$row['nw_id']?> | =$row['nw_subject']?> | -수정 삭제 | +=substr($row['nw_begin_time'],2,14)?> | +=substr($row['nw_end_time'],2,14)?> | +=$row['nw_disable_hours']?>시간 | +=$row['nw_left']?>px | +=$row['nw_top']?>px | +=$row['nw_width']?>px | +=$row['nw_height']?>px | ++ 수정 + 삭제 + |
| 자료가 한건도 없습니다. | ||||||||||||||||||
| 자료가 한건도 없습니다. | ||||||||||||||||||
| 합 계 | =(int)$tot_itemcount?>건 | -=number_format($tot_orderamount)?> | +=number_format($tot_orderamount)?> | =number_format($tot_ordercancel)?> | =number_format($tot_dc_amount)?> | -=number_format($tot_receiptamount)?> | +=number_format($tot_receiptamount)?> | =number_format($tot_receiptcancel)?> | -=number_format($tot_misu)?> | +=number_format($tot_misu)?> | =$lines[$i]['itemcount']?>건 누적 =$row2['cnt']?>건 |
+ =$lines[$i]['itemcount']?>건 누적 =$row2['cnt']?>건 |
=number_format($lines[$i]['orderamount'])?> | =number_format($lines[$i]['ordercancel'])?> | =number_format($lines[$i]['od_dc_amount'])?> | diff --git a/css/admin.css b/css/admin.css index 27cc0c221..1b0321cb5 100644 --- a/css/admin.css +++ b/css/admin.css @@ -234,7 +234,7 @@ td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9 /* 회원메일발송 목록 */ .td_test, .td_send {width:50px;text-align:center} .td_mng {width:110px;text-align:center} -.td_smallmng {width:50px;text-align:center} +.td_smallmng {width:60px;text-align:center} /* 투표관리 목록 */ .td_etc {width:80px;text-align:center} /* 게시판관리 목록 */ @@ -321,11 +321,13 @@ td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9 #sodr_list {text-align:center} .td_sodr_sum {color:#1275d3} .td_sodr_nonpay {color:#ff6600} -.sodr_tot {color:#bbb} /* 분류관리 목록 */ .cate_list_lbl {display:inline-block;padding-left:15px;background:url('../adm/shop_admin/img/icon_reply.gif') 0 2px no-repeat} +/* 팝업레이어 관리 */ +#spop_list {text-align:center} + /* 새창 기본 스타일 */ .new_win {}|||