gnucash-htdocs master: Add max-height for images: should work better for IE.

Cristian Marchi cmarchi at code.gnucash.org
Sun Dec 29 09:48:55 EST 2013


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/9e012d7f (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/4b2603a3 (commit)



commit 9e012d7f94e5c16af8a4871793dd52c4b62d80ca
Author: Cristian Marchi <cri79 at libero.it>
Date:   Sun Dec 29 15:48:47 2013 +0100

    Add max-height for images: should work better for IE.

diff --git a/2.6-release-tour.phtml b/2.6-release-tour.phtml
index 23dc8c2..45cd854 100644
--- a/2.6-release-tour.phtml
+++ b/2.6-release-tour.phtml
@@ -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.");?>
@@ -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.");?>
@@ -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.");?>
@@ -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.");?>
@@ -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.");?>
@@ -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.");?>
@@ -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.");?>
@@ -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.");?>



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



More information about the gnucash-changes mailing list