class=ed 제거

This commit is contained in:
whitedot
2012-11-12 17:36:09 +09:00
parent 0039279d52
commit da0a475146
13 changed files with 78 additions and 82 deletions

View File

@ -110,9 +110,9 @@ jQuery(function($){
<td width=50% align=left><?=$listall?> (건수 : <?=number_format($total_count)?>개)</td>
<td width=50% align=right>
기간 :
<input type='text' id='fr_date' name='fr_date' size=11 maxlength=10 value='<?=$fr_date?>' class=ed>
<input type='text' id='fr_date' name='fr_date' size=11 maxlength=10 value='<?=$fr_date?>'>
-
<input type='text' id='to_date' name='to_date' size=11 maxlength=10 value='<?=$to_date?>' class=ed>
<input type='text' id='to_date' name='to_date' size=11 maxlength=10 value='<?=$to_date?>'>
<input type=image src='<?=$g4['admin_path']?>/img/btn_search.gif' align=absmiddle></td>
</tr>
</form>