관리자: 버튼스타일 input -> button

This commit is contained in:
whitedot
2012-12-14 17:34:05 +09:00
parent 1b9502746f
commit e30b355ed0
8 changed files with 14 additions and 14 deletions

View File

@ -130,7 +130,7 @@ while ($row=sql_fetch_array($result))
<div class="btn_confirm">
<input type="submit" value="메일보내기">
<input type="button" value="뒤로" onclick="history.go(-1);">
<button onclick="history.go(-1);">뒤로</button>
</div>
</form>