From 8e8ea521f0673c1ca7c835de7ebe17e2df82ac32 Mon Sep 17 00:00:00 2001 From: zero Date: Tue, 12 Jun 2007 04:03:31 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@1598 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/board/skins/xe_list/js/board.js | 12 ------------ modules/board/skins/xe_list/write_form.html | 6 ++++-- modules/editor/tpl/editor.html | 4 ++++ 3 files changed, 8 insertions(+), 14 deletions(-) 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 @@ + +