gnucash-htdocs beta: New_features-4.0: Final cleanup.

John Ralls jralls at code.gnucash.org
Fri Jun 26 18:43:09 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/6246609e (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/bd55a729 (commit)



commit 6246609e468e521b8db08a8dd2a96775af7fe1cf
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Jun 26 15:42:57 2020 -0700

    New_features-4.0: Final cleanup.

diff --git a/new_features-4.0.phtml b/new_features-4.0.phtml
index 375cee0..6fd154f 100644
--- a/new_features-4.0.phtml
+++ b/new_features-4.0.phtml
@@ -14,9 +14,9 @@ include("$top_dir/externals/menu.phtml");
             <h2 class="featuretitle"><?php echo T_("Major Highlights");?></h2>
         </div>
         <div class="row">
-                <img class="featureimage"
-                     src="<?=$top_dir?>/images/4.0-release/trans-assoc.png"
-                     alt="[Transaction Association Dialog]"/>
+            <img class="featureimage"
+                 src="<?=$top_dir?>/images/4.0-release/trans-assoc.png"
+                 alt="[Transaction Association Dialog]"/>
             <p class="justify">
                 <ul>
                     <li><?php echo T_("A new <B>Transaction Association</B> dialog, available from the <B>Update Association for Transaction</B> menu item that has replaced the two association items in 3.x, allows setting, changing, and deleting associations.");?></li>
@@ -26,18 +26,18 @@ include("$top_dir/externals/menu.phtml");
             </p>
         </div>
         <div class="row">
-                <video class="featureimage" controls>
-                    <source src="<?=$top_dir?>/images/4.0-release/select_account.mp4" type="video/mp4">
-                    <source src="<?=$top_dir?>/images/4.0-release/select_account.webm" type="video/webm">
-                    <?php echo T_("[Video showing two ways to filter accounts]");?>
-                </video>
+            <video class="featureimage" controls>
+                <source src="<?=$top_dir?>/images/4.0-release/select_account.mp4" type="video/mp4">
+                <source src="<?=$top_dir?>/images/4.0-release/select_account.webm" type="video/webm">
+                <?php echo T_("[Video showing two ways to filter accounts]");?>
+            </video>
             <p class="justify">
                 <ul>
                     <li><?php echo T_("New type-ahead search is added to sequential search when selecting an account or an Action in the register: Instead of typing the first few characters of a top level account, the separator, the first few characters of the next level account and so on you may instead type a few characters of any part of a full account name and the drop-list will be filtered to contain only matching accounts. Once you have a small enough list you can use the arrow keys to select the account that you want.");?></li>
                 </ul></p>
         </div>
         <div class="row">
-                <img class="featureimage" src="<?=$top_dir?>/images/4.0-release/gnucash-cli.png" alt="Command-Line" />
+            <img class="featureimage" src="<?=$top_dir?>/images/4.0-release/gnucash-cli.png" alt="Command-Line" />
             <p class="justify"><?php echo T_("A new separate executable, <kbd>gnucash-cli</kbd> (<kbd>gnucash-cli.exe</kbd> on Microsoft Windows) for doing command-line things like updating the prices in your book. <kbd>gnucash-cli</kbd> gains the ability to run reports from the command line. Specify reports to run by name or guid. It also provides an export format and an output file name without which it will output the report to stdout.");?>
                 <ul>
                     <li><code>gnucash-cli --report run --name=[reportname/guid] datafile.gnucash</code></li>
@@ -69,14 +69,14 @@ include("$top_dir/externals/menu.phtml");
         </div>
         <ul>
             <li><?php echo T_("Business Document Column Widths");?>
-                <p><?php echo T_("Entry column widths in Invoices, Bills, and Employee Vouchers may now be saved as defaults for each type of document.");?></p>
-                <p><?php echo T_("Two menu items are added to the View menu when a Bill, Invoice, or Voucher tab has focus:");?>
-                    <ul>
-                        <li><?php echo T_("<guimenuitem>Use as Default Layout for Vendor Documents</guimenuitem>");?></li>
-                        <li><?php echo T_("Reset Default Layout for Vendor Documents");?></li>
-                    </ul><?php echo T_("Vendor Documents is for Bills and is replaced by Customer or Employee Documents for Invoices or Vouchers respectively.");?>
-                </p>
-                <p><?php echo T_("The first saves the current document's column widths and makes them the default for all documents in the same type. The second menu item removes the customization and documents of that type will therafter use the computed default widths.");?></p>
+                <p><?php echo T_("Entry column widths in Invoices, Bills, and Employee Vouchers may now be saved as defaults for each type of document.");?></p></li>
+            <li><?php echo T_("Two menu items are added to the View menu when a Bill, Invoice, or Voucher tab has focus:");?>
+                <ul>
+                    <li><?php echo T_("<guimenuitem>Use as Default Layout for Vendor Documents</guimenuitem>");?></li>
+                    <li><?php echo T_("Reset Default Layout for Vendor Documents");?></li>
+                </ul><?php echo T_("Vendor Documents is for Bills and is replaced by Customer or Employee Documents for Invoices or Vouchers respectively.");?>
+            </li>
+            <li><?php echo T_("The first saves the current document's column widths and makes them the default for all documents in the same type. The second menu item removes the customization and documents of that type will therafter use the computed default widths.");?>
             </li>
         </ul>
     </div>
@@ -131,6 +131,4 @@ include("$top_dir/externals/menu.phtml");
             <li><?php echo T_("Python bindings are now localized and their strings available for translation.");?></li>
         </ul>
     </div>
-    <h4><?php echo T_("For the full list of changes in GnuCash 4.0 see the <a href=\"" . $home . "/news/200628-4.0.news\">Release Notes</a>");?></h4>
 </div>
-<?php include("externals/footer.phtml"); ?>



Summary of changes:
 new_features-4.0.phtml | 36 +++++++++++++++++-------------------
 1 file changed, 17 insertions(+), 19 deletions(-)



More information about the gnucash-changes mailing list