www/adium.im 302:54095ea65b16: Don't show the warning text for t...
commits at adium.im
commits at adium.im
Sat Oct 30 23:44:44 UTC 2010
details: http://hg.adium.im/www/adium.im/rev/54095ea65b16
revision: 302:54095ea65b16
author: Evan Schoenberg
date: Sat Oct 30 18:44:39 2010 -0500
Don't show the warning text for the current version.
diffs (14 lines):
diff -r ea98096b3434 -r 54095ea65b16 index.php
--- a/index.php Sat Oct 30 18:42:40 2010 -0500
+++ b/index.php Sat Oct 30 18:44:39 2010 -0500
@@ -143,8 +143,8 @@
<a href="/?download=<?=$operatingSystem?>"><img class="downloadicon" src="images/logo.png" alt="Download"></a><br>
<a href="/?download=<?=$operatingSystem?>"><span class="downloadlink">Download Adium <?=$downloadText[$operatingSystem]?></span></a>
</div>
- <?php if ($operatingSystem != "10.4") { ?>
- <div class="downloadSub" style="color:red;">If you're using OS X 10.4 or above, you should get <a href="/?download=10.4">Adium <?=$downloadText["10.4"]?></a>.</div>
+ <?php if ($operatingSystem != "10.6" && $operatingSystem != "10.5.8") { ?>
+ <div class="downloadSub" style="color:red;">If you're using OS X 10.5.8 or above, you should get <a href="/?download=10.5.8">Adium <?=$downloadText["10.5.8"]?></a>.</div>
<?php } ?>
<div class="downloadSub">
More information about the commits
mailing list