forked from GithubBackups/tinyib
UI 2
This commit is contained in:
parent
643373ec7e
commit
edb5526d14
44
inc/html.php
44
inc/html.php
@ -1211,18 +1211,6 @@ function manageModerateAll($post_ids, $threads, $replies, $ips) {
|
|||||||
|
|
||||||
</td><td valign="top">
|
</td><td valign="top">
|
||||||
|
|
||||||
<form method="get" action="?">
|
|
||||||
<input type="hidden" name="manage" value="">
|
|
||||||
<input type="hidden" name="bans" value="{$ips_comma}">
|
|
||||||
<input type="hidden" name="deleteposts" value="{$post_ids_quoted}">
|
|
||||||
<input type="submit" value="$txt_delete_and_ban_all" class="managebutton">
|
|
||||||
</form>
|
|
||||||
|
|
||||||
</td><td> </td></tr>
|
|
||||||
<tr><td>
|
|
||||||
|
|
||||||
</td><td valign="top">
|
|
||||||
|
|
||||||
<form method="get" action="?">
|
<form method="get" action="?">
|
||||||
<input type="hidden" name="manage" value="">
|
<input type="hidden" name="manage" value="">
|
||||||
<input type="hidden" name="delete" value="{$post_ids_quoted}">
|
<input type="hidden" name="delete" value="{$post_ids_quoted}">
|
||||||
@ -1241,6 +1229,18 @@ function manageModerateAll($post_ids, $threads, $replies, $ips) {
|
|||||||
</form>
|
</form>
|
||||||
|
|
||||||
</td><td><small>$ban_info</small></td></tr>
|
</td><td><small>$ban_info</small></td></tr>
|
||||||
|
<tr><td>
|
||||||
|
|
||||||
|
</td><td valign="top">
|
||||||
|
|
||||||
|
<form method="get" action="?">
|
||||||
|
<input type="hidden" name="manage" value="">
|
||||||
|
<input type="hidden" name="bans" value="{$ips_comma}">
|
||||||
|
<input type="hidden" name="deleteposts" value="{$post_ids_quoted}">
|
||||||
|
<input type="submit" value="$txt_delete_and_ban_all" class="managebutton">
|
||||||
|
</form>
|
||||||
|
|
||||||
|
</td><td> </td></tr>
|
||||||
</table>
|
</table>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
@ -1361,16 +1361,6 @@ EOF;
|
|||||||
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
||||||
<tr><td>
|
<tr><td>
|
||||||
|
|
||||||
<form method="get" action="?">
|
|
||||||
<input type="hidden" name="manage" value="">
|
|
||||||
<input type="hidden" name="bans" value="$ip">
|
|
||||||
<input type="hidden" name="deleteposts" value="${post['id']}">
|
|
||||||
<input type="submit" value="$txt_delete_and_ban" class="managebutton">
|
|
||||||
</form>
|
|
||||||
|
|
||||||
</td><td> </td></tr>
|
|
||||||
<tr><td>
|
|
||||||
|
|
||||||
<form method="get" action="?">
|
<form method="get" action="?">
|
||||||
<input type="hidden" name="manage" value="">
|
<input type="hidden" name="manage" value="">
|
||||||
<input type="hidden" name="delete" value="${post['id']}">
|
<input type="hidden" name="delete" value="${post['id']}">
|
||||||
@ -1387,6 +1377,16 @@ EOF;
|
|||||||
</form>
|
</form>
|
||||||
|
|
||||||
</td><td><small>$ban_info</small></td></tr>
|
</td><td><small>$ban_info</small></td></tr>
|
||||||
|
<tr><td>
|
||||||
|
|
||||||
|
<form method="get" action="?">
|
||||||
|
<input type="hidden" name="manage" value="">
|
||||||
|
<input type="hidden" name="bans" value="$ip">
|
||||||
|
<input type="hidden" name="deleteposts" value="${post['id']}">
|
||||||
|
<input type="submit" value="$txt_delete_and_ban" class="managebutton">
|
||||||
|
</form>
|
||||||
|
|
||||||
|
</td><td> </td></tr>
|
||||||
|
|
||||||
$sticky_html
|
$sticky_html
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user