gnucash-htdocs master: Add links for older OSes

Frank H.Ellenberger fell at code.gnucash.org
Sat Jul 4 17:42:02 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/5c8a5ae8 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/7b0b680f (commit)



commit 5c8a5ae88213e7e481e2ec335f1dd4f7813a2ed0
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sat Jul 4 23:41:53 2020 +0200

    Add links for older OSes

diff --git a/download.phtml b/download.phtml
index 717ba48..5148f64 100644
--- a/download.phtml
+++ b/download.phtml
@@ -71,7 +71,7 @@
   <?php
     # Only show old stable download options if there really is an active unstable release
     if ($old_stable) { ?>
-      <div class="featureborder">
+      <div id="previous" class="featureborder">
         <h2 class="featuretitle"><?php printf (T_("Old Stable release (%s)"), $old_stable)?></h2>
       </div>
       <p class="justify"><?php echo T_("This old stable release is the final version of the previous stable series. It's available for users who aren't ready for a major upgrade but want to make sure that they have all of the bugfixes from the old series.")?></p>
@@ -87,7 +87,7 @@
   <?php
     # Only show historical download options if enabled
     if ($show_historical) { ?>
-      <div class="featureborder">
+      <div id="historical" class="featureborder">
         <h2 class="featuretitle"><?php echo T_("Latest versions for historical operating systems") ?></h2>
       </div>
       <p class="justify"><?php echo T_("This versions are really old. Do not expect any support.")?></p>
diff --git a/index.phtml b/index.phtml
index 1237af0..8be9a8a 100644
--- a/index.phtml
+++ b/index.phtml
@@ -30,9 +30,9 @@
       </div>
 
       <div style="float:left;">
-        <p><?php printf (T_("Version %s is the last version for Windows 7 and MacOS 10.12 and earlier."), $last_win7_version);?></p>
-        <p><?php printf (T_("Version %s is the last version for Windows XP/Vista and MacOS X 10.8 and earlier, and so the last version that will run on PowerPC Macs."),
-                  $last_xp_vista_version);?></p>
+        <p><a href="download.htm#previous"><?php printf (T_("Version %s is the last version for Windows 7 and MacOS 10.12 and earlier."), $last_win7_version);?></a></p>
+        <p><a href="download.htm#historical"><?php printf (T_("Version %s is the last version for Windows XP/Vista and MacOS X 10.8 and earlier, and so the last version that will run on PowerPC Macs."),
+                  $last_xp_vista_version);?></a></p>
       </div>
     </div>
 



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



More information about the gnucash-changes mailing list