From 98732fd75cbce2d10115062eaaa336067c7e05ac Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Tue, 21 Jun 2005 00:57:00 +0000 Subject: [PATCH] Make it clear that clicking on the image in the appversion display window is how you submit new screenshots. --- include/screenshot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/screenshot.php b/include/screenshot.php index 2727437..5340b1f 100644 --- a/include/screenshot.php +++ b/include/screenshot.php @@ -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 .= "$sImgFile"; + $sImg .= "$sImgFile
Submit Screenshot
"; else // no link for adding app screenshot as screenshots are linked to versions $sImg .= $sImgFile; $sImg .= html_frame_end()."
";