mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 04:52:14 +09:00
Spamfilter cosmetic issues.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12557 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
04206e9b86
commit
9c69c4a1f5
2 changed files with 58 additions and 60 deletions
|
|
@ -5,13 +5,14 @@
|
|||
<li><a href="{getUrl('','module','admin','act','dispSpamfilterAdminDeniedWordList')}">{$lang->cmd_denied_word}</a></li>
|
||||
<li><a href="{getUrl('','module','admin','act','dispSpamfilterAdminConfigBlock')}">{$lang->cmd_config_block}</a></li>
|
||||
</ul>
|
||||
|
||||
<form action="./" method="post" style="margin-right:14px">
|
||||
<form action="./" method="post">
|
||||
<input type="hidden" name="act" value="procSpamfilterAdminDeleteDeniedIP" />
|
||||
<input type="hidden" name="module" value="spamfilter" />
|
||||
|
||||
<table class="x_table x_table-striped x_table-hover">
|
||||
<caption><strong>{$lang->cmd_denied_ip}</strong></caption>
|
||||
<caption>
|
||||
<strong>{$lang->cmd_denied_ip}</strong>
|
||||
<button type="submit" class="x_btn x_pull-right">{$lang->cmd_delete}</button>
|
||||
</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">IP</th>
|
||||
|
|
@ -32,9 +33,7 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<button type="submit" class="x_btn x_btn-primary">{$lang->cmd_delete}</button>
|
||||
</form>
|
||||
|
||||
<form action="./" style="margin-right:14px">
|
||||
<input type="hidden" name="act" value="procSpamfilterAdminInsertDeniedIP" />
|
||||
<input type="hidden" name="module" value="spamfilter" />
|
||||
|
|
|
|||
|
|
@ -5,13 +5,14 @@
|
|||
<li class="x_active"><a href="{getUrl('','module','admin','act','dispSpamfilterAdminDeniedWordList')}">{$lang->cmd_denied_word}</a></li>
|
||||
<li><a href="{getUrl('','module','admin','act','dispSpamfilterAdminConfigBlock')}">{$lang->cmd_config_block}</a></li>
|
||||
</ul>
|
||||
|
||||
<form action="./" method="post" style="margin-right:14px">
|
||||
<form action="./" method="post">
|
||||
<input type="hidden" name="act" value="procSpamfilterAdminDeleteDeniedWord" />
|
||||
<input type="hidden" name="module" value="spamfilter" />
|
||||
|
||||
<table class="x_table x_table-striped x_table-hover">
|
||||
<caption><strong>{$lang->cmd_denied_word}</strong></caption>
|
||||
<caption>
|
||||
<strong>{$lang->cmd_denied_word}</strong>
|
||||
<button type="submit" class="x_btn x_pull-right">{$lang->cmd_delete}</button>
|
||||
</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->word}</th>
|
||||
|
|
@ -34,9 +35,7 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<button type="submit" class="x_btn x_btn-primary">{$lang->cmd_delete}</button>
|
||||
</form>
|
||||
|
||||
<form action="./" style="margin-right:14px">
|
||||
<input type="hidden" name="act" value="procSpamfilterAdminInsertDeniedWord" />
|
||||
<input type="hidden" name="module" value="spamfilter" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue