관리자: 버튼스타일 및 메일테스트 스타일

This commit is contained in:
whitedot
2012-12-14 16:45:56 +09:00
parent 849d5bc8c8
commit 77e4ab58ed
18 changed files with 43 additions and 33 deletions

View File

@ -95,8 +95,8 @@ for ($i=1; $i<=9; $i++) {
</table>
<div class="btn_confirm">
<input type="submit" accesskey="s" value="확인">
<input type="button" value="목록" onclick="document.location.href='./poll_list.php?<?=$qstr?>';">
<input type="submit" class="btn_submit" accesskey="s" value="확인">
<button onclick="document.location.href='./poll_list.php?<?=$qstr?>';">목록</button>
</div>
</form>