From b76b9b5f62567fc10377ef2be47972f79f1a2147 Mon Sep 17 00:00:00 2001 From: tetragon Date: Thu, 25 Oct 2007 00:36:53 +0000 Subject: Convert old template editor to templates Remove now-unused form_footer bin/am.pl now has all functions using templates or form functions for output git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1819 4979c152-3d1c-0410-bac9-87ea11338e46 --- UI/am-edit-template.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 UI/am-edit-template.html (limited to 'UI/am-edit-template.html') diff --git a/UI/am-edit-template.html b/UI/am-edit-template.html new file mode 100644 index 00000000..8d596098 --- /dev/null +++ b/UI/am-edit-template.html @@ -0,0 +1,22 @@ + + + +
+ 'body', + rows => 25, + cols => 70, + text => form.body, + } ?> +
+ 'hidden', + name => hidden, + value => hiddens.item(hidden) + }; END ?> + +
+ + + -- cgit v1.2.3