쇼핑몰관리자: #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

@ -135,8 +135,8 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌
<td class="td_num"><?=$row['is_score']?></td>
<td class="sit_ps_confirm"><?=$confirm?></td>
<td class="td_smallmng">
<a href="./itempsform.php?w=u&amp;is_id=<?=$row['is_id']?>&amp;$qstr">수정</a>
<a href="javascript:del('./itempsformupdate.php?w=d&amp;is_id={$row['is_id']}&amp;$qstr');">삭제</a>
<a href="./itempsform.php?w=u&amp;is_id=<?=$row['is_id']?>&amp;$qstr"><img src="./img/icon_mod.jpg" alt="<?=$row['is_subject']?> 수정"></a>
<a href="javascript:del('./itempsformupdate.php?w=d&amp;is_id={$row['is_id']}&amp;$qstr');"><img src="./img/icon_del.jpg" alt="<?=$row['is_subject']?> 삭제"></a>
</td>
</tr>
@ -144,7 +144,7 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌
}
if ($i == 0) {
echo '<tr><td colspan="6" class="empty_table"><span>자료가 한건도 없습니다.</span></td></tr>';
echo '<tr><td colspan="6" class="empty_table">자료가 없습니다.</td></tr>';
}
?>
</tbody>