쇼핑몰관리자: #10 쇼핑몰관리 이벤트입력/수정 사용여부 안내 문구 수정

This commit is contained in:
whitedot
2013-04-29 10:10:36 +09:00
parent 4a1db7023c
commit 553155dc1a

View File

@ -99,7 +99,7 @@ include_once (G4_ADMIN_PATH.'/admin.head.php');
<tr>
<th scope="row"><label for="ev_use">사용</label></th>
<td>
<?=help("사용하지 않으면 왼쪽의 이벤트 메뉴 이벤트리스트 페이지에 접근할 수 없습니다.");?>
<?=help("사용하지 않으면 레이아웃의 이벤트 메뉴 이벤트 관련 페이지에 접근할 수 없습니다.");?>
<select name="ev_use" id="ev_use">
<option value="1" <?=get_selected($ev['ev_use'], 1)?>>사용</option>
<option value="0" <?=get_selected($ev['ev_use'], 0)?>>사용안함</option>