쇼핑몰관리자: #24 추가 보기 복사 수정 삭제 링크 아이콘화 완료

This commit is contained in:
whitedot
2013-04-22 14:07:28 +09:00
parent a3ba04f745
commit c340f86716
21 changed files with 44 additions and 44 deletions

View File

@ -63,8 +63,8 @@ $result = sql_query($sql);
<td><?=stripslashes($row['fa_subject'])?></td>
<td class="td_num"><?=$row['fa_order']?></td>
<td class="td_smallmng">
<a href="./faqform.php?w=u&amp;fm_id=<?=$row['fm_id']?>&amp;fa_id=<?=$row['fa_id']?>">수정</a>
<a href="javascript:del('./faqformupdate.php?w=d&amp;fm_id=<?=$row['fm_id']?>&amp;fa_id=<?=$row['fa_id']?>');">삭제</a>
<a href="./faqform.php?w=u&amp;fm_id=<?=$row['fm_id']?>&amp;fa_id=<?=$row['fa_id']?>"><img src="./img/icon_mod.jpg" alt="<?=stripslashes($row['fa_subject'])?> 수정"></a>
<a href="javascript:del('./faqformupdate.php?w=d&amp;fm_id=<?=$row['fm_id']?>&amp;fa_id=<?=$row['fa_id']?>');"><img src="./img/icon_del.jpg" alt="<?=stripslashes($row['fa_subject'])?> 삭제"></a>
</td>
</tr>