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

@ -60,7 +60,7 @@ $colspan = 6;
<select name=sfl>
<option value='po_subject'>제목</option>
</select>
<input type=text name=stx class=ed required itemname='검색어' value='<?=$stx?>'>
<input type=text name=stx required itemname='검색어' value='<?=$stx?>'>
<input type=image src='<?=$g4['admin_path']?>/img/btn_search.gif' align=absmiddle></td>
</tr>
</form>