gnucash-htdocs master: Add flathub badge

Frank H.Ellenberger fell at code.gnucash.org
Tue Sep 10 01:50:01 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/77ca619e (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/d6373555 (commit)



commit 77ca619e02d693c115f3a2d46d1bdfa32065eb74
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Tue Sep 10 07:49:30 2019 +0200

    Add flathub badge

diff --git a/download.phtml b/download.phtml
index f4d7337..f988d60 100644
--- a/download.phtml
+++ b/download.phtml
@@ -36,9 +36,11 @@
   </ul>
 
   <h3><?php echo T_("Sandbox")?></h3>
-  <p class="justify"><?php echo T_("Flatpaks are bundles, which contain beneath the program also all required libraries. If your distribution is too old, to offer all required libraries, but has the package <span class=\"bold\">Flatpak</span>, you can install a recent version of <span class=\"gnucash\">GnuCash</span> from")?></p>
   <ul class="imagelist">
-    <li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/flatpak.png);"><a href="<?php echo $URL_FLATHUB;?>">Flathub</a></li>
+    <li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/flatpak.png);">
+      <p class="justify"><?php echo T_("Flatpaks are bundles, which contain beneath the program also all required libraries. If your distribution is too old, to offer all required libraries, but has the package <span class=\"bold\">Flatpak</span>, you can install a recent version of <span class=\"gnucash\">GnuCash</span> from")?></p>
+      <p class="justify"><a href="<?php echo $URL_FLATHUB;?>"><img width='240' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/></a></p>
+    </li>
   </ul>
 
   <h3><?php echo T_("Source code")?></h3>



Summary of changes:
 download.phtml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list