리스트 삭제 스크립트를 a 로 대체
This commit is contained in:
@ -53,7 +53,7 @@ $result = sql_query($sql);
|
||||
<td><?=$row['nw_height']?>px</td>
|
||||
<td class="td_smallmng">
|
||||
<a href="./newwinform.php?w=u&nw_id=<?=$row['nw_id']?>"><img src="./img/icon_mod.jpg" alt="<?=$row['nw_subject']?> 수정"></a>
|
||||
<a href="./newwinformupdate.php?w=d&nw_id=<?=$row['nw_id']?>"><img src="./img/icon_del.jpg" alt="<?=$row['nw_subject']?> 삭제"></a>
|
||||
<a href="./newwinformupdate.php?w=d&nw_id=<?=$row['nw_id']?>" onclick="return delete_confirm();"><img src="./img/icon_del.jpg" alt="<?=$row['nw_subject']?> 삭제"></a>
|
||||
</td>
|
||||
</tr>
|
||||
<?
|
||||
|
||||
Reference in New Issue
Block a user