Make it clear that clicking on the image in the appversion display window is how you submit new screenshots.
This commit is contained in:
@@ -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&versionId=$iVersionId'>$sImgFile</a>";
|
||||
$sImg .= "<a href='screenshots.php?appId=$iAppId&versionId=$iVersionId'>$sImgFile <br />Submit Screenshot</a>";
|
||||
else // no link for adding app screenshot as screenshots are linked to versions
|
||||
$sImg .= $sImgFile;
|
||||
$sImg .= html_frame_end()."<br />";
|
||||
|
||||
Reference in New Issue
Block a user