diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-12-20 00:07:59 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-12-20 00:07:59 +0000 |
commit | 0f9d68697da12477342cc41825737b282a215f32 (patch) | |
tree | 4c2eea402e7e3a0800c5fc29a0ed1a65800ac14c /UI/lib | |
parent | de4c93c23b93218ec5feaec2ebb01189f73428a2 (diff) |
More contact, payment, voucher fixes/enhancements
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1984 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/lib')
-rw-r--r-- | UI/lib/elements.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UI/lib/elements.html b/UI/lib/elements.html index 4345e7ee..e22bd026 100644 --- a/UI/lib/elements.html +++ b/UI/lib/elements.html @@ -156,7 +156,7 @@ <?lsmb IF element_data.defined('text_attr'); option_data.text = option_data.$text_attr; END ?> - <?lsmb # Selected is a special case -- no attribute key, so it is handled here by looking for the option value in the default_values key. + <?lsmb # Selected is a special case -- no attribute key, so it is handled here by looking for the option value in the default_values list. IF element_data.defined('default_values') AND element_data.default_values.grep("^${option_data.value}$").size; option_data.selected = ' selected="selected"'; ELSE; |