Skip to content

Commit

Permalink
Add max-height for images: should work better for IE.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarchi committed Dec 29, 2013
1 parent bb7bdf1 commit e7b5f23
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions 2.6-release-tour.phtml
Expand Up @@ -22,7 +22,7 @@ include("$top_dir/externals/menu.phtml");
</p>
<table class="figure" align="center">
<tr>
<td><img src="<?=$top_dir?>/images/2.6-release/2.6-jqplot-reports.png" alt="[jqplot barchart]" style="max-width:649px"/></p>
<td><img src="<?=$top_dir?>/images/2.6-release/2.6-jqplot-reports.png" alt="[jqplot barchart]" style="max-width:649px; max-height:457px"/></p>
</td>
<tr>
<th><?php echo T_("A barchart rendered in GnuCash with jqplot.");?>
Expand All @@ -36,7 +36,7 @@ include("$top_dir/externals/menu.phtml");
</p>
<table class="figure" align="center">
<tr>
<td><img src="<?=$top_dir?>/images/2.6-release/2.6-Pre-reports.png" alt="[Preconfigred reports window]" style="max-width:322px"/></p>
<td><img src="<?=$top_dir?>/images/2.6-release/2.6-Pre-reports.png" alt="[Preconfigred reports window]" style="max-width:322px; max-height:233px"/></p>
</td>
<tr>
<th><?php echo T_("The Preconfigured Reports window. You can select and run a preconfigured report, edit its name and delete it.");?>
Expand All @@ -56,7 +56,7 @@ include("$top_dir/externals/menu.phtml");

<table class="figure" align="center">
<tr>
<td><img src="<?=$top_dir?>/images/2.6-release/2.6-file-location.png" alt="[Attach file/ location to transaction]" style="max-width:323px"/></p>
<td><img src="<?=$top_dir?>/images/2.6-release/2.6-file-location.png" alt="[Attach file/ location to transaction]" style="max-width:323px; max-height:92px"/></p>
</td>
<tr>
<th><?php echo T_("You can now attach a file or a location to any transaction.");?>
Expand All @@ -71,7 +71,7 @@ include("$top_dir/externals/menu.phtml");

<table class="figure" align="center">
<tr>
<td><img src="<?=$top_dir?>/images/2.6-release/2.6-acc-colors.png" alt="[Account colors]" style="max-width:783px"/></p>
<td><img src="<?=$top_dir?>/images/2.6-release/2.6-acc-colors.png" alt="[Account colors]" style="max-width:783px; max-height:455px"/></p>
</td>
<tr>
<th><?php echo T_("The colors ease the lookup of specific accounts in the account tree and in tabs.");?>
Expand All @@ -94,7 +94,7 @@ include("$top_dir/externals/menu.phtml");

<table class="figure" align="center">
<tr>
<td><img src="<?=$top_dir?>/images/2.6-release/2.6-read-only.png" alt="Open read-only]" style="max-width:600px"/></p>
<td><img src="<?=$top_dir?>/images/2.6-release/2.6-read-only.png" alt="Open read-only]" style="max-width:600px; max-height:193px"/></p>
</td>
<tr>
<th><?php echo T_("The new button to open a <span class=\"gnucash\">GnuCash</span> datafile in read-only mode.");?>
Expand All @@ -109,7 +109,7 @@ include("$top_dir/externals/menu.phtml");

<table class="figure" align="center">
<tr>
<td><img src="<?=$top_dir?>/images/2.6-release/2.6-save-filter.png" alt="[Filter by save]" style="max-width:366px"/></p>
<td><img src="<?=$top_dir?>/images/2.6-release/2.6-save-filter.png" alt="[Filter by save]" style="max-width:366px; max-height:396px"/></p>
</td>
<tr>
<th><?php echo T_("Save the \"Filter By...\" settings by enabling the \"Save Filter\" checkbox.");?>
Expand All @@ -133,7 +133,7 @@ include("$top_dir/externals/menu.phtml");
</p>
<table class="figure" align="center">
<tr>
<td><img src="<?=$top_dir?>/images/2.6-release/2.6-credit-customer-report.png" alt="[Customer report]" style="max-width:727px"/></p>
<td><img src="<?=$top_dir?>/images/2.6-release/2.6-credit-customer-report.png" alt="[Customer report]" style="max-width:727px; max-height:575px"/></p>
</td>
<tr>
<th><?php echo T_("Customer report with an invoice and a credit note.");?>
Expand All @@ -143,7 +143,7 @@ include("$top_dir/externals/menu.phtml");

<table class="figure" align="center">
<tr>
<td><img src="<?=$top_dir?>/images/2.6-release/2.6-search-business.png" alt="[Search Invoice]" style="max-width:730px"/></p>
<td><img src="<?=$top_dir?>/images/2.6-release/2.6-search-business.png" alt="[Search Invoice]" style="max-width:730px; max-height:399px"/></p>
</td>
<tr>
<th><?php echo T_("Updated search window with buttons to process payment, duplicate, post and print multiple search results.");?>
Expand Down

0 comments on commit e7b5f23

Please sign in to comment.