gnucash-htdocs master: Move Flatpak below Linux on the main page
Frank H.Ellenberger
fell at code.gnucash.org
Thu Sep 7 16:26:22 EDT 2023
Updated via https://github.com/Gnucash/gnucash-htdocs/commit/27ad13fe (commit)
from https://github.com/Gnucash/gnucash-htdocs/commit/052e5366 (commit)
commit 27ad13fe1582579e73e2669baf109edb6c108bb4
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date: Thu Sep 7 22:25:24 2023 +0200
Move Flatpak below Linux on the main page
diff --git a/index.phtml b/index.phtml
index 57ea1e1..5824dfa 100644
--- a/index.phtml
+++ b/index.phtml
@@ -13,9 +13,15 @@ include ("externals/menu.phtml");
<div style="float: left;">
<h2 id="dwnld-box"><?php printf (T_("Download GnuCash %s"), $latest_stable)?></h2>
<ul>
- <li><img alt="linux" src="<?=$top_dir?>/images/icons/linux.png" style="vertical-align: middle;"/>
- Linux <a href="<?=$latest_stable_path.$latest_stable_source?>"><?=T_("Source code")?></a>
- | <a href="<?=$home?>/download.phtml#distribution"><?=T_("Via distribution")?></a></li>
+ <li><img alt="linux" src="<?=$top_dir?>/images/icons/linux.png" style="vertical-align: middle;"/> Linux
+ <ul>
+ <li<><a href="<?=$latest_stable_path.$latest_stable_source?>"><?=T_("Source code")?></a>
+ | <a href="<?=$home?>/download.phtml#distribution"><?=T_("Via distribution")?></a></li>
+ <li><img alt="flatpak logo" src="<?=$top_dir?>/images/icons/Flatpak_logo.png" style="vertical-align: middle;" />
+ <?php printf(T_("GnuCash is also available as a flatpak from flathub.org. %s"),
+ /*Translators: This labels a link to flatpak installation instructions. */
+ '<a href="https://wiki.gnucash.org/wiki/Flatpak">' . T_("Instructions") . "</a>"); ?></li>
+ </ul>
<li><img alt="windows" src="<?=$top_dir?>/images/icons/windows.png" style="vertical-align: middle;"/> <?=\LABEL_WIN?>
<a
href="<?=$latest_stable_path.$latest_stable_win?>"><?=\SUPPORTED_WIN?></a></li>
@@ -23,8 +29,6 @@ include ("externals/menu.phtml");
<a
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>
- <li><img alt="flatpak logo" src="<?=$top_dir?>/images/icons/Flatpak_logo.png" style="vertical-align: middle;" /> <?php printf(T_("GnuCash is also available as a flatpak from flathub.org. %s"),
- /*Translators: This labels a link to flatpak installation instructions. */ '<a href="https://wiki.gnucash.org/wiki/Flatpak">' . T_("Instructions") . "</a>"); ?></li>
</ul>
</div>
<div class="downloadimage">
Summary of changes:
index.phtml | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
More information about the gnucash-changes
mailing list