r18562 - htdocs/trunk - Add Windows 7 to the download references to make it clear this is supported as well

Geert Janssens gjanssens at code.gnucash.org
Tue Jan 12 10:13:55 EST 2010


Author: gjanssens
Date: 2010-01-12 10:13:54 -0500 (Tue, 12 Jan 2010)
New Revision: 18562
Trac: http://svn.gnucash.org/trac/changeset/18562

Modified:
   htdocs/trunk/download.phtml
   htdocs/trunk/index.phtml
Log:
Add Windows 7 to the download references to make it clear this is supported as well

Modified: htdocs/trunk/download.phtml
===================================================================
--- htdocs/trunk/download.phtml	2010-01-11 21:36:36 UTC (rev 18561)
+++ htdocs/trunk/download.phtml	2010-01-12 15:13:54 UTC (rev 18562)
@@ -18,7 +18,7 @@
 
 <h3><?php echo _("Installers")?></h3>
 <ul>
-<li><?php printf (_("GnuCash %s for"), $latest_stable)?> <a href="<?php echo $download_path.$latest_stable_win;?>">Microsoft Windows XP/Vista</a></li>
+<li><?php printf (_("GnuCash %s for"), $latest_stable)?> <a href="<?php echo $download_path.$latest_stable_win;?>">Microsoft Windows XP/Vista/7</a></li>
 <li><?php printf (_("GnuCash %s for"), $latest_stable)?> Mac OS X <a href="<?php echo $download_path.$latest_stable_mac_intel;?>">Intel</a> | <a href="<?php echo $download_path.$latest_stable_mac_ppc;?>">Power PC</a> | <a href="http://wiki.gnucash.org/wiki/MacOSX/<?php echo $latest_stable;?>/Readme">Readme</a></li>
 </ul>
 
@@ -45,7 +45,7 @@
 <p><?php printf (_("The latest unstable release of GnuCash is %s.  Choose the download for your operating system below."), $latest_unstable)?></p>
 
 <ul>
-  <li><?php printf (_("GnuCash %s for"), $latest_unstable)?> <a href="<?php echo $download_path.$latest_unstable_win;?>">Microsoft Windows XP/Vista</a></li>
+  <li><?php printf (_("GnuCash %s for"), $latest_unstable)?> <a href="<?php echo $download_path.$latest_unstable_win;?>">Microsoft Windows XP/Vista/7</a></li>
   <li><?php printf (_("GnuCash %s for"), $latest_unstable)?> Mac OS X <a href="<?php echo $download_path.$latest_unstable_mac_intel;?>">Intel</a> | <a href="http://wiki.gnucash.org/wiki/MacOSX/<?php echo $latest_unstable;?>/Readme">Readme</a></li>
   <li><a href="<?php echo $download_path.$latest_unstable_source;?>">bzip2 compressed tarball</a> <?php printf (_("for GnuCash %s"), $latest_unstable)?></li>
 </ul>

Modified: htdocs/trunk/index.phtml
===================================================================
--- htdocs/trunk/index.phtml	2010-01-11 21:36:36 UTC (rev 18561)
+++ htdocs/trunk/index.phtml	2010-01-12 15:13:54 UTC (rev 18562)
@@ -17,7 +17,7 @@
 
 <ul>
 <li><img src="<?=$top_dir?>/images/icons/linux.png" /> Linux <a href="<?php echo $download_path.$latest_stable_source;?>"><?php echo _("Source");?></a> | <a href="<?=$home?>/download.phtml#distribution"><?php echo _("Via distribution");?></a></li>
-<li><img src="<?=$top_dir?>/images/icons/windows.png" /> Microsoft Windows <a href="<?php echo $download_path.$latest_stable_win;?>">XP/Vista</a></li>
+<li><img src="<?=$top_dir?>/images/icons/windows.png" /> Microsoft Windows <a href="<?php echo $download_path.$latest_stable_win;?>">XP/Vista/7</a></li>
 <li><img src="<?=$top_dir?>/images/icons/macosx.png" /> Mac OS X <a href="<?php echo $download_path.$latest_stable_mac_intel;?>">Intel</a> | <a href="<?php echo $download_path.$latest_stable_mac_ppc;?>">Power PC</a> | <a href="http://wiki.gnucash.org/wiki/MacOSX/<?php echo $latest_stable;?>/Readme">Readme</a></li>
 <li><a href="<?=$home?>/download.phtml" style="font-size: 80%;"><?=_("More downloads (Source, Development,...)")?></a></li>
 </ul>



More information about the gnucash-changes mailing list