gnucash-htdocs master: Fix some cosmetics

Geert Janssens gjanssens at code.gnucash.org
Fri Mar 7 07:49:40 EST 2014


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/2f42ebe2 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/35815f84 (commit)



commit 2f42ebe255739fee2bed65ff6a7303edd1de990a
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Fri Mar 7 13:49:33 2014 +0100

    Fix some cosmetics

diff --git a/donate.phtml b/donate.phtml
index 9f3bc8a..1d2b8f6 100644
--- a/donate.phtml
+++ b/donate.phtml
@@ -17,26 +17,26 @@ include("externals/menu.phtml");
 <div class="featureborder">
 <h2 class="featuretitle"><?php echo T_("Various ways to donate");?></h2>
 </div>
-<h3><?= T_("You can make a donation via the Sourceforge tip jar");?></h3>
+<h3><?= T_("You can donate via the Sourceforge tip jar");?></h3>
 
-<p><a href="http://sourceforge.net/donate/index.php?group_id=192"><?=T_("Sourceforg tip jar")?></a></p>
+<p><a href="http://sourceforge.net/donate/index.php?group_id=192"><?=T_("Sourceforge tip jar")?></a></p>
 
-<h3><?= T_("You can transfer a donation to our bank account");?></h3>
 
+<h3><?= T_("You can donate using bitcoin");?></h3>
+<p><a ref="bitcoin:1EEgyjqfBZ2ZgBHviLQuVAAsQfgVS1JUuy"><?php echo T_("Bitcoin address:");?></a> 1EEgyjqfBZ2ZgBHviLQuVAAsQfgVS1JUuy,
+<img src="<?=$home?>/images/gnucash-bitcoin-address.png" valign="center" alt="[bitcoin]" /></p>
+
+
+<h3><?= T_("You can transfer a donation to our bank account");?></h3>
 <p><?php echo T_("Owner:");?> Geert Janssens,<br/>
 <?php echo T_("Purpose: Donation");?>,<br/>
 <?php echo T_("Account:");?> 973-0754570-41,<br/>
 <?php echo T_("Bank Code:");?> ARSPBE22XXX, <?php echo T_("Bank:");?>Argenta Bank Grimbergen<br/>
 <?php echo T_("IBAN:");?> IBAN BE88 9730 7545 7041,<br/>
 <?php echo T_("Address of bank:");?> Argenta, Lagesteenweg 96, 1850 Grimbergen, Belgium</p>
-
-
-<h3><?= T_("You can donate using bitcoin");?></h3>
-: 
-<p><a ref="bitcoin:1EEgyjqfBZ2ZgBHviLQuVAAsQfgVS1JUuy"><?php echo T_("Bitcoin address:");?></a> 1EEgyjqfBZ2ZgBHviLQuVAAsQfgVS1JUuy,<br/>
-<?php echo T_("Or scan this code with your smartphone:");?> <img src="<?=$home?>/images/gnucash-bitcoin-address.png" alt="[bitcoin]" /></p>
 </div>
 
+
 <div class="featurecontainer">
 <div class="featureborder">
 <h2 class="featuretitle"><?php echo T_("Why we appreciate your support");?></h2>



Summary of changes:
 donate.phtml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)



More information about the gnucash-changes mailing list