쇼핑몰관리자: #61 쇼핑몰관리 상품재고관리 표준화 및 스타일 완료

This commit is contained in:
whitedot
2013-04-15 14:45:32 +09:00
parent 82bc36e8db
commit b23b684894
2 changed files with 54 additions and 178 deletions

View File

@ -53,7 +53,7 @@ $result = sql_query($sql);
$qstr = $qstr.'&sca='.$sca.'&save_stx='.$stx;
$listall = '';
if ($sfl || $stx) // 검색일 때만 처음 버튼을 보여줌
if ($sfl || $stx) // 검색 결과일 때만 처음 버튼을 보여줌
$listall = '<a href="'.$_SERVER['PHP_SELF'].'">전체목록</a>';
?>