position text below screenshot preview, not beside.
This commit is contained in:
committed by
Chris Morgan
parent
650f5d7c49
commit
e201c9a892
@@ -516,7 +516,7 @@ class screenshot
|
|||||||
if($hResult && query_num_rows($hResult))
|
if($hResult && query_num_rows($hResult))
|
||||||
{
|
{
|
||||||
if($iVersionId)
|
if($iVersionId)
|
||||||
$sImg .= "<div class=\"imgarea\"><a href='screenshots.php?iAppId=$iAppId&iVersionId=$iVersionId'>".$sImgFile.$sZoomIcon."View/Submit Screenshot</a></div>";
|
$sImg .= "<div class=\"imgarea\"><a href='screenshots.php?iAppId=$iAppId&iVersionId=$iVersionId'>".$sImgFile.$sZoomIcon."<br>View/Submit Screenshot</a></div>";
|
||||||
else
|
else
|
||||||
$sImg .= "<div class=\"imgarea\"><a href='screenshots.php?iAppId=$iAppId&iVersionId=$iVersionId'>".$sImgFile.$sZoomIcon."View Screenshot</a></div>";
|
$sImg .= "<div class=\"imgarea\"><a href='screenshots.php?iAppId=$iAppId&iVersionId=$iVersionId'>".$sImgFile.$sZoomIcon."View Screenshot</a></div>";
|
||||||
} else if($iVersionId) /* we are asking for a specific app version but it has no screenshots */
|
} else if($iVersionId) /* we are asking for a specific app version but it has no screenshots */
|
||||||
|
|||||||
Reference in New Issue
Block a user