[Gnucash-changes] r13910 - htdocs/trunk/www - Images for new features page.

Joshua Sled jsled at cvs.gnucash.org
Tue May 2 21:15:25 EDT 2006


Author: jsled
Date: 2006-05-02 21:15:16 -0400 (Tue, 02 May 2006)
New Revision: 13910
Trac: http://svn.gnucash.org/trac/changeset/13910

Added:
   htdocs/trunk/www/images/features/feature_graph-report.png
   htdocs/trunk/www/images/features/feature_register.png
   htdocs/trunk/www/images/features/feature_search.png
Modified:
   htdocs/trunk/www/features.phtml
Log:
Images for new features page.


Modified: htdocs/trunk/www/features.phtml
===================================================================
--- htdocs/trunk/www/features.phtml	2006-05-03 00:39:38 UTC (rev 13909)
+++ htdocs/trunk/www/features.phtml	2006-05-03 01:15:16 UTC (rev 13910)
@@ -21,7 +21,7 @@
 <h2><?php echo _("Checkbook-Style Register");?></h2>
 
 <p>
-<img src="feature_register.png" width="300" height="200" style="float: right; border: solid thin black; margin: 1em;" alt="[Register]"/>
+<img src="images/features/feature_register.png" width="300" height="200" style="float: right; border: solid thin grey; margin: 0.5 em;" alt="[Register]"/>
 The checkbook-style register provides a custom, convenient and familiar interface to entering financial transactions.   The register supports common checking and credit-card transactions, as well as income, stock and currency transactions.
 </p>
 <br clear="all"/>
@@ -34,7 +34,7 @@
 
 <h2><?php echo _("Reports, Graphs");?></h2>
 <p>
-<img src="/images/feature_reports.png" width="300" height="200" style="float: left; border: solid thin black; margin: 1em;" alt="[Graphs]"/>
+<img src="images/features/feature_graph-report.png" width="300" height="200" style="float: left; border: solid thin grey; margin: 0.5 em;" alt="[Graphs]"/>
 <?php echo _("GnuCash has an integrated reporting and graphing module, and comes complete with a full suite of standard and customizeable reports, such as Balance Sheet, Profit &amp; Loss, Portfolio Valuation, and many others.");?>
 </p>
 <br clear="all"/>
@@ -83,7 +83,9 @@
 <br clear="all" />
 
 <h2><?php echo _("Transaction Finder");?></h2>
-<p><?php echo _("A powerful transaction query dialogue can help you quickly locate a needle in a haystack.");?></p>
+<p>
+<img src="images/features/feature_search.png" width="300" height="200" alt="[Transaction Finder]" style="float: right; margin: 0.5em; border: solid thin grey;"/>
+<?php echo _("A powerful transaction query dialogue can help you quickly locate a needle in a haystack.");?></p>
 <br clear="all" />
 
 <h2><?php echo _("General Ledger");?></h2>

Added: htdocs/trunk/www/images/features/feature_graph-report.png
===================================================================
(Binary files differ)


Property changes on: htdocs/trunk/www/images/features/feature_graph-report.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: htdocs/trunk/www/images/features/feature_register.png
===================================================================
(Binary files differ)


Property changes on: htdocs/trunk/www/images/features/feature_register.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: htdocs/trunk/www/images/features/feature_search.png
===================================================================
(Binary files differ)


Property changes on: htdocs/trunk/www/images/features/feature_search.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream



More information about the gnucash-changes mailing list