모바일 사용자 배송지목록 레이아웃 수정
This commit is contained in:
@ -22,8 +22,8 @@ $order_action_url = G5_HTTPS_SHOP_URL.'/orderaddressupdate.php';
|
||||
<th scope="col" rowspan="3">
|
||||
<label for="chk_all" class="sound_only">전체선택</label><input type="checkbox" name="chk_all" id="chk_all">
|
||||
</th>
|
||||
<th scope="col">배송지명</th>
|
||||
<th scope="col">기본<br>배송지</th>
|
||||
<th scope="col">배송지명</th>
|
||||
<th scope="col">이름</th>
|
||||
<th scope="col" rowspan="3">관리</th>
|
||||
</tr>
|
||||
@ -45,13 +45,13 @@ $order_action_url = G5_HTTPS_SHOP_URL.'/orderaddressupdate.php';
|
||||
<input type="hidden" name="ad_id[<?php echo $i; ?>]" value="<?php echo $row['ad_id'];?>">
|
||||
<input type="checkbox" name="chk[]" value="<?php echo $i;?>" id="chk_<?php echo $i;?>">
|
||||
</td>
|
||||
<td class="td_name">
|
||||
<input type="text" name="ad_subject[<?php echo $i; ?>]" id="ad_subject" class="frm_input" size="10" maxlength="20" value="<?php echo $row['ad_subject']; ?>">
|
||||
</td>
|
||||
<td class="td_default">
|
||||
<label for="ad_default<?php echo $i;?>" class="sound_only">기본배송지</label>
|
||||
<input type="radio" name="ad_default" value="<?php echo $row['ad_id'];?>" id="ad_default<?php echo $i;?>" <?php if($row['ad_default']) echo 'checked="checked"';?>>
|
||||
</td>
|
||||
<td class="td_name">
|
||||
<input type="text" name="ad_subject[<?php echo $i; ?>]" id="ad_subject" class="frm_input" size="10" maxlength="20" value="<?php echo $row['ad_subject']; ?>">
|
||||
</td>
|
||||
<td class="td_namesmall"><?php echo $row['ad_name']; ?></td>
|
||||
<td rowspan="3" class="td_mng">
|
||||
<input type="hidden" value="<?php echo $addr; ?>">
|
||||
|
||||
Reference in New Issue
Block a user