쇼핑몰관리자: #24 추가 보기 복사 수정 삭제 링크 아이콘화 완료
This commit is contained in:
@ -188,7 +188,7 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
<td><?=number_format($lines[$i]['ct_sub_amount'])?></td>
|
||||
<td><?=number_format($lines[$i]['ct_sub_point'])?></td>
|
||||
<td><a href="<?=$_SERVER['PHP_SELF']?>?sort1=<?=$sort1?>&sort2=<?=$sort2?>&sel_field=ct_status&search=<?=$lines[$i]['ct_status']?>"><?=$lines[$i]['ct_status']?></a></td>
|
||||
<td><a href="./orderform.php?od_id=<?=$lines[$i]['od_id']?>">수정</a></td>
|
||||
<td><a href="./orderform.php?od_id=<?=$lines[$i]['od_id']?>"><img src="./img/icon_mod.jpg" alt="<?=$lines[$i]['od_id']?> 수정"></a></td>
|
||||
</tr>
|
||||
<?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user