r22744 - htdocs/branches/beta - Move code in previous commit in the right position...

Cristian Marchi cmarchi at code.gnucash.org
Sat Feb 2 07:50:47 EST 2013


Author: cmarchi
Date: 2013-02-02 07:50:47 -0500 (Sat, 02 Feb 2013)
New Revision: 22744
Trac: http://svn.gnucash.org/trac/changeset/22744

Modified:
   htdocs/branches/beta/index.phtml
Log:
Move code in previous commit in the right position...

Modified: htdocs/branches/beta/index.phtml
===================================================================
--- htdocs/branches/beta/index.phtml	2013-02-02 12:42:46 UTC (rev 22743)
+++ htdocs/branches/beta/index.phtml	2013-02-02 12:50:47 UTC (rev 22744)
@@ -25,15 +25,6 @@
 </ul>
 </div>
 
-<!--Start of Need help section -->
-<div style="float:right">
-  <div class="dialog note">
-  <h1><?php echo T_("Need Help?");?></h1>
-    <p class="justify"><?php echo T_("Looking for someone to contact about <span class=\"gnucash\">GnuCash</span>? Try the");?> <a href="http://wiki.gnucash.org/wiki/Mailing_Lists"><?php echo T_("Mailing Lists");?></a><?php echo T_(", which are public, email-based discussion groups where you can ask and answer <span class=\"gnucash\">GnuCash</span> questions to other users.");?></p>
-  </div>
-</div>
-<!-- end of Need Help section --> 
-
 <div class="downloadimage">
 <img alt="download" src="<?=$top_dir;?>/images/gnc-download.png" />
 </div>
@@ -44,6 +35,15 @@
 <p class="justify"><?php echo T_("Designed to be easy to use, yet powerful and flexible, <span class=\"gnucash\">GnuCash</span> allows you to track bank accounts, stocks, income and expenses.  As quick and intuitive to use as a checkbook register, it is based on professional accounting principles to ensure balanced books and accurate reports. "); ?></p>
 </div>
 
+<!--Start of Need help section -->
+<div style="float:right">
+  <div class="dialog note">
+  <h1><?php echo T_("Need Help?");?></h1>
+    <p class="justify"><?php echo T_("Looking for someone to contact about <span class=\"gnucash\">GnuCash</span>? Try the");?> <a href="http://wiki.gnucash.org/wiki/Mailing_Lists"><?php echo T_("Mailing Lists");?></a><?php echo T_(", which are public, email-based discussion groups where you can ask and answer <span class=\"gnucash\">GnuCash</span> questions to other users.");?></p>
+  </div>
+</div>
+<!-- end of Need Help section --> 
+
 <div style="width:100%">
 <h2 style="margin-bottom:1px; margin-top:0px"><?php echo T_("Feature Highlights"); ?></h2>
 </div>



More information about the gnucash-changes mailing list