diff --git a/adm/board_list.php b/adm/board_list.php index 7452750de..9abe90d01 100644 --- a/adm/board_list.php +++ b/adm/board_list.php @@ -144,9 +144,8 @@ $colspan = 15; title="선택시 검색사용"> - title="선택시 메뉴보이기"> + title="선택시 메뉴보이기"> - + 게시판추가 diff --git a/adm/boardgroup_list.php b/adm/boardgroup_list.php index 5b2d41b5d..f6d66b5e3 100644 --- a/adm/boardgroup_list.php +++ b/adm/boardgroup_list.php @@ -73,7 +73,7 @@ $colspan = 8; - + @@ -140,15 +140,15 @@ $colspan = 8; - + - value="1" id="gr_use_access" title="선택 시 접근회원 사용"> + value="1" id="gr_use_access_" title="선택 시 접근회원 사용"> - value="1" id="gr_show_menu" title="선택 시 메뉴보이기"> + value="1" id="gr_show_menu_" title="선택 시 메뉴보이기"> diff --git a/adm/config_form.php b/adm/config_form.php index ba043d805..65effaf80 100644 --- a/adm/config_form.php +++ b/adm/config_form.php @@ -102,7 +102,7 @@ $pg_anchor = " - 태그위로 추가될 JavaScript와 css 코드를 설정합니다.')?> + @@ -173,7 +173,7 @@ $pg_anchor = " 라인 - + 라인 @@ -182,7 +182,7 @@ $pg_anchor = " 페이지씩 표시 - 페이지씩 표시 + 페이지씩 표시 @@ -191,6 +191,7 @@ $pg_anchor = " 선택"; echo "\n"; } ?> @@ -202,6 +203,7 @@ $pg_anchor = " 선택"; echo "\n"; } ?> @@ -215,6 +217,7 @@ $pg_anchor = " 선택"; echo "\n"; } ?> @@ -226,6 +229,7 @@ $pg_anchor = " 선택"; echo "\n"; } ?> @@ -239,6 +243,7 @@ $pg_anchor = " 선택"; echo "\n"; } ?> @@ -250,6 +255,7 @@ $pg_anchor = " 선택"; echo "\n"; } ?> @@ -374,6 +380,7 @@ $pg_anchor = " 선택"; echo ''."\n"; } ?> @@ -385,6 +392,7 @@ $pg_anchor = " 선택"; echo ''."\n"; } ?> diff --git a/adm/member_form.php b/adm/member_form.php index beb5536a3..5c38d498f 100644 --- a/adm/member_form.php +++ b/adm/member_form.php @@ -8,8 +8,9 @@ $token = get_token(); if ($w == '') { - $required_mb_id = 'class="required minlength=3 alnum_"'; - $required_mb_password = 'class="required"'; + $required_mb_id = 'required'; + $required_mb_id_class = 'required minlength=3 alnum_'; + $required_mb_password = 'required'; $sound_only = '필수'; $mb['mb_mailling'] = 1; @@ -113,11 +114,11 @@ include_once('./admin.head.php'); - class="frm_input" size="15" maxlength="20" > + class="frm_input " size="15" maxlength="20" > 접근가능그룹보기 - class="frm_input" size="15" maxlength="20"> + class="frm_input " size="15" maxlength="20"> @@ -163,7 +164,7 @@ include_once('./admin.head.php'); $icon_file = G4_DATA_PATH.'/member/'.$mb_dir.'/'.$mb['mb_id'].'.gif'; if (file_exists($icon_file)) { $icon_url = G4_DATA_URL.'/member/'.$mb_dir.'/'.$mb['mb_id'].'.gif'; - echo ''; + echo ''; echo '삭제'; } ?> @@ -190,13 +191,13 @@ include_once('./admin.head.php'); > - > + > - + diff --git a/adm/point_list.php b/adm/point_list.php index d46f07829..4781ee3fb 100644 --- a/adm/point_list.php +++ b/adm/point_list.php @@ -220,7 +220,7 @@ function point_clear() - + '' and pp_date between '{$fr_date}' and '{$to_date}' "; diff --git a/adm/visit.sub.php b/adm/visit.sub.php index 69737b0c4..6a14daffb 100644 --- a/adm/visit.sub.php +++ b/adm/visit.sub.php @@ -25,7 +25,7 @@ $qstr = "fr_date=".$fr_date."&to_date=".$to_date;
기간별 접속자집계 검색 부터 - 까지 + 까지
diff --git a/bbs/point.php b/bbs/point.php index c0a13575c..5007ffac5 100644 --- a/bbs/point.php +++ b/bbs/point.php @@ -52,7 +52,7 @@ for($i=0; $row=sql_fetch_array($result); $i++) { - 소계 + 소계 diff --git a/lib/common.lib.php b/lib/common.lib.php index f45ef28a4..a6b2f308f 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -978,7 +978,7 @@ function get_sideview($mb_id, $name='', $email='', $homepage='') $width = $config['cf_member_icon_width']; $height = $config['cf_member_icon_height']; $icon_file_url = G4_DATA_URL.'/member/'.$mb_dir.'/'.$mb_id.'.gif'; - $tmp_name = ''; + $tmp_name = ''; if ($config['cf_use_member_icon'] == 2) // 회원아이콘+이름 $tmp_name = $tmp_name . " $name";