From edb521c06f03cb09466adf2fea1a2b8c98328294 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 5 Feb 2013 10:01:50 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=EC=83=81=ED=92=88=EC=9A=94=EC=95=BD?= =?UTF-8?q?=EC=A0=95=EB=B3=B4=EB=A5=BC=20=EC=83=81=ED=92=88=EB=93=B1?= =?UTF-8?q?=EB=A1=9D=EC=8B=9C=EC=97=90=EB=8F=84=20=EC=84=A4=EC=A0=95?= =?UTF-8?q?=ED=95=A0=20=EC=88=98=20=EC=9E=88=EB=8F=84=EB=A1=9D=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/item_info_check.php | 17 +++++++++++++ adm/shop_admin/itemform.php | 34 +++++++++++++++---------- adm/shop_admin/itemformupdate.php | 14 ++++++++++ adm/shop_admin/iteminfoupdate.php | 3 +++ adm/shop_admin/optionformupdate.php | 6 ++--- adm/shop_admin/supplementformupdate.php | 6 ++--- 6 files changed, 60 insertions(+), 20 deletions(-) create mode 100644 adm/shop_admin/item_info_check.php diff --git a/adm/shop_admin/item_info_check.php b/adm/shop_admin/item_info_check.php new file mode 100644 index 000000000..94f2b9958 --- /dev/null +++ b/adm/shop_admin/item_info_check.php @@ -0,0 +1,17 @@ + - 요약상품정보 - + - 상품설명 @@ -782,8 +782,8 @@ if ($ii) { '; diff --git a/adm/shop_admin/supplementformupdate.php b/adm/shop_admin/supplementformupdate.php index f6a71d267..53a93a5bb 100644 --- a/adm/shop_admin/supplementformupdate.php +++ b/adm/shop_admin/supplementformupdate.php @@ -32,10 +32,10 @@ for($i = 0; $i < $count; $i++) { } sql_query($sql); +} - if($w == '') { - set_session('ss_sp_item_code', $it_id); - } +if($w == '') { + set_session('ss_sp_item_code', $it_id); } echo ''; From 36760ab8b01757a984f9d3a6ab062b5dba6acda0 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 5 Feb 2013 10:17:28 +0900 Subject: [PATCH 2/3] =?UTF-8?q?=EC=83=81=ED=92=88=EC=9D=B4=EB=AF=B8?= =?UTF-8?q?=EC=A7=80=20=EC=97=85=EB=A1=9C=EB=93=9C=20=EB=90=98=EC=A7=80=20?= =?UTF-8?q?=EC=95=8A=EB=8D=98=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/itemform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adm/shop_admin/itemform.php b/adm/shop_admin/itemform.php index 5cd5f1e1f..f3b52720c 100644 --- a/adm/shop_admin/itemform.php +++ b/adm/shop_admin/itemform.php @@ -408,7 +408,7 @@ if ($it['it_id']) { 이미지(대) - size=40> + Date: Tue, 5 Feb 2013 11:32:40 +0900 Subject: [PATCH 3/3] =?UTF-8?q?=EA=B2=8C=EC=8B=9C=ED=8C=90=20=EB=B6=84?= =?UTF-8?q?=EB=A5=98=20=EC=98=A4=EB=A5=98=20=ED=95=B4=EA=B2=B0=20=EB=B0=8F?= =?UTF-8?q?=20=EB=B6=84=EB=A5=98=20=EC=84=A0=ED=83=9D=EC=8B=9C=20li=20?= =?UTF-8?q?=EC=84=A0=ED=83=9D=EB=90=98=EB=8F=84=EB=A1=9D=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/list.php | 15 ++++++++++++--- skin/board/neo/list.skin.php | 20 +++++++------------- 2 files changed, 19 insertions(+), 16 deletions(-) diff --git a/bbs/list.php b/bbs/list.php index a2d164537..c27531ea4 100644 --- a/bbs/list.php +++ b/bbs/list.php @@ -6,12 +6,21 @@ $is_category = false; $category_option = ''; if ($board['bo_use_category']) { $is_category = true; - $category_location = './board.php?bo_table='.$bo_table.'&sca='; + $category_href = G4_BBS_URL.'/board.php?bo_table='.$bo_table; + + $category_option .= '
  • '; + $category = trim($categories[$i]); + if ($category=='') continue; + $category_option .= '
  • '; } } diff --git a/skin/board/neo/list.skin.php b/skin/board/neo/list.skin.php index f9c07e6b2..9bee47446 100644 --- a/skin/board/neo/list.skin.php +++ b/skin/board/neo/list.skin.php @@ -16,7 +16,6 @@ if ($is_nogood) $colspan++; @@ -32,13 +31,13 @@ if ($is_nogood) $colspan++; @@ -165,11 +164,6 @@ if ($is_nogood) $colspan++; 페이지

    - -