쇼핑몰관리자: #24 추가 보기 복사 수정 삭제 링크 아이콘화 완료
This commit is contained in:
@ -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&is_id=<?=$row['is_id']?>&$qstr">수정</a>
|
||||
<a href="javascript:del('./itempsformupdate.php?w=d&is_id={$row['is_id']}&$qstr');">삭제</a>
|
||||
<a href="./itempsform.php?w=u&is_id=<?=$row['is_id']?>&$qstr"><img src="./img/icon_mod.jpg" alt="<?=$row['is_subject']?> 수정"></a>
|
||||
<a href="javascript:del('./itempsformupdate.php?w=d&is_id={$row['is_id']}&$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>
|
||||
|
||||
Reference in New Issue
Block a user