From ea58a8ab0a039374640abb35ae6049b5ba04ca7d Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 11 Oct 2013 18:22:16 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=B5=ED=86=B5=EA=B4=80=EB=A6=AC=EC=9E=90:?= =?UTF-8?q?=20=EA=B0=80=EB=B3=80=20=EB=B3=80=EA=B2=BD=20=EC=9E=91=EC=97=85?= =?UTF-8?q?=20=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/couponmember.php | 52 ++-- adm/shop_admin/coupontarget.php | 61 ++-- adm/shop_admin/itemform.php | 506 ++++++++++++++++---------------- adm/shop_admin/orderform.php | 1 - css/admin.css | 17 +- 5 files changed, 327 insertions(+), 310 deletions(-) diff --git a/adm/shop_admin/couponmember.php b/adm/shop_admin/couponmember.php index cc2ff0050..7d6fa0c8e 100644 --- a/adm/shop_admin/couponmember.php +++ b/adm/shop_admin/couponmember.php @@ -44,32 +44,34 @@ $qstr1 = 'mb_name='.$_GET['mb_name']; - - - - - - - - - - - - - - - - +
검색결과
회원이름회원아이디선택
-
+ + + + + + + + + + + + + + + '; - ?> - -
검색결과
회원이름회원아이디선택
+
검색된 자료가 없습니다.
+ if($i ==0) + echo '검색된 자료가 없습니다.'; + ?> + + + diff --git a/adm/shop_admin/coupontarget.php b/adm/shop_admin/coupontarget.php index 96e0b03f5..5d5287a5b 100644 --- a/adm/shop_admin/coupontarget.php +++ b/adm/shop_admin/coupontarget.php @@ -56,9 +56,12 @@ $qstr1 = 'sch_target='.$_GET['sch_target'].'&sch_word='.$_GET['sch_word'];

쿠폰 적용 선택

-

- 쿠폰을 적용할 선택하세요. 많을 경우에는 검색 기능을 이용하세요. -

+
+

+ 쿠폰을 적용할 선택하세요.
+ 많을 경우에는 검색 기능을 이용하세요. +

