diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-10-04 18:22:07 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-10-04 18:22:07 +0000 |
commit | d885a1f0c89a56714f0db7c0e4d8dbf9f30a5ea9 (patch) | |
tree | 4454f9fb28254a8c15d3e3f7da27f7a130569c02 /UI/am-list-accounts.odst | |
parent | 509ed84d2670bb3bf9f63ba68014a47e7e0c39fe (diff) |
Add support for named format tags (such as <bold>foo</bold>)
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1700 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/am-list-accounts.odst')
-rw-r--r-- | UI/am-list-accounts.odst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UI/am-list-accounts.odst b/UI/am-list-accounts.odst index 163fc054..7a4cdfdc 100644 --- a/UI/am-list-accounts.odst +++ b/UI/am-list-accounts.odst @@ -18,9 +18,9 @@ <?lsmb IF loop.first ?><format num_format="3"> <?lsmb END ?> <?lsmb IF row.$column.href ?> - <format font_shadow="1"> + <italic> <cell text="<?lsmb row.$column.text ?>" /> - </format> + </italic> <?lsmb ELSE ?> <format font_outline="1"> <cell text="<?lsmb row.$column ?>" /> |