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@883 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4d6ad6b04d
commit
ed7d306c34
3 changed files with 6 additions and 1 deletions
|
|
@ -526,6 +526,10 @@
|
|||
$output = executeQuery('member.deleteMemberGroupMember', $args);
|
||||
if(!$output->toBool()) return $output;
|
||||
|
||||
// 이름이미지, 이미지마크 삭제
|
||||
$this->procMemberDeleteImageName();
|
||||
$this->procMemberDeleteImageMark();
|
||||
|
||||
// member 테이블에서 삭제
|
||||
return executeQuery('member.deleteMember', $args);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -108,6 +108,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<!--@if($val->is_admin!='Y')--><input type="button" value="{$lang->cmd_delete}" onclick="location.href='{getUrl('act','dispMemberAdminDeleteForm','member_srl', $member_info->member_srl)}';return false; "/><!--@end-->
|
||||
<input type="button" value="{$lang->cmd_back}" onclick="location.href='{getUrl('act','dispMemberAdminList')}';return false;" />
|
||||
<input type="button" value="{$lang->cmd_modify}" onclick="location.href='{getUrl('act','dispMemberAdminInsert')}';return false;" />
|
||||
</td>
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
<div>
|
||||
<form action="./" method="get">
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="act" value="{$act}}" />
|
||||
<input type="hidden" name="act" value="{$act}" />
|
||||
|
||||
<div>
|
||||
<select name="is_admin">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue