기본배송업체 필드 추가

This commit is contained in:
gnuboard
2013-10-18 14:39:10 +09:00
parent d918a45769
commit 745f2b4616
4 changed files with 19 additions and 1 deletions

View File

@ -61,6 +61,13 @@ include_once (G5_ADMIN_PATH.'/admin.head.php');
<?php echo order_select("dl_order", $dl['dl_order']); ?>
</td>
</tr>
<tr>
<th scope="row"><label for="dl_default">기본 배송업체</label></th>
<td>
<?php echo help("기본 배송업체로 선택하면 셀렉트박스에서 이 배송업체가 기본으로 노출됩니다."); ?>
<input type="checkbox" name="dl_default" value="1" <?php echo get_checked($dl['dl_default'], '1'); ?>> 기본 배송업체로 선택합니다.
</td>
</tr>
</tbody>
</table>
</div>