관리자:포인트관리 #47 의 2 처리

This commit is contained in:
whitedot
2012-11-19 15:56:27 +09:00
parent 316d326d05
commit 7709071cdf

View File

@ -90,10 +90,12 @@ function point_clear()
?>
<? if ($is_admin == 'super') { ?><!-- <a href="javascript:point_clear();">포인트정리</a> --><? } ?>
</div>
<label for="sfl">검색대상</label>
<select id="sfl" name="sfl">
<option value="mb_id">회원아이디</option>
<option value="po_content">내용</option>
</select>
<label for="stx">검색어</label>
<input type="text" id="stx" name="stx" required value="<?=$stx?>">
<input type="submit" value="검색">
</fieldset>