From 4731127e97f1d4a0271982a086ea7293c7aaa22c Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 18 Jan 2013 10:08:24 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20merge=20&=20?= =?UTF-8?q?=EC=84=A4=EB=AC=B8=EC=A1=B0=EC=82=AC=EA=B2=B0=EA=B3=BC=20?= =?UTF-8?q?=EC=8A=A4=ED=82=A8=20=EB=B3=B4=EC=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/board_form_update.php | 4 +--- css/default.css | 6 +++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/adm/board_form_update.php b/adm/board_form_update.php index dfa7cbeca..51a3445bf 100644 --- a/adm/board_form_update.php +++ b/adm/board_form_update.php @@ -83,6 +83,7 @@ $sql_common = " gr_id = '{$_POST['gr_id']}', bo_use_ip_view = '{$_POST['bo_use_ip_view']}', bo_use_list_view = '{$_POST['bo_use_list_view']}', bo_use_list_content = '{$_POST['bo_use_list_content']}', + bo_use_email = '{$_POST['bo_use_email']}', bo_table_width = '{$_POST['bo_table_width']}', bo_subject_len = '{$_POST['bo_subject_len']}', bo_page_rows = '{$_POST['bo_page_rows']}', @@ -127,9 +128,6 @@ $sql_common = " gr_id = '{$_POST['gr_id']}', bo_9 = '{$_POST['bo_9']}', bo_10 = '{$_POST['bo_10']}' "; -if (isset($_POST['bo_use_email'])) - $sql_common .= ", bo_use_email = '{$_POST['bo_use_email']}'"; - if ($w == '') { $row = sql_fetch(" select count(*) as cnt from {$g4['board_table']} where bo_table = '{$bo_table}' "); diff --git a/css/default.css b/css/default.css index 8ff9cb561..326bf9cd0 100644 --- a/css/default.css +++ b/css/default.css @@ -143,7 +143,7 @@ a {color:#000;text-decoration:none} /* 설문조사 결과 (새창) */ #poll_result section {padding:15px;width:90%} #poll_result h2 {margin:0;padding:20px 0} -#poll_result_list {margin:0 auto;border:1px solid #ddd;border-bottom:0} +#poll_result_list {margin:0 auto;border:1px solid #ddd} #poll_result_list h2 {text-align:center} #poll_result_list dl, #poll_result_list dt, @@ -157,7 +157,7 @@ a {color:#000;text-decoration:none} #poll_result_list p span {position:absolute;top:5px;right:5%;width:80px;text-align:right} .poll_result_graph {position:relative;margin-right:5%;height:5px;background:#ddd} .poll_result_graph span {position:absolute;top:0;left:0;height:100%;background:#ff4679} -#poll_result_cmt {margin:0 auto 20px;border:1px solid #ddd;background:#f7f7f7} +#poll_result_cmt {margin:0 auto 20px;border:1px solid #ddd;border-top:0;background:#f7f7f7} #poll_result_cmt h2 {text-align:center} #poll_result_cmt article {margin:0 18px 15px;border-bottom:1px solid #e7e7e7} #poll_result_cmt h1 {display:inline-block;margin:0 10px 0 0;padding:0} @@ -376,7 +376,7 @@ a {color:#000;text-decoration:none} #bo_vc article {margin:0 10px;padding:0 0 20px;border-bottom:1px solid #ddd} #bo_vc header {position:relative;zoom:1} #bo_vc header:after {display:block;visibility:hidden;clear:both;content:""} -#bo_vc header img {position:absolute;top:0;left:-30px} +#bo_vc header img {position:absolute;top:0;left:-20px} #bo_vc h1 {float:left;margin:15px 0 10px} .bo_vc_info {float:left;margin:15px 0 10px 15px;zoom:1} .bo_vc_info:after {display:block;visibility:hidden;clear:both;content:""}