diff --git a/modules/admin/tpl/css/admin.css b/modules/admin/tpl/css/admin.css index 7c1d39af9..2f7c187fe 100644 --- a/modules/admin/tpl/css/admin.css +++ b/modules/admin/tpl/css/admin.css @@ -176,3 +176,8 @@ h4 .view { color:#158692; padding-right:.6em; font:bold .9em Tahoma; background: .widget_item { float: left; white-space:nowrap; background-color:#FEFEFE; line-height:150%; margin-right:1em; } .layout_editor_box { padding:10px; border:1px solid #DDDDDD; } .layout_editor { width:100%; height:500px; border:0px;} + +/* adminSearch */ +.adminSearch { text-align:center; clear:both; width:100%;} +.adminSearch fieldset { border:none; display:inline; overflow:visible; position:relative;} +.adminSearch * { vertical-align:middle;} diff --git a/modules/member/lang/ko.lang.php b/modules/member/lang/ko.lang.php index af879e68c..5c371c28f 100644 --- a/modules/member/lang/ko.lang.php +++ b/modules/member/lang/ko.lang.php @@ -159,4 +159,6 @@ $lang->about_accept_agreement = '약관을 모두 읽었으며 동의합니다'; $lang->about_member = "회원을 생성/수정/삭제 할 수 있고 그룹관리나 가입폼 관리등을 할 수 있는 회원 관리 모듈입니다.\n기본으로 생성된 그룹외의 그룹을 생성하여 회원 관리가 가능하고 가입폼관리를 통한 기본 정보외의 추가 정보를 요구받을 수도 있습니다."; + + $lang->admin_module_title = "회원"; ?> diff --git a/modules/member/tpl/delete_form.html b/modules/member/tpl/delete_form.html index f3a2ff6d8..01020018a 100644 --- a/modules/member/tpl/delete_form.html +++ b/modules/member/tpl/delete_form.html @@ -1,32 +1,34 @@ + -