mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 19:51:42 +09:00
#17826862 : 게시판 등의 모듈 생성시 filter에 mid 값의 최대 길이를 지정하고, 각 언어 파일에 이를 안내하는 문구 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6159 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e5ddc1d7a0
commit
38eb756a93
17 changed files with 45 additions and 45 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<filter name="insert_springnote" module="springnote" act="procSpringnoteAdminInsertSpringnote" confirm_msg_code="confirm_submit">
|
||||
<form>
|
||||
<node target="mid" required="true" filter="alpha_number" />
|
||||
<node target="mid" required="true" maxlength="40" filter="alpha_number" />
|
||||
<node target="springnote_openid" required="true" maxlength="250" />
|
||||
<node target="springnote_userkey" required="true" maxlength="250" />
|
||||
<node target="browser_title" required="true" maxlength="250" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue