관리자: #152 의 온라인서식필수입력:관리자모드 처리, 회원추가 게시판그룹, 게시판 추가 남음
This commit is contained in:
@ -83,7 +83,7 @@ var list_delete_php = 'board_list_delete.php';
|
||||
<option value="bo_subject" <?=get_selected($_GET['sfl'], "bo_subject");?>>제목</option>
|
||||
<option value="a.gr_id" <?=get_selected($_GET['sfl'], "a.gr_id");?>>그룹ID</option>
|
||||
</select>
|
||||
<input type="text" name="stx" required value="<?=$stx?>" title="검색어">
|
||||
<input type="text" name="stx" class="required" required value="<?=$stx?>" title="검색어(필수)">
|
||||
<input type="submit" class="fieldset_submit" value="검색">
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user