관리자: #152 의 온라인서식필수입력:관리자모드 처리, 회원추가 게시판그룹, 게시판 추가 남음

This commit is contained in:
whitedot
2013-01-18 17:21:23 +09:00
parent 7ca5b00914
commit bf7e63c752
13 changed files with 62 additions and 64 deletions

View File

@ -65,7 +65,7 @@ $colspan = 6;
<select id="sfl" name="sfl">
<option value='po_subject'>제목</option>
</select>
<input type="text" name="stx" required value="<?=$stx?>" title="검색어">
<input type="text" name="stx" required value="<?=$stx?>" title="검색어(필수)">
<input type="submit" class="fieldset_submit" value="검색">
</fieldset>
</form>