Add a magnifying glass image overlay on top of screenshot thumbnails to make it more obvious to users that clicking on the
image will allow them to see a larger version of the thumbnail
This commit is contained in:
@@ -658,7 +658,7 @@ class Version {
|
||||
echo "<tr class=\"color0\" valign=\"top\"><td><b>Maintainers Version</b></td><td>".$this->sTestedRelease."</td></tr>\n";
|
||||
|
||||
// image
|
||||
$img = Screenshot::get_random_screenshot_img($oApp->iAppId, $this->iVersionId);
|
||||
$img = Screenshot::get_random_screenshot_img($oApp->iAppId, $this->iVersionId, false);
|
||||
echo "<tr><td align=\"center\" colspan=\"2\">$img</td></tr>\n";
|
||||
|
||||
// display all maintainers of this application
|
||||
|
||||
Reference in New Issue
Block a user