Jeff Zaroyko : position text below screenshot preview, not beside.

Chris Morgan cmorgan at winehq.org
Tue Feb 26 18:39:02 CST 2008


Module: appdb
Branch: master
Commit: e201c9a8928e273065c25c6d87261402e7fc7119
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=e201c9a8928e273065c25c6d87261402e7fc7119

Author: Jeff Zaroyko <jeffzaroyko at 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&amp;iVersionId=$iVersionId'>".$sImgFile.$sZoomIcon."View/Submit&nbsp;Screenshot</a></div>";
+                $sImg .= "<div class=\"imgarea\"><a href='screenshots.php?iAppId=$iAppId&amp;iVersionId=$iVersionId'>".$sImgFile.$sZoomIcon."<br>View/Submit&nbsp;Screenshot</a></div>";
             else
                 $sImg .= "<div class=\"imgarea\"><a href='screenshots.php?iAppId=$iAppId&amp;iVersionId=$iVersionId'>".$sImgFile.$sZoomIcon."View&nbsp;Screenshot</a></div>";
         } else if($iVersionId) /* we are asking for a specific app version but it has no screenshots */




More information about the wine-cvs mailing list