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:
chschy 2011-09-26 09:32:15 +00:00
parent 68f31cb209
commit 9927c74c16
2 changed files with 6 additions and 2 deletions

View file

@ -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>

View file

@ -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">