Make it clear that clicking on the image in the appversion display window is how you submit new screenshots.

This commit is contained in:
Chris Morgan
2005-06-21 00:57:00 +00:00
committed by WineHQ
parent 9bc38cb89f
commit 98732fd75c

View File

@@ -330,7 +330,7 @@ function get_screenshot_img($iAppId = null, $iVersionId = null)
$sImg = html_frame_start("",'128','',2);
if($iVersionId || mysql_num_rows($hResult))
$sImg .= "<a href='screenshots.php?appId=$iAppId&amp;versionId=$iVersionId'>$sImgFile</a>";
$sImg .= "<a href='screenshots.php?appId=$iAppId&amp;versionId=$iVersionId'>$sImgFile <br />Submit&nbsp;Screenshot</a>";
else // no link for adding app screenshot as screenshots are linked to versions
$sImg .= $sImgFile;
$sImg .= html_frame_end()."<br />";