r21929 - htdocs/branches/beta - Fix previous commit.

Cristian Marchi cmarchi at code.gnucash.org
Fri Feb 3 06:13:53 EST 2012


Author: cmarchi
Date: 2012-02-03 06:13:53 -0500 (Fri, 03 Feb 2012)
New Revision: 21929
Trac: http://svn.gnucash.org/trac/changeset/21929

Modified:
   htdocs/branches/beta/docs.phtml
Log:
Fix previous commit.

Modified: htdocs/branches/beta/docs.phtml
===================================================================
--- htdocs/branches/beta/docs.phtml	2012-02-03 11:09:16 UTC (rev 21928)
+++ htdocs/branches/beta/docs.phtml	2012-02-03 11:13:53 UTC (rev 21929)
@@ -78,6 +78,14 @@
 </ul>
 </div>
 
+<div class="downloadimage">
+<img alt="stabledoc" src="<?=$top_dir;?>/images/stabledoc.png" />
+</div>
+</div>
+
+<p class="justify"><?php echo T_("This is the latest stable release of the <span class=\"gnucash\">GnuCash</span> documentation. <em>Stable</em> means that this documentation is not necessarily the most up to date but it works without any problem.");?></p>
+</div>
+
 <div class="featurecontainer">
 <div class="featureborder">
 <h2 class="featuretitle"><?= T_("Nightly Documentation Builds");?></h2>
@@ -133,6 +141,7 @@
 <div class="downloadimage">
 <img alt="develdoc" src="<?=$top_dir;?>/images/develdoc.png" />
 </div>
+
 </div>
 
 <p class="justify"><?php echo T_("Every night a server builds the documentation from the current contents of the <span class=\"gnucash\">GnuCash</span> subversion repository. This includes the <b>Developer Documentation</b> from <b>Doxygen</b> and <b>User Documentation</b> for the current <em>unstable</em> version of <span class=\"gnucash\">GnuCash</span>.");?></p>
@@ -142,14 +151,6 @@
 <p class="justify"><?php echo T_("<b>NOTE:</b> these documents might not be accessible from time to time because developers might be working on improvements. However they are the most up to date reference for <span class=\"gnucash\">GnuCash</span> users.");?></p>
 </div>
 
-<div class="downloadimage">
-<img alt="stabledoc" src="<?=$top_dir;?>/images/stabledoc.png" />
-</div>
-</div>
-
-<p class="justify"><?php echo T_("This is the latest stable release of the <span class=\"gnucash\">GnuCash</span> documentation. <em>Stable</em> means that this documentation is not necessarily the most up to date but it works without any problem.");?></p>
-</div>
-
 <div class="featurecontainer">
 <div class="featureborder">
 <h2 class="featuretitle"><?php echo T_("Older GnuCash Documentation");?></h2>



More information about the gnucash-changes mailing list