diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-09-22 23:25:05 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-09-22 23:25:05 +0000 |
commit | 50a4f9b19d1ea1a55b47bf09c99ddb195f811b02 (patch) | |
tree | b6c8073fad94b8c6e79780b88aa4aef69a1e5b33 /UI/am-list-departments.html | |
parent | 09d4792a5a453e2efdf1fc4afa8d440b4d4f11a8 (diff) |
Templating business type list
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1650 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/am-list-departments.html')
-rw-r--r-- | UI/am-list-departments.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UI/am-list-departments.html b/UI/am-list-departments.html index ea29f6ef..51c5f155 100644 --- a/UI/am-list-departments.html +++ b/UI/am-list-departments.html @@ -30,7 +30,7 @@ <?lsmb c = "listrow${row.i}" ?> <tr class="<?lsmb c ?>"> <?lsmb FOREACH column IN columns ?> - <td class="<?lsmb c ?>" <?lsmb IF (column == 'cost' || column == 'profit') ?>align="center"<?lsmb END ?>> + <td class="<?lsmb c ?>" <?lsmb IF (column == 'cost' || column == 'profit') ?>align="center"<?lsmb ELSIF column == 'discount' ?>align="right"<?lsmb END ?>> <?lsmb IF row.$column.href ?> <a href="<?lsmb row.$column.href?>"><?lsmb row.$column.text ?></a> <?lsmb ELSE; row.$column; END ?> |