From 276a4b92317ff3b732aa64945f9b5740526ff047 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 15 Mar 2013 17:57:34 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90=20=EA=B2=BD?= =?UTF-8?q?=EB=A1=9C=20=EC=88=98=EC=A0=95=20=EC=9E=91=EC=97=85=20=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/itemstocklistupdate.php | 14 +++---- adm/shop_admin/itemtypelist.php | 56 ++++++++++++------------- adm/shop_admin/itemtypelistupdate.php | 20 ++++----- adm/shop_admin/newwinform.php | 58 +++++++++++++------------- adm/shop_admin/newwinformupdate.php | 32 +++++++------- adm/shop_admin/newwinlist.php | 40 +++++++++--------- 6 files changed, 110 insertions(+), 110 deletions(-) diff --git a/adm/shop_admin/itemstocklistupdate.php b/adm/shop_admin/itemstocklistupdate.php index cf4dfbf38..79c5400ef 100644 --- a/adm/shop_admin/itemstocklistupdate.php +++ b/adm/shop_admin/itemstocklistupdate.php @@ -1,18 +1,18 @@ "> - 처음 + '>처음 @@ -106,7 +106,7 @@ $qstr = "$qstr&sca=$sca&page=$page&save_stx=$stx"; document.flist.slf.value = '$sfl';"; ?> - + 건수 :   @@ -143,25 +143,25 @@ $qstr = "$qstr&sca=$sca&page=$page&save_stx=$stx"; 수정 - + - $row[it_id] - ".get_it_image("{$row[it_id]}_s", 50, 50)." - ".cut_str(stripslashes($row[it_name]), 60, "…")." - - - - - + {$row['it_id']} + ".get_it_image($row['it_id'].'_s', 50, 50)." + ".cut_str(stripslashes($row['it_name']), 60, "…")." + + + + + $s_mod "; } @@ -175,7 +175,7 @@ if (!$i) - +

@@ -183,5 +183,5 @@ if (!$i) * 상품의 유형을 일괄 처리합니다. diff --git a/adm/shop_admin/itemtypelistupdate.php b/adm/shop_admin/itemtypelistupdate.php index 6ae9fdfbe..a7e70fc73 100644 --- a/adm/shop_admin/itemtypelistupdate.php +++ b/adm/shop_admin/itemtypelistupdate.php @@ -1,20 +1,20 @@ @@ -44,33 +44,33 @@ include_once ("$g4[admin_path]/admin.head.php"); 시간 - 시간 동안 다시 띄우지 않음 + ' required itemname="시간"> 시간 동안 다시 띄우지 않음 시작일시 - - " 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;">오늘 + ' required itemname="시작일시"> + " 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;">오늘 종료일시 - - " 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;">오늘+7일 + ' required itemname="종료일시"> + " 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;">오늘+7일 창위치 왼쪽 - + ' required itemname="창위치 왼쪽"> 창위치 위 - + ' required itemname="창위치 위"> 창크기 폭 - + ' required itemname="창크기폭"> 창크기 높이 - + ' required itemname="창크기높이"> 창제목 - + ' required itemname="제목"> @@ -86,11 +86,11 @@ include_once ("$g4[admin_path]/admin.head.php"); diff --git a/adm/shop_admin/newwinformupdate.php b/adm/shop_admin/newwinformupdate.php index cda7e084e..5a1a89483 100644 --- a/adm/shop_admin/newwinformupdate.php +++ b/adm/shop_admin/newwinformupdate.php @@ -1,8 +1,8 @@ Height Width 제목 - + - $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_subject] + ".$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_subject']." $s_mod $s_del "; } @@ -84,5 +84,5 @@ if ($i == 0) {