배송지목록 창에 닫기 버튼 추가

This commit is contained in:
chicpro
2013-11-12 10:17:17 +09:00
parent eb529fb23f
commit aacd61bb69
2 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,9 @@ $order_action_url = G5_HTTPS_SHOP_URL.'/orderaddressupdate.php';
<h1 id="new_win_title">배송지 목록</h1>
<div>
<button type="button" onclick="self.close();">닫기</button>
</div>
<div class="tbl_wrap tbl_head01">
<table>
<thead>

View File

@ -50,6 +50,9 @@ $order_action_url = G5_HTTPS_SHOP_URL.'/orderaddressupdate.php';
<h1 id="new_win_title">배송지 목록</h1>
<div>
<button type="button" onclick="self.close();">닫기</button>
</div>
<div class="tbl_head01 tbl_wrap">
<table>
<thead>