gnucash-htdocs master: More content for new release page.

Cristian Marchi cmarchi at code.gnucash.org
Sat Dec 28 10:24:19 EST 2013


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/ac553aab (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/582bcce2 (commit)



commit ac553aab627c1189234df29a27281bc94b445466
Author: Cristian Marchi <cri79 at libero.it>
Date:   Sat Dec 28 16:24:07 2013 +0100

    More content for new release page.

diff --git a/2.6-release-tour.phtml b/2.6-release-tour.phtml
index 8689613..c00dbd4 100644
--- a/2.6-release-tour.phtml
+++ b/2.6-release-tour.phtml
@@ -64,6 +64,26 @@ include("$top_dir/externals/menu.phtml");
    </tr>
 </table>
 
+<h2 class="featuretitle"><?php echo T_("Account colors");?></h2>
+<p class="justify">
+<?php echo T_("It is now possible to associate to any account a unique color from the edit account window. This color can then be displayed as account name and account register tab background easing the lookup of a specific account.");?>
+</p>
+
+<table class="figure" align="center">
+   <tr>
+     <td><img src="<?=$top_dir?>/images/2.6-release/2.6-acc-colors.png" alt="[Account colors]" /></p>
+     </td>
+   <tr>
+     <th>The colors ease the lookup of specific accounts in the account tree and in tabs.
+     </th>
+   </tr>
+</table>
+
+<h2 class="featuretitle"><?php echo T_("Timout on \"Save changes on closing\"");?></h2>
+<p class="justify">
+<?php echo T_("In the General tab of the <span class=\"gnucash\">GnuCash</span> Preferences is now possible to set a timeout for the \"Save changes on closing\" window. If enabled, the \"Save changes on closing\" question will only wait a limited number of seconds for an answer. If the user didn't answer within that time, the changes will be saved automatically and the question window closed.");?>
+</p>
+
 <!--
 <h2 class="featuretitle"><?php echo T_("Checkbook-Style Register");?></h2>
 <p class="justify">
diff --git a/images/2.6-release/2.6-acc-colors.png b/images/2.6-release/2.6-acc-colors.png
new file mode 100644
index 0000000..f37e129
Binary files /dev/null and b/images/2.6-release/2.6-acc-colors.png differ



Summary of changes:
 2.6-release-tour.phtml                |   20 ++++++++++++++++++++
 images/2.6-release/2.6-acc-colors.png |  Bin 0 -> 82560 bytes
 2 files changed, 20 insertions(+), 0 deletions(-)
 create mode 100644 images/2.6-release/2.6-acc-colors.png



More information about the gnucash-changes mailing list