|
|
@@ -66,7 +66,7 @@ if ($dopost == "delmember") { |
|
|
|
$win->AddHidden("randcode", $randcode); |
|
|
|
$win->AddHidden("safecode", $safecode); |
|
|
|
$win->AddTitle("您确定要删除id".$id."会员吗"); |
|
|
|
$win->AddMsgItem("<tr><td>验证安全码:<input name='safecode' type='text' id='safecode' class='admin-input-lg'>(安全码:$safecode)</td></tr>"); |
|
|
|
$win->AddMsgItem("<tr><td>验证安全码:<input name='safecode' type='text' id='safecode' class='admin-input-lg'>(安全码:".$safecode.")</td></tr>"); |
|
|
|
$winform = $win->GetWindow("ok"); |
|
|
|
$win->Display(); |
|
|
|
} else if ($dopost == "delmembers") { |
|
|
@@ -112,7 +112,7 @@ if ($dopost == "delmember") { |
|
|
|
$win->AddHidden("randcode", $randcode); |
|
|
|
$win->AddHidden("safecode", $safecode); |
|
|
|
$win->AddTitle("您确定要删除id".$id."会员吗"); |
|
|
|
$win->AddMsgItem("<tr><td>验证安全码:<input name='safecode' type='text' id='safecode' class='admin-input-lg'> (安全码:$safecode)</td></tr>"); |
|
|
|
$win->AddMsgItem("<tr><td>验证安全码:<input name='safecode' type='text' id='safecode' class='admin-input-lg'> (安全码:".$safecode.")</td></tr>"); |
|
|
|
$winform = $win->GetWindow("ok"); |
|
|
|
$win->Display(); |
|
|
|
} |
|
|
|