#87 에 따른 검색 초기화 용어 정리

This commit is contained in:
whitedot
2012-12-11 13:36:11 +09:00
parent 9e26428d65
commit 6ed28f10ac
7 changed files with 25 additions and 17 deletions

View File

@ -69,7 +69,9 @@ $sql = " select count(*) as cnt
$row = sql_fetch($sql);
$intercept_count = $row[cnt];
$listall = '<a href="'.$_SERVER['PHP_SELF'].'" class=tt>처음</a>';
$listall = "";
if ($sfl || $stx) // 검색일 때만 처음 버튼을 보여줌
$listall = '<a href="'.$_SERVER['PHP_SELF'].'">전체목록</a>';
$g4['title'] = '회원관리';
include_once('./admin.head.php');