mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 00:32:15 +09:00
게시판 xe_board, xe_default 스킨에 대해 글/댓글 작성시 confirm하지 않도록 하고 글 내용에 글쓴이의 서명정보등을 숨길 수 있는 스킨 설정 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5912 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e4980730d6
commit
a8c8ea5c88
5 changed files with 78 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<filter name="insert" module="board" act="procBoardInsertDocument" confirm_msg_code="confirm_submit">
|
||||
<filter name="insert" module="board" act="procBoardInsertDocument">
|
||||
<form>
|
||||
<node target="nick_name" required="true" />
|
||||
<node target="password" required="true" />
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<filter name="insert_comment" module="board" act="procBoardInsertComment" confirm_msg_code="confirm_submit">
|
||||
<filter name="insert_comment" module="board" act="procBoardInsertComment">
|
||||
<form>
|
||||
<node target="document_srl" required="true" />
|
||||
<node target="nick_name" required="true" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue