mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
issue 160, Modify spamfilter
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9343 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
68f31cb209
commit
9927c74c16
2 changed files with 6 additions and 2 deletions
|
|
@ -253,4 +253,8 @@ l'article qui comporte le mot ne sera pas affichagé.]]></value>
|
|||
<value xml:lang="de"><![CDATA[Nein]]></value>
|
||||
<value xml:lang="mn"><![CDATA[Дугаар]]></value>
|
||||
</item>
|
||||
</lang>
|
||||
<item name="invalid">
|
||||
<value xml:lang="ko"><![CDATA[형식이 유효하지 않습니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[The value is invalid.]]></value>
|
||||
</item>
|
||||
</lang>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ function doInsertDeniedSome(some){
|
|||
<input type="hidden" name="word" value="" />
|
||||
<input type="hidden" name="ruleset" value="">
|
||||
</form>
|
||||
<form action="" onsubmit="doInsertDeniedSome('all')" id="spamfilterInsert" class="form" ruleset="insertSetting">
|
||||
<form action="" id="spamfilterInsert" class="form" ruleset="@insertSetting">
|
||||
<input type="hidden" name="act" value="procSpamfilterAdminInsertSetting">
|
||||
<input type="hidden" name="module" value="spamfilter">
|
||||
<input type="hidden" name="ruleset" value="insertSetting">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue