권한관리와 포인트관리의 선택삭제 기능을 접근성에 맞게 수정

This commit is contained in:
chicpro
2013-06-04 14:51:17 +09:00
parent 672473a12c
commit 03eed11c49
4 changed files with 41 additions and 18 deletions

View File

@ -9,7 +9,12 @@ if ($is_admin != 'super')
check_token();
for ($i=0; $i<count($chk); $i++)
$count = count($_POST['chk']);
if (!$count)
alert($_POST['act_button']." 하실 항목을 하나 이상 체크하세요.");
for ($i=0; $i<$count; $i++)
{
// 실제 번호를 넘김
$k = $chk[$i];