r22743 - htdocs/branches/beta - Bug #692981: Add a prominent "need help" section.

Cristian Marchi cmarchi at code.gnucash.org
Sat Feb 2 07:42:46 EST 2013


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

Modified:
   htdocs/branches/beta/index.phtml
Log:
Bug #692981: Add a prominent "need help" section.

Modified: htdocs/branches/beta/index.phtml
===================================================================
--- htdocs/branches/beta/index.phtml	2013-02-02 12:36:39 UTC (rev 22742)
+++ htdocs/branches/beta/index.phtml	2013-02-02 12:42:46 UTC (rev 22743)
@@ -25,6 +25,15 @@
 </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>



More information about the gnucash-changes mailing list