쇼핑몰관리자: #219 아이콘 변경 추가작업
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 865 B |
Binary file not shown.
|
Before Width: | Height: | Size: 840 B |
Binary file not shown.
|
Before Width: | Height: | Size: 959 B |
Binary file not shown.
|
Before Width: | Height: | Size: 895 B |
Binary file not shown.
|
Before Width: | Height: | Size: 867 B |
@ -278,8 +278,9 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
?>
|
||||
|
||||
<div class="sodr_mng">
|
||||
<a href="./orderform.php?od_id=<?php echo $row['od_id']; ?>&<?php echo $qstr; ?>"><img src="./img/icon_mod.jpg" alt="주문 수정"></a>
|
||||
<a href="./orderdelete.php?od_id=<?php echo $row['od_id']; ?>&uq_id=<?php echo $row['uq_id']; ?>&mb_id=<?php echo $row['mb_id']; ?>&<?php echo $qstr; ?>&list=2" onclick="return delete_confirm();"><img src="./img/icon_del.jpg" alt="주문 삭제"></a>
|
||||
<a href="./orderform.php?od_id=<?php echo $row['od_id']; ?>&<?php echo $qstr; ?>">주문 수정</a>
|
||||
|
|
||||
<a href="./orderdelete.php?od_id=<?php echo $row['od_id']; ?>&uq_id=<?php echo $row['uq_id']; ?>&mb_id=<?php echo $row['mb_id']; ?>&<?php echo $qstr; ?>&list=2" onclick="return delete_confirm();">주문 삭제</a>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user