gnucash-htdocs master: Reposition bitcoin qr code

Geert Janssens gjanssens at code.gnucash.org
Fri Mar 7 07:54:09 EST 2014


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/5ef65dff (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/601e4d19 (commit)



commit 5ef65dffb7b050b591ed63da1ae94e5c692d3f7f
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Fri Mar 7 13:53:58 2014 +0100

    Reposition bitcoin qr code

diff --git a/donate.phtml b/donate.phtml
index 1ebbcd1..4f50514 100644
--- a/donate.phtml
+++ b/donate.phtml
@@ -23,11 +23,11 @@ include("externals/menu.phtml");
 
 
 <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>
+<img style="float:left;" src="<?=$home?>/images/gnucash-bitcoin-address.png" valign="center" alt="[bitcoin]" />
+<p><a ref="bitcoin:1EEgyjqfBZ2ZgBHviLQuVAAsQfgVS1JUuy"><?php echo T_("Bitcoin address:");?></a><br/>1EEgyjqfBZ2ZgBHviLQuVAAsQfgVS1JUuy</p>
 
 
-<h3><?= T_("You can transfer a donation to our bank account");?></h3>
+<h3 style="float:clear;"><?= 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/>



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



More information about the gnucash-changes mailing list