pc_mobile 을 접속기기 device 로 적용

This commit is contained in:
gnuboard
2013-02-18 15:42:28 +09:00
parent a3d1e4a3f7
commit e122b376ee
10 changed files with 66 additions and 93 deletions

View File

@ -119,13 +119,13 @@ $pg_anchor = "<ul class=\"frm_list\">
</td>
</tr>
<tr>
<th scope="row"><label for="bo_pc_mobile">접속기기</label></th>
<th scope="row"><label for="bo_device">접속기기</label></th>
<td>
<?=help("PC 와 모바일 사용을 구분합니다.")?>
<select id="bo_pc_mobile" name="bo_pc_mobile">
<option value="both" <?=get_selected($board['bo_pc_mobile'], 'both');?>>PC와 모바일에서 모두 사용</option>
<option value="pc" <?=get_selected($board['bo_pc_mobile'], 'pc');?>>PC 전용</option>
<option value="mobile" <?=get_selected($board['bo_pc_mobile'], 'mobile');?>>모바일 전용</option>
<select id="bo_device" name="bo_device">
<option value="both" <?=get_selected($board['bo_device'], 'both');?>>PC와 모바일에서 모두 사용</option>
<option value="pc" <?=get_selected($board['bo_device'], 'pc');?>>PC 전용</option>
<option value="mobile" <?=get_selected($board['bo_device'], 'mobile');?>>모바일 전용</option>
</select>
</td>
<td class="group_setting">