mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* add "centered-label-cell" markup type to define a cell with tag
'b' and attribute "align center". git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7105 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
3b49b42812
commit
439be2a6b7
@ -3,6 +3,9 @@
|
||||
* "global-replace for-each-in-order for-each" because the former
|
||||
does not exist in current guiles. Fixes bugID 87693
|
||||
|
||||
* add "centered-label-cell" markup type to define a cell with tag
|
||||
'b' and attribute "align center".
|
||||
|
||||
2002-07-08 Derek Atkins <derek@ihtfp.com>
|
||||
|
||||
* kvp-option-registry.scm: create a registry of kvp-options
|
||||
|
@ -248,6 +248,11 @@
|
||||
'tag '("td" "b")
|
||||
'attribute (list "align" "left"))
|
||||
|
||||
(gnc:html-document-set-style!
|
||||
ssdoc "centered-label-cell"
|
||||
'tag '("td" "b")
|
||||
'attribute (list "align" "center"))
|
||||
|
||||
;; don't surround marked-up links with <a> </a>
|
||||
(if (not links?)
|
||||
(gnc:html-document-set-style!
|
||||
|
@ -128,6 +128,11 @@
|
||||
'tag '("td" "b")
|
||||
'attribute (list "align" "left"))
|
||||
|
||||
(gnc:html-document-set-style!
|
||||
ssdoc "centered-label-cell"
|
||||
'tag '("td" "b")
|
||||
'attribute (list "align" "center"))
|
||||
|
||||
(gnc:html-document-set-style!
|
||||
ssdoc "normal-row"
|
||||
'tag "tr")
|
||||
|
Loading…
Reference in New Issue
Block a user