gnucash-htdocs master: PHPize last commit

Frank H.Ellenberger fell at code.gnucash.org
Sun Dec 19 14:45:44 EST 2021


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/060e11fe (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/afc0cf91 (commit)



commit 060e11fe53a42383e9c4473154c5166120552ec2
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sun Dec 19 20:45:27 2021 +0100

    PHPize last  commit

diff --git a/download.phtml b/download.phtml
index 808b899..ea16d28 100644
--- a/download.phtml
+++ b/download.phtml
@@ -21,8 +21,8 @@
 
   <h3><?php echo T_("Installers")?></h3>
   <ul class="imagelist">
-    <li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/windows.png);"><?php printf (T_("GnuCash %s for"), $latest_stable)?> <a href="<?php echo $latest_stable_path.$latest_stable_win;?>">\SUPPORTED_WIN</a></li>
-    <li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/macosx.png);"><?php printf (T_("GnuCash %s for"), $latest_stable)?> <a href="<?php echo $latest_stable_path.$latest_stable_mac_intel;?>">\SUPPORTED_MAC</a></li>
+    <li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/windows.png);"><?php printf (T_("GnuCash %s for"), $latest_stable)?> <a href="<?php echo $latest_stable_path.$latest_stable_win;?>"><?=\SUPPORTED_WIN?></a></li>
+    <li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/macosx.png);"><?php printf (T_("GnuCash %s for"), $latest_stable)?> <a href="<?php echo $latest_stable_path.$latest_stable_mac_intel;?>"><?=\SUPPORTED_MAC?></a></li>
   </ul>
 
   <a id="distribution"></a><h3>Linux</h3>
@@ -65,8 +65,8 @@
       <p class="justify"><?php printf (T_("The latest unstable release of <span class=\"gnucash\">GnuCash</span> is %s.  Choose the download for your operating system below."), $latest_unstable)?></p>
       
       <ul>
-        <li><?php printf (T_("GnuCash %s for"), $latest_unstable)?> <a href="<?php echo $latest_unstable_path.$latest_unstable_win;?>">\SUPPORTED_WIN</a></li>
-        <li><?php printf (T_("GnuCash %s for"), $latest_unstable)?> Mac OS X <a href="<?php echo $latest_unstable_path.$latest_unstable_mac_intel;?>">\SUPPORTED_MAC</a></li>
+        <li><?php printf (T_("GnuCash %s for"), $latest_unstable)?> <a href="<?php echo $latest_unstable_path.$latest_unstable_win;?>"><?=\SUPPORTED_WIN?></a></li>
+        <li><?php printf (T_("GnuCash %s for"), $latest_unstable)?> Mac OS X <a href="<?php echo $latest_unstable_path.$latest_unstable_mac_intel;?>"><?=\SUPPORTED_MAC?></a></li>
         <li><a href="<?php echo $latest_unstable_path.$latest_unstable_source;?>">bzip2 compressed tarball</a> <?php printf (T_("for GnuCash %s"), $latest_unstable)?></li>
       </ul>
   <?php } ?>
diff --git a/index.phtml b/index.phtml
index fc94b65..ddfa4e4 100644
--- a/index.phtml
+++ b/index.phtml
@@ -18,10 +18,10 @@ include ("externals/menu.phtml");
             | <a href="<?=$home?>/download.phtml#distribution"><?=T_("Via distribution")?></a></li>
           <li><img alt="windows" src="<?=$top_dir?>/images/icons/windows.png" />
             <a
-            href="<?=$latest_stable_path.$latest_stable_win?>">\SUPPORTED_WIN</a></li>
+            href="<?=$latest_stable_path.$latest_stable_win?>"><?=\SUPPORTED_WIN?></a></li>
           <li><img alt="macosx" src="<?=$top_dir?>/images/icons/macosx.png" />
             <a
-            href="<?=$latest_stable_path.$latest_stable_mac_intel?>">\SUPPORTED_MAC</a></li>
+            href="<?=$latest_stable_path.$latest_stable_mac_intel?>"><?=\SUPPORTED_MAC?></a></li>
           <li><a href="<?=$home?>/download.phtml" style="font-size: 80%;"><?=T_("More downloads (Source code, Development …)")?></a></li>
         </ul>
       </div>



Summary of changes:
 download.phtml | 8 ++++----
 index.phtml    | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)



More information about the gnucash-changes mailing list