gnucash-htdocs master: Final commit to test the 2.6 page skeleton...now onto content

Cristian Marchi cmarchi at code.gnucash.org
Sat Dec 28 09:00:59 EST 2013


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/aaf26c7a (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/018f0151 (commit)



commit aaf26c7a0c5517354fb4b8e73789acc9d2521d6b
Author: Cristian Marchi <cri79 at libero.it>
Date:   Sat Dec 28 15:00:52 2013 +0100

    Final commit to test the 2.6 page skeleton...now onto content

diff --git a/2.6-release-tour.phtml b/2.6-release-tour.phtml
index 344aac8..bc63fe0 100644
--- a/2.6-release-tour.phtml
+++ b/2.6-release-tour.phtml
@@ -24,7 +24,7 @@ include("$top_dir/externals/menu.phtml");
 
 <table class="figure" align="center">
    <tr>
-     <td><p align="center"><img src="<?=$top_dir?>/images/features/basics_AccountRelationships.png" alt="[Basic account relationship]" /></p>
+     <td><img src="<?=$top_dir?>/images/features/basics_AccountRelationships.png" alt="[Basic account relationship]" /></p>
      </td>
    <tr>
      <th>The double Entry system.
@@ -35,7 +35,6 @@ include("$top_dir/externals/menu.phtml");
 
 
 <h2 class="featuretitle"><?php echo T_("Checkbook-Style Register");?></h2>
-<p align="center"><img src="<?=$top_dir?>/images/features/feature_register.png" alt="[Register]" /></p>
 <p class="justify">
 <?php echo T_("The <span class=\"gnucash\">GnuCash</span> checkbook-style register provides a custom, convenient and familiar interface to entering financial transactions.");?></p>
 <p class="justify">
@@ -50,5 +49,15 @@ include("$top_dir/externals/menu.phtml");
 <li><?php echo T_("Many options to <b>customize</b> the appearance and the display style");?></li>
 </ul>
 
+<table class="figure" align="center">
+   <tr>
+     <td><img src="<?=$top_dir?>/images/features/feature_register.png" alt="[Register]" /></p></p>
+     </td>
+   <tr>
+     <th>The transactions register.
+     </th>
+   </tr>
+</table>
+
 </div>
 <?php include("externals/footer.phtml"); ?>



Summary of changes:
 2.6-release-tour.phtml |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list