Skip to content

Commit 2bc1f12

Browse files
committed
Bug #692981: Add a prominent "need help" section.
git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/branches/beta@22741 57a11ea4-9604-0410-9ed3-97b8803252fd
1 parent e378d1e commit 2bc1f12

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

docs.phtml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ include("externals/menu.phtml");
2626

2727
<p class="justify"><?php echo T_("You can also send an email to the <a href=\"mailto:gnucash-user@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>
2828

29+
<div style="float: left;">
2930
<div class="dialog note">
3031
<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>
3132
</div>
33+
</div>
3234

3335
<div class="featurecontainer">
3436
<div class="featureborder">

index.phtml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,17 @@ include("externals/menu.phtml");
3535
<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>
3636
</div>
3737

38+
<!--Start of Nedd help section -->
39+
<div style="float:right">
40+
<div class="dialog note">
41+
<h1><?= echo T_("Need Help?"); ?></h1>
42+
<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
43+
groups where you can ask and answer <span class=\"gnucash\">GnuCash</span> questions to other users.") ?></p>
44+
</div>
45+
</div>
46+
<!-- end of Need Help section -->
47+
48+
3849
<div style="width:100%">
3950
<h2 style="margin-bottom:1px; margin-top:0px"><?php echo T_("Feature Highlights"); ?></h2>
4051
</div>

0 commit comments

Comments
 (0)