From 671bfe68a52c67df0343fa20f3fa4ec04f0616da Mon Sep 17 00:00:00 2001 From: Trevor Slocum Date: Thu, 27 Dec 2012 23:14:41 -0800 Subject: [PATCH] Minor changes to management panel --- inc/html.php | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/inc/html.php b/inc/html.php index ea02d94..37a5d2f 100644 --- a/inc/html.php +++ b/inc/html.php @@ -23,6 +23,7 @@ EOF; } function pageFooter() { + /* If the footer is removed from the page, please link to TinyIB somewhere on the site. */ return << - futaba + futallaby + tinyib - @@ -405,8 +406,8 @@ function manageModeratePostForm() {
Moderate a post

- While browsing the image board, you may moderate a post at any time, provided you are logged in.
- Tick the box next to the post, and click "Delete" at the bottom of the page without entering a password.
+ Tip: While browsing the image board, you can easily moderate a post if you are logged in:
+ Tick the box next to a post and click "Delete" at the bottom of the page with a blank password.


EOF; @@ -422,10 +423,10 @@ function manageRawPostForm() { - Thread No. + Reply to -  0 for new thread +  0 to start a new thread @@ -480,8 +481,8 @@ function manageRawPostForm() { @@ -561,7 +562,7 @@ function manageStatus() { $i = 0; foreach ($posts as $post) { if ($post_html != '') { $post_html .= '
'; } - $post_html .= '' . buildPost($post, TINYIB_INDEXPAGE) . '
'; + $post_html .= '' . buildPost($post, TINYIB_INDEXPAGE) . '
'; } return <<
- Latest posts + Recent posts $post_html