공통: 새창 스타일 통일
This commit is contained in:
@ -23,7 +23,7 @@ $result = sql_query($sql);
|
||||
|
||||
<!-- 쿠폰 내역 시작 { -->
|
||||
<div id="coupon" class="new_win">
|
||||
<h1 id="new_win_title"><?php echo $g5['title'] ?></h1>
|
||||
<h1 id="win_title"><?php echo $g5['title'] ?></h1>
|
||||
|
||||
<div class="tbl_wrap tbl_head01">
|
||||
<table>
|
||||
|
||||
@ -48,7 +48,7 @@ $order_action_url = G5_HTTPS_SHOP_URL.'/orderaddressupdate.php';
|
||||
<form name="forderaddress" method="post" action="<?php echo $order_action_url; ?>" autocomplete="off">
|
||||
<div id="sod_addr_list" class="new_win">
|
||||
|
||||
<h1 id="new_win_title">배송지 목록</h1>
|
||||
<h1 id="win_title">배송지 목록</h1>
|
||||
|
||||
<div>
|
||||
<button type="button" onclick="self.close();">닫기</button>
|
||||
|
||||
Reference in New Issue
Block a user