관리자: 회원메일발송 대상 회원 선택 스타일 및 merge 충돌 수정
This commit is contained in:
@ -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">
|
||||
|
||||
Reference in New Issue
Block a user