gnucash-htdocs master: Give an id to download box.

Cristian Marchi cmarchi at code.gnucash.org
Sun Dec 29 11:46:03 EST 2013


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/8b8d7c77 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/dc8eb459 (commit)



commit 8b8d7c771ae2ceac5dceb3459683031aba6a7ec3
Author: Cristian Marchi <cri79 at libero.it>
Date:   Sun Dec 29 17:45:54 2013 +0100

    Give an id to download box.

diff --git a/index.phtml b/index.phtml
index dc245f9..d27c59f 100644
--- a/index.phtml
+++ b/index.phtml
@@ -15,7 +15,7 @@ include("externals/menu.phtml");
 
 <div id="download">
 <div style="float:left;">
-<h2><?php printf (T_("Download GnuCash %s"), $latest_stable)?></h2>
+<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" /> Linux <a href="<?php echo $download_path.$latest_stable_source;?>"><?php echo T_("Source");?></a> | <a href="<?=$home?>/download.phtml#distribution"><?php echo T_("Via distribution");?></a></li>



Summary of changes:
 index.phtml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)



More information about the gnucash-changes mailing list