From e18e751706bee33a7dbb8efe0d59fd3af745b374 Mon Sep 17 00:00:00 2001 From: Jeff Zaroyko Date: Tue, 22 Apr 2008 23:49:46 +1000 Subject: [PATCH] make the screenshot submission rules more noticeable --- screenshots.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/screenshots.php b/screenshots.php index 2430e1a..b81c53d 100644 --- a/screenshots.php +++ b/screenshots.php @@ -133,9 +133,12 @@ if($hResult && query_num_rows($hResult)) // if the user is logged in if($aClean['iVersionId'] && $_SESSION['current']->isLoggedIn()) { - echo "

When submitting screenshots please ensure that the focus is on the application running inside Wine."; - echo "
This means if the application is running in a window then please crop the image so that only the application is shown and not your desktop."; - echo "
Do not upload screenshots of error messages, installers, game menus etc.

"; + echo "

"; + echo ""; + echo "
Please follow these simple rules
    "; + echo "
  • Do not upload screenshots of error messages, installers, game menus etc.
  • "; + echo "
  • Crop the image so that only the application is shown and not your desktop.
  • "; + echo "

"; echo '
',"\n"; echo html_frame_start("Upload Screenshot","400","",0);