r22695 - htdocs/branches/beta - Hide another unstable download link

Geert Janssens gjanssens at code.gnucash.org
Fri Jan 11 12:06:41 EST 2013


Author: gjanssens
Date: 2013-01-11 12:06:41 -0500 (Fri, 11 Jan 2013)
New Revision: 22695
Trac: http://svn.gnucash.org/trac/changeset/22695

Modified:
   htdocs/branches/beta/download.phtml
Log:
Hide another unstable download link

Modified: htdocs/branches/beta/download.phtml
===================================================================
--- htdocs/branches/beta/download.phtml	2013-01-11 16:56:49 UTC (rev 22694)
+++ htdocs/branches/beta/download.phtml	2013-01-11 17:06:41 UTC (rev 22695)
@@ -50,7 +50,11 @@
 
 <ul>
  <li><a href="<?php echo $latest_stable_path;?>"><?php printf (T_("View all GnuCash %s downloads (stable)"), $latest_stable)?></a></li>
+
+<?php if ($latest_unstable) { ?>
  <li><a href="<?php echo $latest_unstable_path;?>"><?php printf (T_("View all GnuCash %s downloads (unstable)"), $latest_unstable)?></a></li>
+<?php } ?>
+
  <li><a href="http://sourceforge.net/projects/gnucash/files/"><?php echo T_("View all GnuCash downloads")?></a></li>
 </ul>
 



More information about the gnucash-changes mailing list