관리자: 리디자인 15, frm_input 적용 중

This commit is contained in:
whitedot
2013-02-15 15:43:01 +09:00
parent b20a2885ea
commit 1517db0036
17 changed files with 71 additions and 70 deletions

View File

@ -45,7 +45,7 @@ $colspan = 3;
</span>
<label for="fr_date">기간설정</label>
<input type="text" id="fr_date" name="fr_date" maxlength="10" value="<?=$fr_date?>" title="구간시작일"> 부터 <input type="text" id="to_date" name="to_date" maxlength="10" value="<?=$to_date?>" title="구간종료일"> 까지
<input type="submit" class="fieldset_submit" value="검색">
<input type="submit" class="btn_submit" value="검색">
</fieldset>
</form>