쇼핑몰관리자 : #56 사용후기 표준화 및 스타일 1차 작업 완료

This commit is contained in:
rollydream
2013-04-11 13:04:28 +09:00
parent fbbe124407
commit 075155c2d1
2 changed files with 64 additions and 67 deletions

View File

@ -83,7 +83,7 @@ $qstr = "$qstr&sca=$sca&save_stx=$stx";
<? if ($sfl) echo "<script> document.flist.sfl.value = '$sfl';</script>"; ?>
<input type="hidden" name="save_stx" value="<?=$stx?>">
<input type="text" name="stx" value="<?=$stx?>">
<input type="text" name="stx" value="<?=$stx?>" class="frm_input">
<input type="submit" value="검색" class="btn_submit">
</fieldset>
<p>건수 : <? echo $total_count ?></p>