Skip to content

Commit

Permalink
Test an image frame and note.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarchi committed Dec 28, 2013
1 parent a0ae15a commit 3aacb70
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
15 changes: 13 additions & 2 deletions 2.6-release-tour.phtml
@@ -1,6 +1,6 @@
<?php
include("lang.php");
$title = T_("Features");
$title = T_("GnuCash 2.6 release tour");
include("emulate_globals_on.php");
include("$top_dir/externals/header.phtml");
include("$top_dir/externals/menu.phtml");
Expand All @@ -17,10 +17,21 @@ include("$top_dir/externals/menu.phtml");


<h2 class="featuretitle"><?php echo T_("Double Entry");?></h2>
<p align="center"><img src="<?=$top_dir?>/images/features/basics_AccountRelationships.png" alt="[Basic account relationship]" /></p>


<table class="figure">
<tbody>
<tr>
<td><p align="center"><img src="<?=$top_dir?>/images/features/basics_AccountRelationships.png" alt="[Basic account relationship]" /></p>
</td>
<tr>
<th>The double Entry system.
</th>
</tr>
<p class="justify">
<?php echo T_("Every transaction must debit one account and credit others by an equal amount. This ensures the books balance: the difference between income and expenses exactly equals the sum of assets and liabilities.");?>
</p>
</tbody>

<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>
Expand Down
20 changes: 20 additions & 0 deletions externals/gnucash.css
Expand Up @@ -704,3 +704,23 @@ h2.download-title {
border-radius: 16px;
box-shadow: 0 0 4px silver;
}

#figure {
background-color: #EEEEEE;
border: 1px solid #CCCCCC;
margin: auto;
padding: 3px;
width: 80%;
}

#table.figure th {
font-weight: bold;
text-align: center;
}

#table.figure td {
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
padding: 2px;
text-align: center;
}

0 comments on commit 3aacb70

Please sign in to comment.