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

SF.net SVN: ledger-smb:[3733] branches/1.3/UI/payments/payments_detail.html



Revision: 3733
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3733&view=rev
Author:   einhverfr
Date:     2011-09-22 19:23:03 +0000 (Thu, 22 Sep 2011)
Log Message:
-----------
Payments UI changes for changing default checked behavior

Modified Paths:
--------------
    branches/1.3/UI/payments/payments_detail.html

Modified: branches/1.3/UI/payments/payments_detail.html
===================================================================
--- branches/1.3/UI/payments/payments_detail.html	2011-09-22 18:33:12 UTC (rev 3732)
+++ branches/1.3/UI/payments/payments_detail.html	2011-09-22 19:23:03 UTC (rev 3733)
@@ -219,11 +219,11 @@
 			name = "contact_label_" _ r.contact_id
 			value = r.econtrol_code _ "--" _ r.account_number _ "--" _ r.contact_name
 		} ?>
-		<?lsmb IF action == "update_payments" -?>
+		<?lsmb # IF action == "update_payments" -?>
 			<?lsmb IF ${"id_$r.contact_id"} -?>
 				<?lsmb r.selected = 1 -?>
 			<?lsmb END # IF !${"id_$r.contact_id"} -?>
-		<?lsmb END # IF action ... -?>
+		<?lsmb # END # IF action ... -?>
 		<?lsmb INCLUDE input element_data = {
 			type = "checkbox"
 			name = "id_$r.contact_id"

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