git-svn-id: http://xe-core.googlecode.com/svn/trunk@1781 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-27 00:23:08 +00:00
parent 9340feb9b8
commit 38b89a7ebc
3 changed files with 5 additions and 0 deletions

View file

@ -161,5 +161,7 @@
$lang->about_member_default = '회원가입시 기본 그룹으로 설정됩니다';
$lang->about_openid = '오픈아이디로 가입시 아이디와 메일등의 기본 정보는 이 사이트에 저장이 되지만 비밀번호와 인증을 위한 처리는 해당 오픈아이디 제공서비스에서 이루어집니다.';
$lang->about_member = "회원을 생성/수정/삭제 할 수 있고 그룹관리나 가입폼 관리등을 할 수 있는 회원 관리 모듈입니다.\n기본으로 생성된 그룹외의 그룹을 생성하여 회원 관리가 가능하고 가입폼관리를 통한 기본 정보외의 추가 정보를 요구받을 수도 있습니다.";
?>

View file

@ -25,6 +25,7 @@ div#memberModule .smallBox .help li { display:inline; padding:0 .3em 0 .6em; bac
div#memberModule .smallBox .help li:first-child { background:none;}
div#memberModule .smallBox .help li.first-child { _background:none;}
div#memberModule .smallBox .help li a { font-size:11px; color:#54564b;}
div#memberModule .smallBox .about_openid { font-size:11px; color:#54564b; margin:1em; }
div#memberModule .smallBox .text { color:#54564b; text-align:center; padding:4em 2em 5em 2em;}
div#memberModule .smallBox .text p { margin-bottom:.5em;}
div#memberModule .smallBox .button { position:relative; background:#f5f5f3; border-top:1px solid #eaebe7; overflow:hidden; padding:.5em; height:2em;}

View file

@ -49,6 +49,8 @@
</fieldset>
</form>
<div class="about_openid">{$lang->about_openid}</div>
</div>
<!--@end-->