사용자: 게시판스킨 글쓰기 버튼

This commit is contained in:
whitedot
2013-01-15 11:28:43 +09:00
parent 440ba38693
commit 603f24bac6

View File

@ -139,8 +139,8 @@ echo $option_hidden;
</table>
<div class="btn_confirm">
<input type="submit" id="btn_submit" value="글쓰기" accesskey="s">
<a href="./board.php?bo_table=<?=$bo_table?>" title="글쓰기를 취소하고 목록으로 돌아가기">목록</a>
<input type="submit" id="btn_submit" class="btn_submit" value="글쓰기" accesskey="s">
<a href="./board.php?bo_table=<?=$bo_table?>" class="btn_cancel" title="글쓰기를 취소하고 목록으로 돌아가기">목록</a>
</div>
</form>