배송지목록 창에 닫기 버튼 추가
This commit is contained in:
@ -12,6 +12,9 @@ $order_action_url = G5_HTTPS_SHOP_URL.'/orderaddressupdate.php';
|
|||||||
|
|
||||||
<h1 id="new_win_title">배송지 목록</h1>
|
<h1 id="new_win_title">배송지 목록</h1>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<button type="button" onclick="self.close();">닫기</button>
|
||||||
|
</div>
|
||||||
<div class="tbl_wrap tbl_head01">
|
<div class="tbl_wrap tbl_head01">
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
|
|||||||
@ -50,6 +50,9 @@ $order_action_url = G5_HTTPS_SHOP_URL.'/orderaddressupdate.php';
|
|||||||
|
|
||||||
<h1 id="new_win_title">배송지 목록</h1>
|
<h1 id="new_win_title">배송지 목록</h1>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<button type="button" onclick="self.close();">닫기</button>
|
||||||
|
</div>
|
||||||
<div class="tbl_head01 tbl_wrap">
|
<div class="tbl_head01 tbl_wrap">
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
|
|||||||
Reference in New Issue
Block a user