gnucash-htdocs master: Make bitcoin image a link to the bitcoin address as well

Geert Janssens gjanssens at code.gnucash.org
Fri Mar 14 04:29:12 EDT 2014


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/a24df33f (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/52012fcf (commit)



commit a24df33f257b9ec5e99064f7e04ea587d4e523c1
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Fri Mar 14 09:28:49 2014 +0100

    Make bitcoin image a link to the bitcoin address as well

diff --git a/donate.phtml b/donate.phtml
index a08d8d9..ff315d5 100644
--- a/donate.phtml
+++ b/donate.phtml
@@ -27,7 +27,7 @@ include("externals/menu.phtml");
 
 
 <h3 style="clear:both;"><?= T_("You can donate using bitcoin");?></h3>
-<img style="float:left; margin: 0 10px 10px 0;" src="<?=$home?>/images/gnucash-bitcoin-address.png" valign="center" alt="[bitcoin]" />
+<a style="float:left; margin: 0 10px 10px 0;"  ref="bitcoin:1EEgyjqfBZ2ZgBHviLQuVAAsQfgVS1JUuy"><img src="<?=$home?>/images/gnucash-bitcoin-address.png" valign="center" alt="[bitcoin]" /></a/
 <p><a ref="bitcoin:1EEgyjqfBZ2ZgBHviLQuVAAsQfgVS1JUuy"><?php echo T_("Bitcoin address:");?></a><br/>1EEgyjqfBZ2ZgBHviLQuVAAsQfgVS1JUuy</p>
 
 



Summary of changes:
 donate.phtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list