Module: appdb Branch: master Commit: e201c9a8928e273065c25c6d87261402e7fc7119 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=e201c9a8928e273065c25c6d8...
Author: Jeff Zaroyko jeffzaroyko@gmail.com Date: Wed Feb 27 10:15:19 2008 +1100
position text below screenshot preview, not beside.
---
include/screenshot.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/screenshot.php b/include/screenshot.php index a83dd52..8a8d0e9 100644 --- a/include/screenshot.php +++ b/include/screenshot.php @@ -516,7 +516,7 @@ class screenshot if($hResult && query_num_rows($hResult)) { 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 $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 */