diff --git a/adm/auth_list.php b/adm/auth_list.php index 6f2b7553f..ddf3c120e 100644 --- a/adm/auth_list.php +++ b/adm/auth_list.php @@ -46,8 +46,8 @@ $sql = " select * $result = sql_query($sql); $listall = ''; -if ($sfl || $stx || $sod) // 검색 혹은 정렬일 때만 처음 버튼을 보여줌 : 지운아빠 2012-10-31 - $listall = '처음으로'; +if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌 : 지운아빠 2012-10-31 + $listall = '전체목록'; $g4['title'] = "관리권한설정"; include_once('./admin.head.php'); @@ -65,7 +65,7 @@ var list_delete_php = 'auth_list_delete.php';
관리권한 검색
- + 설정된 관리권한
diff --git a/adm/board_list.php b/adm/board_list.php index 74a3d665a..4f16b2903 100644 --- a/adm/board_list.php +++ b/adm/board_list.php @@ -60,7 +60,8 @@ $sql = " select * limit {$from_record}, {$rows} "; $result = sql_query($sql); -$listall = '처음'; +if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌 + $listall = '전체목록'; $g4['title'] = '게시판관리'; include_once('./admin.head.php'); @@ -77,7 +78,7 @@ var list_delete_php = 'board_list_delete.php';
게시판 검색
- + 생성된 게시판수 :
diff --git a/adm/boardgroup_list.php b/adm/boardgroup_list.php index f6dd970d5..b9e74e69f 100644 --- a/adm/boardgroup_list.php +++ b/adm/boardgroup_list.php @@ -50,7 +50,8 @@ $sql = " select * limit {$from_record}, {$rows} "; $result = sql_query($sql); -$listall = '처음'; +if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌 + $listall = '처음'; $g4['title'] = '게시판그룹설정'; include_once('./admin.head.php'); @@ -66,7 +67,7 @@ var list_update_php = "./boardgroup_list_update.php";
그룹 검색
- + 생성된 그룹수 :
@@ -92,7 +93,7 @@ var list_update_php = "./boardgroup_list_update.php";
-

게시판그룹 목록

+게시판그룹 목록

접근사용 옵션을 설정하시면 관리자가 지정한 회원만 해당 그룹에 접근할 수 있습니다.
접근사용 옵션은 해당 그룹에 속한 모든 게시판에 적용됩니다. diff --git a/adm/member_list.php b/adm/member_list.php index 666564687..5a8184e68 100644 --- a/adm/member_list.php +++ b/adm/member_list.php @@ -69,7 +69,9 @@ $sql = " select count(*) as cnt $row = sql_fetch($sql); $intercept_count = $row[cnt]; -$listall = '처음'; +$listall = ""; +if ($sfl || $stx) // 검색일 때만 처음 버튼을 보여줌 + $listall = '전체목록'; $g4['title'] = '회원관리'; include_once('./admin.head.php'); diff --git a/adm/point_list.php b/adm/point_list.php index 1be586412..33e010c18 100644 --- a/adm/point_list.php +++ b/adm/point_list.php @@ -47,7 +47,8 @@ $sql = " select * limit {$from_record}, {$rows} "; $result = sql_query($sql); -$listall = '처음'; +if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌 + $listall = '전체목록'; if ($sfl == 'mb_id' && $stx) $mb = get_member($stx); @@ -78,7 +79,7 @@ function point_clear()

포인트 내역 검색
- + 건수 : ">
- 특정 회원의 포인트 증감 설정 + 개별회원 포인트 증감 설정 diff --git a/adm/poll_list.php b/adm/poll_list.php index e60803118..dcb39f21e 100644 --- a/adm/poll_list.php +++ b/adm/poll_list.php @@ -44,7 +44,8 @@ $sql = " select * limit {$from_record}, {$rows} "; $result = sql_query($sql); -$listall = '처음'; +if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌 + $listall = '전체목록'; $g4['title'] = '투표관리'; include_once('./admin.head.php'); diff --git a/css/adm.css b/css/adm.css index b861ee3ba..04d4f800e 100644 --- a/css/adm.css +++ b/css/adm.css @@ -35,9 +35,10 @@ header {background:#2c2f34} #gnb {position:absolute;top:110px;left:20px;width:180px} /* #gnb ul ul {display:block;visibility:hidden;height:0} */ .gnb_1depth {margin-bottom:5px;border:1px solid #c7cfd5;background:#eef2f3} -.gnb_1depth a {display:block;padding-left:15px;height:38px;font-weight:bold;text-decoration:none;line-height:2.5em} +.gnb_1depth a {display:block;padding-left:15px;height:38px;color:#899093;font-weight:bold;text-decoration:none;line-height:2.5em} .gnb_2depth {border-bottom:1px solid #eef1f2;background:#fff} -.gnb_2depth a {display:block;padding-left:15px;height:30px;font:0.75em normal;text-decoration:none;line-height:2.8em} +.gnb_2depth a {display:block;padding-left:15px;height:30px;color:#000;font:0.75em normal;text-decoration:none;line-height:2.8em} +.gnb_2depth a:focus, .gnb_2depth a:hover {background:#f6f9fa} /* heading */ h1 {display:block;visibility:hidden;height:0} @@ -56,8 +57,9 @@ button {padding:3px;border:1px solid #ced9de;background:#f6f9fa;cursor:pointer} table {margin-bottom:20px;width:100%;border:1px solid #d5dcdf;background:#fff} caption {text-align:left} caption p {color:#6b8088;font-size:0.75em} -th, td {border-bottom:1px solid #e9ecee;font:0.75em normal} +th, td {border-bottom:1px solid #e9ecee;font-size:0.75em} th label {display:block} +th a {color:#000} th {padding:10px;background:#f1f6f7} -.frm_tbl th {width:130px;text-align:left} +.frm_tbl th {width:130px;text-align:left;font-weight:normal} td {padding:10px}