diff --git a/inc/html.php b/inc/html.php index 7f163c6..8f53a97 100644 --- a/inc/html.php +++ b/inc/html.php @@ -153,7 +153,7 @@ EOF; $unique_posts_html = ''; $unique_posts = uniquePosts(); if ($unique_posts > 0) { - $unique_posts_html = "
  • Currently $unique_posts unique user posts.
  • "; + $unique_posts_html = "
  • Currently $unique_posts unique user posts.
  • "; } $body = << (for post and file deletion) + + + + + -
    - All text entered in the "Message" field will be posted AS-IS with absolutely no formatting applied.
    This means for all line-breaks you must enter the text "<br>". -
    -
    EOF; } @@ -494,13 +498,14 @@ function manageModeratePost($post) { $ban_disabled = (!$ban && $isadmin) ? '' : ' disabled'; $ban_disabled_info = (!$ban) ? '' : (' A ban record already exists for ' . $post['ip']); $post_html = buildPost($post, true); + $post_or_thread = ($post['parent'] == 0) ? 'Thread' : 'Post'; return << Moderating post No.${post['id']}
    - Post + $post_or_thread $post_html
    @@ -510,7 +515,7 @@ function manageModeratePost($post) {
    - +