From 03eed11c492e6401b95de47ed74d6cd9ff0211a6 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 4 Jun 2013 14:51:17 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B6=8C=ED=95=9C=EA=B4=80=EB=A6=AC=EC=99=80?= =?UTF-8?q?=20=20=ED=8F=AC=EC=9D=B8=ED=8A=B8=EA=B4=80=EB=A6=AC=EC=9D=98=20?= =?UTF-8?q?=EC=84=A0=ED=83=9D=EC=82=AD=EC=A0=9C=20=EA=B8=B0=EB=8A=A5?= =?UTF-8?q?=EC=9D=84=20=EC=A0=91=EA=B7=BC=EC=84=B1=EC=97=90=20=EB=A7=9E?= =?UTF-8?q?=EA=B2=8C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/auth_list.php | 23 ++++++++++++++--------- adm/auth_list_delete.php | 7 ++++++- adm/point_list.php | 27 ++++++++++++++++++++------- adm/point_list_delete.php | 2 +- 4 files changed, 41 insertions(+), 18 deletions(-) diff --git a/adm/auth_list.php b/adm/auth_list.php index 80d9fcb3e..fad76a840 100644 --- a/adm/auth_list.php +++ b/adm/auth_list.php @@ -73,7 +73,7 @@ $colspan = 5;

설정된 관리권한 내역

권한 r은 읽기권한, w는 쓰기권한, d는 삭제권한입니다.

-
+ @@ -129,7 +129,7 @@ $colspan = 5;
- +
- - + diff --git a/adm/point_list_delete.php b/adm/point_list_delete.php index 9a42102dd..e09bafd48 100644 --- a/adm/point_list_delete.php +++ b/adm/point_list_delete.php @@ -10,7 +10,7 @@ check_token(); $count = count($_POST['chk']); if(!$count) - alert("선택삭제 하실 항목을 하나이상 선택해 주세요."); + alert($_POST['act_button']." 하실 항목을 하나 이상 체크하세요."); for ($i=0; $i<$count; $i++) {