diff options
author | aurynn_cmd <aurynn_cmd@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-02-27 20:55:20 +0000 |
---|---|---|
committer | aurynn_cmd <aurynn_cmd@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-02-27 20:55:20 +0000 |
commit | 6f51825329cf9b5df51e71b9c4ed86c9b2a65da8 (patch) | |
tree | ef2b23eeaa72ebe7bf5a8ec1e146babebe11ef65 /UI | |
parent | 828e750e8db42730325aadb26b5ad73d596fb5df (diff) |
Fixes to contact.html. Fixes Notes save bug in Vendor Save screen.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2091 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI')
-rw-r--r-- | UI/Contact/contact.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UI/Contact/contact.html b/UI/Contact/contact.html index 311660b8..6403d1c9 100644 --- a/UI/Contact/contact.html +++ b/UI/Contact/contact.html @@ -625,8 +625,8 @@ problems with multi-word single-quoted constructs in PI tags. -CT --> value=entity_id } ?> <div class="input"><?lsmb PROCESS textarea element_data = { - label = text('Notes:<br />') # ' - name = notes + label = text('Notes:<br />') + name = 'notes' } ?></div> <div class="input"> <?lsmb PROCESS button element_data = { |