쇼핑몰관리자: #24 아이콘 디자인 보완

This commit is contained in:
whitedot
2013-04-22 15:43:47 +09:00
parent 548487b933
commit cfb4c082bd

View File

@ -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&amp;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&amp;dl_id=<?=$row['dl_id']?>');"><img src="./img/icon_del.jpg" alt="<?=stripslashes($row['dl_company'])?> 삭제"></a>
</td>