mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 00:32:15 +09:00
add <input name ='module'>
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9723 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
29f0d4a503
commit
afa40dc8ad
73 changed files with 100 additions and 12 deletions
|
|
@ -5,15 +5,16 @@
|
|||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<form id="spamfilterDelete" action="" method="post">
|
||||
<input type="hidden" name="module" value="spamfilter" />
|
||||
<input type="hidden" name="act" value="" />
|
||||
<input type="hidden" name="ipaddress" value="" />
|
||||
<input type="hidden" name="word" value="" />
|
||||
<input type="hidden" name="ruleset" value="">
|
||||
</form>
|
||||
<form action="" id="spamfilterConfig" class="form" ruleset="@insertConfig">
|
||||
<input type="hidden" name="act" value="procSpamfilterAdminInsertConfig">
|
||||
<input type="hidden" name="module" value="spamfilter">
|
||||
<input type="hidden" name="ruleset" value="insertConfig">
|
||||
<form action="" id="spamfilterConfig" class="form" ruleset="@insertConfig">
|
||||
<input type="hidden" name="act" value="procSpamfilterAdminInsertConfig" />
|
||||
<input type="hidden" name="module" value="spamfilter" />
|
||||
<input type="hidden" name="ruleset" value="insertConfig" />
|
||||
<h1 class="h1">{$lang->spamfilter}</h1>
|
||||
<ul>
|
||||
<li>
|
||||
|
|
@ -38,9 +39,9 @@
|
|||
</div>
|
||||
</form>
|
||||
<form action="" id="spamfilterInsert" class="form">
|
||||
<input type="hidden" name="act" value="">
|
||||
<input type="hidden" name="module" value="spamfilter">
|
||||
<input type="hidden" name="ruleset" value="">
|
||||
<input type="hidden" name="act" value="" />
|
||||
<input type="hidden" name="module" value="spamfilter" />
|
||||
<input type="hidden" name="ruleset" value="" />
|
||||
<ul>
|
||||
<li>
|
||||
<p class="q">{$lang->cmd_denied_ip}</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue