gnucash-htdocs master: Make "Last version for..." a note

Frank H.Ellenberger fell at code.gnucash.org
Tue Apr 3 04:17:52 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/9fcfac88 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/2ec30748 (commit)



commit 9fcfac88dbeec1a1c4bad4d131bddca39945be49
Author: fell <frank.h.ellenberger at gmail.com>
Date:   Tue Apr 3 10:17:48 2018 +0200

    Make "Last version for..." a note

diff --git a/index.phtml b/index.phtml
index 08c4c41..99f5634 100644
--- a/index.phtml
+++ b/index.phtml
@@ -27,9 +27,12 @@ include("externals/menu.phtml");
 </div>
 
 <div class="downloadimage">
-<img alt="download" src="<?=$top_dir;?>/images/gnc-download.png" />
+ <img alt="download" src="<?=$top_dir;?>/images/gnc-download.png" />
+</div>
+
+<div class="note">
+ <p><?php echo T_("Version 2.6.20 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.");?></p>
 </div>
-<p><?php echo T_("Goodbye! Version 2.6.20 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.");?></p>
 </div>
 
 <p class="justify"><?php echo T_("<span class=\"gnucash\">GnuCash</span> is personal and small-business financial-accounting software, freely licensed under the <a href=\"http://www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows.");?></p>



Summary of changes:
 index.phtml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list