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) {