r21969 - htdocs/branches/beta - Reformat the pharse with the online docs links.

Cristian Marchi cmarchi at code.gnucash.org
Sun Feb 5 04:10:46 EST 2012


Author: cmarchi
Date: 2012-02-05 04:10:46 -0500 (Sun, 05 Feb 2012)
New Revision: 21969
Trac: http://svn.gnucash.org/trac/changeset/21969

Modified:
   htdocs/branches/beta/develdocs.phtml
   htdocs/branches/beta/docs.phtml
   htdocs/branches/beta/externals/footer.phtml
Log:
Reformat the pharse with the online docs links.

Modified: htdocs/branches/beta/develdocs.phtml
===================================================================
--- htdocs/branches/beta/develdocs.phtml	2012-02-05 08:59:38 UTC (rev 21968)
+++ htdocs/branches/beta/develdocs.phtml	2012-02-05 09:10:46 UTC (rev 21969)
@@ -1,6 +1,6 @@
 <?php 
 include("lang.php");
-$title = T_("Writing documentation");
+$title = T_("Writing Documentation");
 include("emulate_globals_on.php");
 include("externals/header.phtml");
 include("externals/menu.phtml");

Modified: htdocs/branches/beta/docs.phtml
===================================================================
--- htdocs/branches/beta/docs.phtml	2012-02-05 08:59:38 UTC (rev 21968)
+++ htdocs/branches/beta/docs.phtml	2012-02-05 09:10:46 UTC (rev 21969)
@@ -53,7 +53,7 @@
 
 <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?><?php echo T_("\"<b>Help Manual</b></a> and the <a href=\"");?><?php echo $tfileurl?><?php echo T_("\"<b>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: 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_("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>
 

Modified: htdocs/branches/beta/externals/footer.phtml
===================================================================
--- htdocs/branches/beta/externals/footer.phtml	2012-02-05 08:59:38 UTC (rev 21968)
+++ htdocs/branches/beta/externals/footer.phtml	2012-02-05 09:10:46 UTC (rev 21969)
@@ -6,7 +6,7 @@
 <a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml-rdfa" alt="Valid XHTML + RDFa" height="31" width="88" /></a>
 </p>
 </div>
-<p><b>Copyright © 2001-2011 The GnuCash Project</b></p>
+<p><b>Copyright © 2001-2012 The GnuCash Project</b></p>
 <p><?= T_("Server & email outage reports to:")?> <a href="mailto:gnucash-devel at gnucash.org"><b>gnucash-devel at gnucash.org</b></a></p>
 <p><?= T_("Translation problems? Contact:");?> <a href="mailto:gnucash-devel at gnucash.org"><b>gnucash-devel at gnucash.org</b></a></p>
 </div>



More information about the gnucash-changes mailing list