diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-08-19 23:32:54 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-08-19 23:32:54 +0000 |
commit | 4e500228f3066b14c987910f0afa53ed320b480e (patch) | |
tree | cd680d74967bafc3fac2517a1b6e150f5d0d7ad6 /UI/Contact | |
parent | 3d8c7a3a98a3dfa05864b79e6cc2396871f20199 (diff) |
Adding id's to UI rows
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2284 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/Contact')
-rw-r--r-- | UI/Contact/contact.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/UI/Contact/contact.html b/UI/Contact/contact.html index f406bd3f..ff9cdae1 100644 --- a/UI/Contact/contact.html +++ b/UI/Contact/contact.html @@ -263,7 +263,7 @@ problems with multi-word single-quoted constructs in PI tags. -CT --> size = "20" } # " ?><br/> <table> - <tr> + <tr id="date-row"> <td> <?lsmb PROCESS input element_data = { label = text('Starting Date:'), @@ -287,7 +287,7 @@ problems with multi-word single-quoted constructs in PI tags. -CT --> } #' ?> </td> </tr> - <tr> + <tr id="credit-row"> <td> <?lsmb INCLUDE input element_data = { label = text('Credit Limit:'), @@ -307,7 +307,7 @@ problems with multi-word single-quoted constructs in PI tags. -CT --> } ?> <?lsmb text('days') ?> </td> </tr> - <tr> + <tr id="discount-gifi-row"> <td> <?lsmb INCLUDE input element_data = { label = text('Discount:'), @@ -335,7 +335,7 @@ problems with multi-word single-quoted constructs in PI tags. -CT --> } #' ?> </td> </tr> - <tr> + <tr id="account-link-row"> <td> <?lsmb INCLUDE select element_data = { name = "ar_ap_account_id" default_values = [ar_ap_account_id] @@ -355,7 +355,7 @@ problems with multi-word single-quoted constructs in PI tags. -CT --> } ?> </td> </tr> - <tr> + <tr id="business-threshold-row"> <td> <?lsmb INCLUDE select element_data = { name = "business_id" options = business_types |