리스트 삭제 스크립트를 a 로 대체
This commit is contained in:
@ -48,7 +48,7 @@ $result = sql_query($sql);
|
||||
<td class="td_mng">
|
||||
<a href="<?=G4_SHOP_URL?>/content.php?co_id=<?=$row['co_id']?>"><img src="./img/icon_view.jpg" alt="<?=htmlspecialchars2($row['co_subject'])?> 보기"></a>
|
||||
<a href="./contentform.php?w=u&co_id=<?=$row['co_id']?>"><img src="./img/icon_mod.jpg" alt="<?=htmlspecialchars2($row['co_subject'])?> 수정"></a>
|
||||
<a href="javascript:del('./contentformupdate.php?w=d&co_id=<?=$row['co_id']?>')"><img src="./img/icon_del.jpg" alt="<?=htmlspecialchars2($row['co_subject'])?> 삭제"></a>
|
||||
<a href="./contentformupdate.php?w=d&co_id=<?=$row['co_id']?>" onclick="return delete_confirm();"><img src="./img/icon_del.jpg" alt="<?=htmlspecialchars2($row['co_subject'])?> 삭제"></a>
|
||||
</td>
|
||||
</tr>
|
||||
<?
|
||||
|
||||
Reference in New Issue
Block a user