쇼핑몰관리자: #24 아이콘 디자인 보완
This commit is contained in:
@ -45,7 +45,7 @@ $result = sql_query($sql);
|
||||
<td class="td_bignum"><?=$row['dl_tel']?></td>
|
||||
<td class="td_num"><?=$row['dl_order']?></td>
|
||||
<td class="td_mng">
|
||||
<a href="<?=$row['dl_url']?>" target="_blank">홈페이지</a>
|
||||
<a href="<?=$row['dl_url']?>" target="_blank"><img src="./img/icon_view.jpg" alt="<?=stripslashes($row['dl_company'])?> 홈페이지"></a>
|
||||
<a href="./deliverycodeform.php?w=u&dl_id=<?=$row['dl_id']?>"><img src="./img/icon_mod.jpg" alt="<?=stripslashes($row['dl_company'])?> 수정"></a>
|
||||
<a href="javascript:del('./deliverycodeformupdate.php?w=d&dl_id=<?=$row['dl_id']?>');"><img src="./img/icon_del.jpg" alt="<?=stripslashes($row['dl_company'])?> 삭제"></a>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user