From 94f682576c59a8aa29cd86f453381f04efe03d0e Mon Sep 17 00:00:00 2001 From: tetragon Date: Mon, 22 Oct 2007 15:39:36 +0000 Subject: Some templating for the recurring transactions screen git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1803 4979c152-3d1c-0410-bac9-87ea11338e46 --- UI/am-list-recurring.html | 66 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 UI/am-list-recurring.html (limited to 'UI/am-list-recurring.html') diff --git a/UI/am-list-recurring.html b/UI/am-list-recurring.html new file mode 100644 index 00000000..c9234df9 --- /dev/null +++ b/UI/am-list-recurring.html @@ -0,0 +1,66 @@ + + + +
+ + + + + + + + + + + + +
 
+ + + + + + + + + + + + + + + + + + + +
+ + + +
+ '); + ELSIF transaction.$column.href.defined; + ''; transaction.$column.text; ''; + ELSIF transaction.$column.type.defined; + PROCESS input element_data=transaction.$column; + ELSE; + transaction.$column; + END ?> +
+

+ + 'hidden', + name => hidden, + value => hiddens.item(hidden) + }; END; +PROCESS button element_data={name => 'action', value => 'process_transactions' text => text('Process Transactions')} ?> +
+ + + -- cgit v1.2.3