From 074d0d7379de945e0b663bb699c44567e32813a4 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Fri, 1 Aug 2008 19:59:47 +0000 Subject: * Adding subtotal and grand total to multiple payment workflow * Correcting issues with CHECKED attributes in elements.html * Correcting update-safe issues with multiple payment workflow. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2230 4979c152-3d1c-0410-bac9-87ea11338e46 --- UI/payments/payments_detail.html | 54 ++++++++++++++++++++++++++++++++++++---- 1 file changed, 49 insertions(+), 5 deletions(-) (limited to 'UI/payments') diff --git a/UI/payments/payments_detail.html b/UI/payments/payments_detail.html index b028a0d1..206d0d59 100644 --- a/UI/payments/payments_detail.html +++ b/UI/payments/payments_detail.html @@ -168,8 +168,9 @@ - + + @@ -178,11 +179,16 @@ name = "contact_$count" value = r.contact_id } ?> + + + + + @@ -198,20 +204,20 @@ name = "paid_$r.contact_id" value = "some" label = text('Some') - checked = ("${paid_$r.contact_id}" == 'some') ? checked : "" + checked = (${"paid_$r.contact_id"} == 'some') ? "checked" : "" type = "radio" } ?> + + + + + + + + + + + + + +   + + + + + + + + + + +