Tell the user not to submit screenshots of installers, error messages etc.

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-10-18 12:05:42 +02:00
committed by Chris Morgan
parent 5672f2e82b
commit 6df84f1170

View File

@@ -134,7 +134,8 @@ if($hResult && query_num_rows($hResult))
if($aClean['iVersionId'] && $_SESSION['current']->isLoggedIn())
{
echo "<p align=\"center\">When submitting screenshots please ensure that the focus is on the application running inside Wine.";
echo "<br />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.</p>";
echo "<br />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 "<br />Do not upload screenshots of error messages, installers, game menus etc.</p>";
echo '<form enctype="multipart/form-data" action="screenshots.php" name="sImageForm" method="post">',"\n";
echo html_frame_start("Upload Screenshot","400","",0);