+
@@ -69,32 +72,34 @@ $qstr1 = 'sch_target='.$_GET['sch_target'].'&sch_word='.$_GET['sch_word'];
- - - - - - - - - - - - - - - - +
검색결과
선택
-
+ + + + + + + + + + + + + + + '; - ?> - -
검색결과
선택
+
검색된 자료가 없습니다.
+ if($i ==0) + echo '검색된 자료가 없습니다.'; + ?> + + + diff --git a/adm/shop_admin/itemform.php b/adm/shop_admin/itemform.php index ca45cef4e..5ce951e7c 100644 --- a/adm/shop_admin/itemform.php +++ b/adm/shop_admin/itemform.php @@ -595,7 +595,7 @@ $(function(){ -
+
@@ -734,7 +734,7 @@ $(function(){
-
+
@@ -1073,7 +1073,7 @@ $(function(){ 목록 -
+

관련상품

@@ -1085,245 +1085,249 @@ $(function(){

-
-

등록된 전체상품 목록

- - - + + $nbsp{$row['ca_name']}\n"; - } - ?> - - -
-

상품 검색을 위해 상품의 분류를 선택해주십시오.

-
- +
- $("#reg_relation .del_item").live("click", function() { - if(!confirm("상품을 삭제하시겠습니까?")) - return false; +
+

선택된 관련상품 목록

+ +
+ '; + ?> +
  • + + + +
  • + 선택된 상품이 없습니다.

    "); - }); - }); - -
    + if($g > 0) + echo ''; + else + echo '

    선택된 상품이 없습니다.

    '; + ?> + + +
    -
    -

    선택된 관련상품 목록

    - -
    - '; - ?> -
  • - - - -
  • - 0) - echo ''; - else - echo '

    선택된 상품이 없습니다.

    '; - ?> -
    - -
    +
    -
    +

    관련이벤트

    -
    -

    등록된 전체이벤트 목록

    -
    - '; - ?> -
  • - - - -
  • - +
    +

    등록된 전체이벤트 목록

    +
    + '; + ?> +
  • + + + +
  • + 0) - echo ''; - else - echo '

    등록된 이벤트가 없습니다.

    '; - ?> -
    - +
    + +
    +

    선택된 관련이벤트 목록

    +
    + '; + ?> +
  • + + + +
  • + "+$li.html().replace("add_event", "del_event").replace("추가", "삭제")+""; - var count = $("#reg_event_list li").size(); - - if(count > 0) { - $("#reg_event_list li:last").after(cont); - } else { - $("#reg_event_list").html("
      "+cont+"
    "); - } - }); - - $("#reg_event_list .del_event").live("click", function() { - if(!confirm("상품을 삭제하시겠습니까?")) - return false; - - $(this).closest("li").remove(); - - var count = $("#reg_event_list li").size(); - if(count < 1) - $("#reg_event_list").html("

    선택된 이벤트가 없습니다.

    "); - }); - }); - -
    - -
    -

    선택된 관련이벤트 목록

    -
    - '; - ?> -
  • - - - -
  • - 0) - echo ''; - else - echo '

    선택된 이벤트가 없습니다.

    '; - ?> -
    - - -
    + if($g > 0) + echo ''; + else + echo '

    선택된 이벤트가 없습니다.

    '; + ?> +
    + +
    +
    @@ -1385,45 +1389,47 @@ $(function(){
    -
    +

    여분필드 설정

    - - - - - - - - - - - - - - - - - - - - - -
    여분필드 - - - - - - - - - -
    입력일시 - - -
    +
    + + + + + + + + + + + + + + + + + + + + + +
    여분필드 + + + + + + + + + +
    입력일시 + + +
    +
    diff --git a/adm/shop_admin/orderform.php b/adm/shop_admin/orderform.php index 3119909d4..8221fa447 100644 --- a/adm/shop_admin/orderform.php +++ b/adm/shop_admin/orderform.php @@ -415,7 +415,6 @@ $pg_anchor = '
      배송회사 diff --git a/css/admin.css b/css/admin.css index 2b60c720e..de8e6f7e8 100644 --- a/css/admin.css +++ b/css/admin.css @@ -121,11 +121,16 @@ h2.h2_frm {padding-top:15px} /* 버튼 */ .btn_confirm {margin:0 20px 10px} -.btn_confirm01 {clear:both;margin-bottom:20px;text-align:center} +.btn_confirm01 {clear:both;text-align:center} .btn_confirm01 button {padding:0 15px;height:30px;border:0;background:#617d46;color:#fff;line-height:2.2em;vertical-align:middle;cursor:pointer} .btn_confirm01 a {display:inline-block;padding:0 15px;height:30px;background:#617d46;color:#fff;text-decoration:none;line-height:2.5em;vertical-align:middle} .btn_confirm01 a:focus {background:#555} +.btn_confirm02 {clear:both;margin-top:10px;text-align:center} +.btn_confirm02 button {padding:0 15px;height:30px;border:0;background:#617d46;color:#fff;line-height:2.2em;vertical-align:middle;cursor:pointer} +.btn_confirm02 a {display:inline-block;padding:0 15px;height:30px;background:#617d46;color:#fff;text-decoration:none;line-height:2.5em;vertical-align:middle} +.btn_confirm02 a:focus {background:#555} + .btn_submit {background:#ff3061} .btn_confirm .btn_submit {padding:0 15px;border:0;height:30px;color:#fff} .btn_cancel {display:inline-block;padding:0 15px;height:30px;border:0;background:#617d46;color:#fff;text-decoration:none;line-height:2.5em;vertical-align:middle} @@ -323,8 +328,8 @@ table .tr_bg1 {background:#f9f9f9} .td_datetime {width:130px;text-align:center} .td_delicom {width:100px} .td_etc {width:80px;text-align:center} -.td_extra label {display:inline-block;width:90px} -.td_extra input {margin-right:5px;width:140px} +.td_extra label {display:inline-block;width:100px} +.td_extra input {margin-right:5px;width:130px} .td_grid {width:60px;text-align:center} td.td_grpset {width:160px;border-left:1px solid #e9ecee;text-align:center} .td_id {width:150px} @@ -511,7 +516,7 @@ strong.sodr_nonpay {display:block;padding:5px 0;text-align:right} #sit_option_frm fieldset .frm_input {margin:0 10px 0 5px;background:#fff !important;color:#000} #sit_option_addfrm_btn {position:relative} -#sit_option_addfrm_btn button {position:absolute;top:-38px;right:0} +#sit_option_addfrm_btn button {position:absolute;top:-32px;right:0} #sit_option_addfrm .btn_list {margin:0 0 10px} #sit_option_addfrm fieldset {padding:10px;border:1px solid #e9e9e9;background:#f7f7f7;text-align:center} @@ -543,7 +548,7 @@ strong.sodr_nonpay {display:block;padding:5px 0;text-align:right} .srel section li {position:relative;border-bottom:1px solid #e9e9e9} .srel .srel_list {height:auto !important;height:200px;max-height:200px;border:1px solid #ced9de;background:#f6f6f6;overflow-y:scroll} .srel .srel_sel {border:1px solid #ced9de;background:#fcfff2} -.srel .srel_list p, .srel .srel_sel p {text-align:center} +.srel .srel_list p, .srel .srel_sel p {padding:10px 0;text-align:center} .srel .compare_left ul {margin:0;list-style:none} .srel button {position:absolute;top:12px;right:0} .srel .srel_noneimg li {padding:7px 0} @@ -553,7 +558,7 @@ strong.sodr_nonpay {display:block;padding:5px 0;text-align:right} /* 쿠폰관리 */ .scp_new_win .empty_table {padding:30px 0} -#scp_list_find {margin:10px auto 20px;padding:20px;width:86%;border:1px solid #e9e9e9;background:#fff} +#scp_list_find {margin:10px 20px;padding:20px;border:1px solid #e9e9e9;background:#fff} #scp_list_find .btn_frmline {line-height:1.5em !important} #scp_list_find label {font-weight:bold}