r22028 - htdocs/branches/beta - Use a list for the Help and Tutorial online links.

Cristian Marchi cmarchi at code.gnucash.org
Wed Feb 15 15:04:05 EST 2012


Author: cmarchi
Date: 2012-02-15 15:04:05 -0500 (Wed, 15 Feb 2012)
New Revision: 22028
Trac: http://svn.gnucash.org/trac/changeset/22028

Modified:
   htdocs/branches/beta/docs.phtml
Log:
Use a list for the Help and Tutorial online links.

Modified: htdocs/branches/beta/docs.phtml
===================================================================
--- htdocs/branches/beta/docs.phtml	2012-02-15 18:28:00 UTC (rev 22027)
+++ htdocs/branches/beta/docs.phtml	2012-02-15 20:04:05 UTC (rev 22028)
@@ -53,8 +53,13 @@
 
 <h1><?php echo T_("GnuCash Documentation");?></h1>
 
-<p class="justify"><?php echo T_("There are two major <span class=\"gnucash\">GnuCash</span> documentation packages to help users: the");?> <a href="<?php echo $hfileurl?>"><b><?php echo T_("Help Manual");?></b></a> <?php echo T_("and the");?> <a href="<?php echo $tfileurl?>"><b><?php echo T_("Tutorials and Concepts Guide");?></b></a>.</p>
+<p class="justify"><?php echo T_("There are two major <span class=\"gnucash\">GnuCash</span> documentation packages to help users:");?></p>
+<ul>
+<li><a href="<?php echo $hfileurl?>"><b><?php echo T_("The Help Manual");?></b></a></li>
+<li><a href="<?php echo $tfileurl?>"><b><?php echo T_("The Tutorials and Concepts Guide");?></b></a>.</p></li>
+</ul>
 
+
 <p class="justify"><?php echo T_("The <b>Help Manual</b> is designed to be a quick reference of how to accomplish specific tasks and how to use the features in <span class=\"gnucash\">GnuCash</span>. The <b>Concepts Guide</b> is designed to be an in depth guide to the concepts behind using <span class=\"gnucash\">GnuCash</span> with a tutorial to show how to put those concepts into practice.");?></p>
 
 <p class="justify"><?php echo T_("Additionally, you can talk to someone via IRC at irc.gnome.org channel <b>#gnucash</b> about your question. Another resource is the <a href=\"http://wiki.gnucash.org/wiki/\">English</a> or <a href=\"http://linuxwiki.de/GnuCash\">Deutsch</a> <span class=\"gnucash\">GnuCash</span> wikis.");?></p>



More information about the gnucash-changes mailing list