From 7fced1ba707fb5ad081daa804fefb6316aceb5c0 Mon Sep 17 00:00:00 2001 From: tetragon Date: Thu, 25 Oct 2007 00:03:28 +0000 Subject: Convert department_header using screens to templates git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1817 4979c152-3d1c-0410-bac9-87ea11338e46 --- UI/am-department-form.html | 54 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 UI/am-department-form.html (limited to 'UI') diff --git a/UI/am-department-form.html b/UI/am-department-form.html new file mode 100644 index 00000000..04b166ae --- /dev/null +++ b/UI/am-department-form.html @@ -0,0 +1,54 @@ + + + +
+ + + + + + + +
+ + + + 1 ?> + + + + + + + + +
'description', cols => 60, rows => row_count, text => form.description} ?> 'description', size => 60, value => form.description} ?>
'role', + type => 'radio', + value => 'C', + label => text('Cost Center'), + ${cost} => cost, + }; + PROCESS input element_data={ + name => 'role', + type => 'radio', + value => 'P', + label => text('Profit Center'), + ${profit} => profit, + }; -?>
+

+ 'hidden', + name => hidden, + value => hiddens.item(hidden) + }; END ?> + +
+ + -- cgit v1.2.3