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/lib/elements.html | 2 +- UI/payments/payments_detail.html | 54 ++++++++++++++++++++++++++++++++++++---- 2 files changed, 50 insertions(+), 6 deletions(-) (limited to 'UI') diff --git a/UI/lib/elements.html b/UI/lib/elements.html index e22bd026..f42aaf5d 100644 --- a/UI/lib/elements.html +++ b/UI/lib/elements.html @@ -220,7 +220,7 @@ ?> - + + @@ -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" } ?> + + + + + + + + + + + + + +   + + + + + + + + + + +