summaryrefslogtreecommitdiff
path: root/UI/Contact/contact.html
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-08-21 15:44:26 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-08-21 15:44:26 +0000
commit767f00372726c561e86f3b57bf3437ae175dbb0b (patch)
treebb709080b47acf296ec63cc9e014d6b0853e76a7 /UI/Contact/contact.html
parent69d00a1e810accadd2bbc26ec58f9d827826f088 (diff)
* Minor fixes to customer/vendor entry
* Fixes to customer search functionality git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2295 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/Contact/contact.html')
-rw-r--r--UI/Contact/contact.html14
1 files changed, 8 insertions, 6 deletions
diff --git a/UI/Contact/contact.html b/UI/Contact/contact.html
index e1b92cb0..08e4ce5b 100644
--- a/UI/Contact/contact.html
+++ b/UI/Contact/contact.html
@@ -518,17 +518,19 @@ problems with multi-word single-quoted constructs in PI tags. -CT -->
</div>
<div>
<?lsmb PROCESS input element_data = {
- name = "line_two",
- value = line_two,
- type = "text",
+ name = "line_two"
+ class = "addl-address"
+ value = line_two
+ type = "text"
size = "20"
} ?>
</div>
<div>
<?lsmb PROCESS input element_data = {
- name = "line_three",
- value = line_three,
- type = "text",
+ name = "line_three"
+ class = "addl-address"
+ value = line_three
+ type = "text"
size = "20"
} ?>
</div>