리스트 삭제 스크립트를 a 로 대체

This commit is contained in:
chicpro
2013-04-23 16:37:07 +09:00
parent 4100367c66
commit e65cbf9eab
11 changed files with 9 additions and 29 deletions

View File

@ -244,16 +244,6 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌
<?=get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr&amp;page=");?>
<script>
function delete_confirm()
{
if(confirm('주문내역을 삭제하시겠습니까?'))
return true;
else
return false;
}
</script>
<?
include_once (G4_ADMIN_PATH.'/admin.tail.php');
?>