r22741 - htdocs/branches/beta - Bug #692981: Add a prominent "need help" section.
Cristian Marchi
cmarchi at code.gnucash.org
Sat Feb 2 07:29:52 EST 2013
Author: cmarchi
Date: 2013-02-02 07:29:51 -0500 (Sat, 02 Feb 2013)
New Revision: 22741
Trac: http://svn.gnucash.org/trac/changeset/22741
Modified:
htdocs/branches/beta/docs.phtml
htdocs/branches/beta/index.phtml
Log:
Bug #692981: Add a prominent "need help" section.
Modified: htdocs/branches/beta/docs.phtml
===================================================================
--- htdocs/branches/beta/docs.phtml 2013-02-02 11:02:32 UTC (rev 22740)
+++ htdocs/branches/beta/docs.phtml 2013-02-02 12:29:51 UTC (rev 22741)
@@ -26,9 +26,11 @@
<p class="justify"><?php echo T_("You can also send an email to the <a href=\"mailto:gnucash-user at gnucash.org\">gnucash-user</a> mailing list if you cannot find a satisfactory answer to your question within either the <b>Help Manual</b> or the <b>Tutorial and Concepts Guide</b>. We <b>want</b> feedback from you, it is also through your comments that we know how to improve the documentation.");?></p>
+<div style="float: left;">
<div class="dialog note">
<p class="justify"><?php echo T_("<span class=\"gnucash\">GnuCash</span>'s documentation has been created by its community. See the <a href=\"develdocs.phtml\">Writing Documentation page</a> if you are interested in contributing to this effort.");?></p>
</div>
+</div>
<div class="featurecontainer">
<div class="featureborder">
Modified: htdocs/branches/beta/index.phtml
===================================================================
--- htdocs/branches/beta/index.phtml 2013-02-02 11:02:32 UTC (rev 22740)
+++ htdocs/branches/beta/index.phtml 2013-02-02 12:29:51 UTC (rev 22741)
@@ -35,6 +35,17 @@
<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 Nedd help section -->
+<div style="float:right">
+ <div class="dialog note">
+ <h1><?= echo T_("Need Help?"); ?></h1>
+ <p class="justify"><?= echo T_("Looking for someone to contact about <span class=\"gnucash\">GnuCash</span>? Try the") ?> <a href="http://wiki.gnucash.org/wiki/Mailing_Lists"><?=T_("Mailing Lists") ?></a><?= 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