Module: appdb Branch: master Commit: 1a50f7d05be181e76b155685cc55733f9d54d17d URL: http://source.winehq.org/git/appdb.git/?a=commit;h=1a50f7d05be181e76b155685c...
Author: Jeff Zaroyko jeffzaroyko@gmail.com Date: Sat Jun 14 10:19:18 2008 +1000
Applying make information about version field simpler and more direct - brevity is a virtue
---
include/testData.php | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-)
diff --git a/include/testData.php b/include/testData.php index 757ffa0..845a432 100644 --- a/include/testData.php +++ b/include/testData.php @@ -906,14 +906,7 @@ class testData{ echo '<tr><td class=color1><b>Tested release</b></td><td class=color0>',"\n"; echo make_bugzilla_version_list("sTestedRelease", $this->sTestedRelease); // Give the user some information about our available versions - echo "<ul>\n"; - echo "<li>If you are testing with a newer release than listed please"; - echo " check back tomorrow, sometimes it takes us a day to update the list.</li>\n"; - echo "<li>If you are testing with an older release than listed please"; - echo " upgrade and test with a newer release.</li>\n"; - echo "<li>If you haven't tested with one of the"; - echo " listed versions please retest with a recent release and resubmit.</li>\n"; - echo "</ul>\n"; + echo "<span>Version not listed? Your Wine is too old, <a href="http://winehq.org/download%5C%22%3Eupgrade!</a></span>"; echo '</td></tr>',"\n";
// Installs