#230 validation 오류 해결을 위한 문서구조 변경

This commit is contained in:
chicpro
2013-06-24 10:48:58 +09:00
parent 98f71668d8
commit e1a294287a

View File

@ -859,6 +859,13 @@ $(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>
@ -873,12 +880,6 @@ $(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>
@ -912,6 +913,16 @@ $(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() {