쇼핑몰관리자: #59 쇼핑몰현황 보관함내역 표준화 보완
This commit is contained in:
@ -121,12 +121,12 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($i == 0) {
|
if ($i == 0) {
|
||||||
echo '<tr><td colspan="20" class="empty_table"><span>자료가 한건도 없습니다.</span></td></tr>';
|
echo '<tr><td colspan="3" class="empty_table">자료가 없습니다.</td></tr>';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<?=get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr&page=");?>
|
<?=get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr&page=");?>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<?
|
<?
|
||||||
|
|||||||
Reference in New Issue
Block a user