r22740 - htdocs/branches/beta - Revert previous commit.

Cristian Marchi cmarchi at code.gnucash.org
Sat Feb 2 06:02:32 EST 2013


Author: cmarchi
Date: 2013-02-02 06:02:32 -0500 (Sat, 02 Feb 2013)
New Revision: 22740
Trac: http://svn.gnucash.org/trac/changeset/22740

Modified:
   htdocs/branches/beta/index.phtml
Log:
Revert previous commit.

Modified: htdocs/branches/beta/index.phtml
===================================================================
--- htdocs/branches/beta/index.phtml	2013-02-02 10:50:26 UTC (rev 22739)
+++ htdocs/branches/beta/index.phtml	2013-02-02 11:02:32 UTC (rev 22740)
@@ -30,26 +30,6 @@
 </div>
 </div>
 
-<!-- Android app info -->
-<div id="download">
-  <div style="float: left;">
-    <h2>GnuCash for Android</h2>
-
-    <p><?php echo T_("The GnuCash team recommends the GnuCash for Android app. This app allows you to keep track of your financial transactions on the go for later import into the desktop version of GnuCash.");?></p>
-
-    <p><i><?php echo T_("Note that GnuCash for Android is not a port of the GnuCash program to Android.");?></i></p>
-
-    <p><a href="https://github.com/codinguser/GnucashMobile/blob/master/README.md" target="_blank"><?php echo T_("Info and development");?></a></p>
-  </div>
-
-  <div class="downloadimage">
-    <a href="https://play.google.com/store/apps/details?id=org.gnucash.android" target="_blank">
-      <img alt="Get it on Google Play" src="https://developer.android.com/images/brand/en_generic_rgb_wo_60.png" />
-    </a>
-  </div>
-</div>
-<!-- end Android app info -->
-
 <p class="justify"><?php echo T_("<span class=\"gnucash\">GnuCash</span> is personal and small-business financial-accounting software, freely licensed under the <a href=\"http://www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows.");?></p>
 
 <p class="justify"><?php echo T_("Designed to be easy to use, yet powerful and flexible, <span class=\"gnucash\">GnuCash</span> allows you to track bank accounts, stocks, income and expenses.  As quick and intuitive to use as a checkbook register, it is based on professional accounting principles to ensure balanced books and accurate reports. "); ?></p>
@@ -72,6 +52,21 @@
 <a href="<?=$home?>/features.phtml"><?php echo T_("<b>Discover more...</b>");?></a>
 </div>
 
+<!-- Android app info -->
+<div id="download" style="margin-top:2em">
+<h3 style="margin-bottom:1px; margin-top:0px">GnuCash companion app for Android</h3>
+  <div style="width:172px; height:100%; float:right; margin-left:15px; margin-right:15px">
+  <a href="https://play.google.com/store/apps/details?id=org.gnucash.android" target="_blank">
+    <img alt="Get it on Google Play" src="https://developer.android.com/images/brand/en_generic_rgb_wo_60.png" />
+  </a>
+  <p style="text-align:center"><a href="https://github.com/codinguser/GnucashMobile/blob/master/README.md" target="_blank"><?php echo T_("Info and development");?></a></p>
+  </div>
+  <p><?php echo T_("The GnuCash team recommends the GnuCash Mobile Android app. This application allows you to keep track of your financial transactions on the go for later import into the desktop version of GnuCash.");?></p>
+  <p><i><b><?php echo T_("Note: the application is not a port of the GnuCash program for Android systems.");?></b></i></p>
+</div>
+<!-- end Android app info -->
+
+
 <div id="newscontainer">
 <h1><?php echo T_("News"); ?></h1>
 



More information about the gnucash-changes mailing list