appdb/. screenshots.php

WineHQ wineowner at wine.codeweavers.com
Sat May 26 12:55:10 CDT 2007


ChangeSet ID:	31142
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2007/05/26 12:55:10

Modified files:
	.              : screenshots.php 

Log message:
	Ben Hodgetts <ben at atomnet.co.uk>
	Add cropping notice to the screenshot submission page to encourage users to submit screenshots
	focused on the application running under wine and not their entire desktop

Patch: http://cvs.winehq.org/patch.py?id=31142

Old revision  New revision  Changes     Path
 1.44          1.45          +3 -0       appdb/screenshots.php

Index: appdb/screenshots.php
diff -u -p appdb/screenshots.php:1.44 appdb/screenshots.php:1.45
--- appdb/screenshots.php:1.44	26 May 2007 17:55:10 -0000
+++ appdb/screenshots.php	26 May 2007 17:55:10 -0000
@@ -113,6 +113,9 @@ if($hResult && mysql_num_rows($hResult))
 // let's show the screenshot uploading box
 if($aClean['iVersionId'])
 {
+    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 '<form enctype="multipart/form-data" action="screenshots.php" name="sImageForm" method="post">',"\n";
     echo html_frame_start("Upload Screenshot","400","",0);
     echo '<table border=0 cellpadding=6 cellspacing=0 width="100%">',"\n";



More information about the wine-cvs mailing list