[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[2284] trunk/UI/Contact/contact.html



Revision: 2284
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2284&view=rev
Author:   einhverfr
Date:     2008-08-19 23:32:54 +0000 (Tue, 19 Aug 2008)

Log Message:
-----------
Adding id's to UI rows

Modified Paths:
--------------
    trunk/UI/Contact/contact.html

Modified: trunk/UI/Contact/contact.html
===================================================================
--- trunk/UI/Contact/contact.html	2008-08-19 23:00:35 UTC (rev 2283)
+++ trunk/UI/Contact/contact.html	2008-08-19 23:32:54 UTC (rev 2284)
@@ -263,7 +263,7 @@
 		size = "20"
 	}  # " ?><br/>
         <table>
-        <tr>
+        <tr id="date-row">
             <td>
 		<?lsmb PROCESS input element_data = {
 			label = text('Starting Date:'),
@@ -287,7 +287,7 @@
 		} #' ?>
             </td>
         </tr>
-        <tr>
+        <tr id="credit-row">
             <td>
 		<?lsmb INCLUDE input element_data = {
 			label = text('Credit Limit:'),
@@ -307,7 +307,7 @@
 		} ?> <?lsmb text('days') ?>
             </td>
 	</tr>
-	<tr>
+	<tr id="discount-gifi-row">
             <td>
 		<?lsmb INCLUDE input element_data = {
 			label = text('Discount:'),
@@ -335,7 +335,7 @@
 		} #' ?>
             </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 @@
                 } ?>
            </td>
         </tr>
-        <tr>
+        <tr id="business-threshold-row">
            <td> <?lsmb INCLUDE select element_data = {
 			name = "business_id"
 			options = business_types


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.