r22747 - htdocs/trunk - Bug#692981 Add "Need Help?" section to homepage.

Cristian Marchi cmarchi at code.gnucash.org
Sun Feb 3 04:12:11 EST 2013


Author: cmarchi
Date: 2013-02-03 04:12:11 -0500 (Sun, 03 Feb 2013)
New Revision: 22747
Trac: http://svn.gnucash.org/trac/changeset/22747

Modified:
   htdocs/trunk/index.phtml
Log:
Bug#692981 Add "Need Help?" section to homepage.

Modified: htdocs/trunk/index.phtml
===================================================================
--- htdocs/trunk/index.phtml	2013-02-03 09:07:18 UTC (rev 22746)
+++ htdocs/trunk/index.phtml	2013-02-03 09:12:11 UTC (rev 22747)
@@ -35,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