diff --git a/inc/html.php b/inc/html.php index 3f135ab..f845adc 100644 --- a/inc/html.php +++ b/inc/html.php @@ -1175,6 +1175,7 @@ EOF; function manageModerateAll($post_ids, $threads, $replies, $ips) { global $isadmin; $txt_moderate = sprintf(__('Moderate %d posts'), count($post_ids)); + $txt_delete_and_ban_all = __('Delete and ban all'); $txt_delete_all = __('Delete all'); $txt_ban_all = __('Ban all'); if ($threads == 1 && $replies == 1) { @@ -1210,6 +1211,18 @@ function manageModerateAll($post_ids, $threads, $replies, $ips) {   +
+ + + + +
+ +  + +  + +
@@ -1302,6 +1315,7 @@ EOF; $txt_moderating = sprintf(__('Moderating No.%d'), $post['id']); $txt_action = __('Action'); + $txt_delete_and_ban = __('Delete and ban'); if ($post['parent'] == TINYIB_NEWTHREAD) { $txt_delete = __('Delete thread'); } else { @@ -1326,6 +1340,7 @@ EOF; $report_info EOF; } + $ip = htmlentities($post['ip'], ENT_QUOTES); return << $txt_moderating @@ -1346,6 +1361,16 @@ EOF; +
+ + + + + + + +  
+