[Gnucash-changes] r13100 - gnucash/trunk - Dave Herman's patch to fix #327630 by copying missing "function"

David Hampton hampton at cvs.gnucash.org
Sat Feb 4 15:36:57 EST 2006


Author: hampton
Date: 2006-02-04 15:36:56 -0500 (Sat, 04 Feb 2006)
New Revision: 13100
Trac: http://svn.gnucash.org/trac/changeset/13100

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/report/stylesheets/stylesheet-easy.scm
   gnucash/trunk/src/report/stylesheets/stylesheet-fancy.scm
Log:
 Dave Herman's patch to fix #327630 by copying missing "function"
(gnc:html-document-set-style!) from the plain to both the "fancy" and
"easy" stylesheets.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-02-04 20:22:38 UTC (rev 13099)
+++ gnucash/trunk/ChangeLog	2006-02-04 20:36:56 UTC (rev 13100)
@@ -1,5 +1,11 @@
 2006-02-04  David Hampton  <hampton at employees.org>
 
+	* src/report/stylesheets/stylesheet-fancy.scm:
+	* src/report/stylesheets/stylesheet-easy.scm: Dave Herman's
+	<dvherman at gmail.com> patch to fix #327630 by copying missing
+	"function" (gnc:html-document-set-style!) from the plain to both
+	the "fancy" and "easy" stylesheets.
+
 	* src/gnome-utils/gnc-tree-view-commodity.c:
 	* src/gnome-utils/gnc-tree-view-price.c:
 	* src/gnome-utils/gnc-tree-view-account.c:

Modified: gnucash/trunk/src/report/stylesheets/stylesheet-easy.scm
===================================================================
--- gnucash/trunk/src/report/stylesheets/stylesheet-easy.scm	2006-02-04 20:22:38 UTC (rev 13099)
+++ gnucash/trunk/src/report/stylesheets/stylesheet-easy.scm	2006-02-04 20:36:56 UTC (rev 13100)
@@ -220,6 +220,16 @@
      'attribute (list "bgcolor" bgcolor)
      'attribute (list "text" textcolor)
      'attribute (list "link" linkcolor))
+;;;;
+;;;;
+;;;;
+    (gnc:html-document-set-style!
+     ssdoc "number-header"
+     'tag "th"
+     'attribute (list "align" "right"))
+;;;;
+;;;;
+;;;;
 
     (gnc:html-document-set-style!
      ssdoc "number-cell"

Modified: gnucash/trunk/src/report/stylesheets/stylesheet-fancy.scm
===================================================================
--- gnucash/trunk/src/report/stylesheets/stylesheet-fancy.scm	2006-02-04 20:22:38 UTC (rev 13099)
+++ gnucash/trunk/src/report/stylesheets/stylesheet-fancy.scm	2006-02-04 20:36:56 UTC (rev 13100)
@@ -194,7 +194,17 @@
      'attribute (list "text" textcolor)
      'attribute (list "link" linkcolor))
 
+;;;;
+;;;;
+;;;;
     (gnc:html-document-set-style!
+     ssdoc "number-header"
+     'tag "th"
+     'attribute (list "align" "right"))
+;;;;
+;;;;
+;;;;
+    (gnc:html-document-set-style!
      ssdoc "number-cell"
      'tag "td"
      'attribute (list "align" "right")



More information about the gnucash-changes mailing list