모바일쇼핑몰: table -> ul 변경, 주문서 작성 상품목록 확인 작업 중

This commit is contained in:
whitedot
2013-12-02 17:53:42 +09:00
parent 31f5d15664
commit 6d1c97b035
4 changed files with 13 additions and 12 deletions

View File

@ -417,7 +417,7 @@ ob_end_clean();
}
?>
</select> -->
<input type="text" name="od_hope_date" value="" id="od_hope_date" required class="frm_input required" size="11" maxlength="10" readonly="readonly"> 이후로 배송 바랍니다.
<input type="text" name="od_hope_date" value="" id="od_hope_date" required class="frm_input required" size="11" maxlength="10" readonly> 이후로 배송 바랍니다.
</td>
</tr>
<?php } ?>
@ -450,7 +450,7 @@ ob_end_clean();
$row = sql_fetch($sql);
if($row['ad_id']) {
$val1 = $row['ad_name'].$sep.$row['ad_tel'].$sep.$row['ad_hp'].$sep.$row['ad_zip1'].$sep.$row['ad_zip2'].$sep.$row['ad_addr1'].$sep.$row['ad_addr2'].$sep.$row['ad_subject'];
$addr_list .= '<input type="radio" name="ad_sel_addr" value="'.$val1.'" id="ad_sel_addr_def">'.PHP_EOL;
$addr_list .= '<br><input type="radio" name="ad_sel_addr" value="'.$val1.'" id="ad_sel_addr_def">'.PHP_EOL;
$addr_list .= '<label for="ad_sel_addr_def">기본배송지</label>'.PHP_EOL;
}