From c8497c0941805c5df8a2c9999b8defb35c98fcae Mon Sep 17 00:00:00 2001 From: tetragon Date: Sat, 6 Oct 2007 21:52:39 +0000 Subject: Convert auditcontrol screen to template The radio button bits of the templating are a bit... finicky to work with git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1710 4979c152-3d1c-0410-bac9-87ea11338e46 --- UI/am-audit-control.html | 49 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 UI/am-audit-control.html (limited to 'UI') diff --git a/UI/am-audit-control.html b/UI/am-audit-control.html new file mode 100644 index 00000000..f78fb860 --- /dev/null +++ b/UI/am-audit-control.html @@ -0,0 +1,49 @@ + + + +
+ + + + + + +
 
+ + + + + + + + + + + + + +
+ 'radio', name => 'revtrans', label => text('Yes'), value => 1, ${checked.revtransY} => checked.revtransY} ?> + 'radio', name => 'revtrans', label => text('No'), value => 0, ${checked.revtransN} => checked.revtransN} ?> +
+ 'radio', name => 'audittrail', label => text('Yes'), value => 1, ${checked.audittrailY} => checked.audittrailY} ?> + 'radio', name => 'audittrail', label => text('No'), value => 0, ${checked.audittrailN} => checked.audittrailN} ?> +
+
+ +
+ +
+ + 'hidden', + name => hidden, + value => hiddens.item(hidden) + }; END; +PROCESS button element_data={name => 'action', value => 'doclose' text => text('Continue')} ?> + +
+ + + -- cgit v1.2.3