diff --git a/modules/board/skins/xe_list/js/board.js b/modules/board/skins/xe_list/js/board.js index 10a9d72db..7fd68bea6 100644 --- a/modules/board/skins/xe_list/js/board.js +++ b/modules/board/skins/xe_list/js/board.js @@ -17,12 +17,6 @@ function doAddCart(mid, obj) { exec_xml("board","procBoardAdminAddCart", params, null); } -/* 글쓰기 submit */ -function doSubmit() { - var fo_obj = xGetElementById('fo_write'); - procFilter(fo_obj, insert); -} - /* 글쓰기 작성후 */ function completeDocumentInserted(ret_obj) { var error = ret_obj['error']; @@ -79,12 +73,6 @@ function completeReload(ret_obj) { location.href = location.href; } -/* 댓글쓰기 submit */ -function doCommentSubmit() { - var fo_obj = xGetElementById('fo_comment_write'); - procFilter(fo_obj, insert_comment); -} - /* 댓글 글쓰기 작성후 */ function completeInsertComment(ret_obj) { var error = ret_obj['error']; diff --git a/modules/board/skins/xe_list/write_form.html b/modules/board/skins/xe_list/write_form.html index e3541e931..342166304 100644 --- a/modules/board/skins/xe_list/write_form.html +++ b/modules/board/skins/xe_list/write_form.html @@ -90,9 +90,11 @@
- {$lang->cmd_registration} + + + +
- diff --git a/modules/editor/tpl/editor.html b/modules/editor/tpl/editor.html index 94ec4b82a..9937bd704 100644 --- a/modules/editor/tpl/editor.html +++ b/modules/editor/tpl/editor.html @@ -64,6 +64,7 @@ + +