관리자 리디자인 15, frm_input 적용 완료

This commit is contained in:
whitedot
2013-02-15 16:20:49 +09:00
parent 92b4c6cc87
commit b4b31235a7
12 changed files with 91 additions and 90 deletions

View File

@ -61,11 +61,10 @@ $colspan = 6;
<?=$listall?>
투표수 : <?=number_format($total_count)?>개
</span>
<label for="sfl">검색대상</label>
<select id="sfl" name="sfl">
<select id="sfl" name="sfl" title="검색대상">
<option value='po_subject'>제목</option>
</select>
<input type="text" name="stx" required value="<?=$stx?>" title="검색어(필수)">
<input type="text" name="stx" class="required frm_input" required value="<?=$stx?>" title="검색어(필수)">
<input type="submit" class="btn_submit" value="검색">
</fieldset>
</form>