From fd8a7c99f3b78c233ec44d1b3f15e558e48e092a Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 17 Jun 2008 03:36:10 +0000 Subject: finish adding a feature to easily list all email addresses for an agent & send them email --- httemplate/elements/htmlarea.html | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 httemplate/elements/htmlarea.html (limited to 'httemplate/elements') diff --git a/httemplate/elements/htmlarea.html b/httemplate/elements/htmlarea.html new file mode 100644 index 000000000..f27c4b5e6 --- /dev/null +++ b/httemplate/elements/htmlarea.html @@ -0,0 +1,36 @@ +<%doc> + +Example: + + include('/elements/htmlarea.html', + 'field' => 'fieldname', + 'curr_value' => $curr_value, + 'height' => 800, + ); + + + +% #init + + +% #editor + + +<%init> + +my %opt = @_; + + -- cgit v1.2.1