mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@769 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8860f8ed91
commit
989a7eda1a
3 changed files with 18 additions and 5 deletions
|
|
@ -12,6 +12,7 @@
|
|||
$lang->cmd_manage_id = '금지아이디관리';
|
||||
$lang->cmd_manage_form = '가입폼관리';
|
||||
$lang->cmd_view_own_document = '작성글 보기';
|
||||
$lang->cmd_send_email = '메일 보내기';
|
||||
|
||||
$lang->member_default_info = '기본 정보';
|
||||
$lang->member_extend_info = '추가 정보';
|
||||
|
|
|
|||
|
|
@ -485,12 +485,15 @@
|
|||
// 게시판이나 블로그등일 경우는 특별 옵션 지정
|
||||
if($mid) {
|
||||
// 회원 정보 보기
|
||||
$info_list[] = sprintf('%s, %s', Context::getLang('cmd_view_member_info'), sprintf('./?mid=%s&act=dispSignUpForm&member_srl=%s', $mid, $member_srl));
|
||||
$info_list[] = sprintf('%s, self, %s', Context::getLang('cmd_view_member_info'), sprintf('./?mid=%s&act=dispSignUpForm&member_srl=%s', $mid, $member_srl));
|
||||
|
||||
// 아이디로 검색
|
||||
$info_list[] = sprintf('%s, %s', Context::getLang('cmd_view_own_document'), sprintf('./?mid=%s&search_target=user_id&search_keyword=%s', $mid, $user_id));
|
||||
$info_list[] = sprintf('%s, self, %s', Context::getLang('cmd_view_own_document'), sprintf('./?mid=%s&search_target=user_id&search_keyword=%s', $mid, $user_id));
|
||||
}
|
||||
|
||||
// 메일 보내기
|
||||
$info_list[] = sprintf('%s, blank, %s', Context::getLang('cmd_send_email'), sprintf('./?module=send_mail&member_srl=%s', $user_id));
|
||||
|
||||
// 정보를 저장
|
||||
$this->add("info_list", implode("\n",$info_list));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue