쇼핑몰관리자: #230 상품 배송미 validation 관련 작업
This commit is contained in:
@ -859,13 +859,6 @@ $(function(){
|
|||||||
<colgroup>
|
<colgroup>
|
||||||
<col class="grid_3">
|
<col class="grid_3">
|
||||||
<col>
|
<col>
|
||||||
</colgroup>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
<table class="frm_tbl">
|
|
||||||
<colgroup>
|
|
||||||
<col class="grid_3">
|
|
||||||
<col>
|
<col>
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<tbody>
|
<tbody>
|
||||||
@ -880,6 +873,12 @@ $(function(){
|
|||||||
<option value="3"<?php echo get_selected('3', $it['it_sc_type']); ?>>수량별 부과</option>
|
<option value="3"<?php echo get_selected('3', $it['it_sc_type']); ?>>수량별 부과</option>
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
|
<td rowspan="4" id="sc_grp" class="group_setting">
|
||||||
|
<input type="checkbox" name="chk_ca_it_sendcost" value="1" id="chk_ca_it_sendcost">
|
||||||
|
<label for="chk_ca_it_sendcost">분류적용</label>
|
||||||
|
<input type="checkbox" name="chk_all_it_sendcost" value="1" id="chk_all_it_sendcost">
|
||||||
|
<label for="chk_all_it_sendcost">전체적용</label>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="it_sc_method">배송비 결제</label></th>
|
<th scope="row"><label for="it_sc_method">배송비 결제</label></th>
|
||||||
@ -913,16 +912,6 @@ $(function(){
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</td>
|
|
||||||
<td id="sc_grp" class="group_setting">
|
|
||||||
<input type="checkbox" name="chk_ca_it_sendcost" value="1" id="chk_ca_it_sendcost">
|
|
||||||
<label for="chk_ca_it_sendcost">분류적용</label>
|
|
||||||
<input type="checkbox" name="chk_all_it_sendcost" value="1" id="chk_all_it_sendcost">
|
|
||||||
<label for="chk_all_it_sendcost">전체적용</label>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
$(function() {
|
$(function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user