From aed9ef05c1d8abc6fce37df2c958076b6a41ab06 Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 30 Sep 2013 17:59:04 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=B5=ED=86=B5:=20label=20input=20=EC=88=9C?= =?UTF-8?q?=EC=84=9C=20=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/boardgroup_form.php | 6 ++++-- plugin/gcaptcha/gcaptcha.lib.php | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/adm/boardgroup_form.php b/adm/boardgroup_form.php index 6b03a9467..bc04e4506 100644 --- a/adm/boardgroup_form.php +++ b/adm/boardgroup_form.php @@ -7,9 +7,11 @@ auth_check($auth[$sub_menu], 'w'); if ($is_admin != 'super' && $w == '') alert('최고관리자만 접근 가능합니다.'); $html_title = '게시판그룹'; +$gr_id_attr = ''; +$sound_only = ''; if ($w == '') { $gr_id_attr = 'required'; - $sound_only = '필수'; + $sound_only = ' 필수'; $gr['gr_use_access'] = 0; $html_title .= ' 생성'; } else if ($w == 'u') { @@ -53,7 +55,7 @@ include_once('./admin.head.php'); - + class=" alnum_ frm_input" maxlength="10"> '; $html .= '자동등록방지'; if (G5_IS_MOBILE) $html .= ''; - $html .= '자동등록방지 숫자'; + $html .= ''; if (!G5_IS_MOBILE) $html .= '숫자를 음성으로 듣기'; - $html .= ''; + $html .= ''; $html .= '

자동등록방지 숫자를 순서대로 입력하세요.

'; $html .= ''; return $html;