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.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13100 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2006-02-04 20:36:56 +00:00
parent ea587fdf3c
commit 21adfc1779
3 changed files with 26 additions and 0 deletions

View File

@ -1,5 +1,11 @@
2006-02-04 David Hampton <hampton@employees.org>
* src/report/stylesheets/stylesheet-fancy.scm:
* src/report/stylesheets/stylesheet-easy.scm: Dave Herman's
<dvherman@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:

View File

@ -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"

View File

@ -194,6 +194,16 @@
'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"