Index: openacs-4/packages/ecommerce/www/admin/email-templates/add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/email-templates/add.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/ecommerce/www/admin/email-templates/add.tcl 9 Mar 2004 00:59:48 -0000 1.3 +++ openacs-4/packages/ecommerce/www/admin/email-templates/add.tcl 18 Aug 2008 21:31:25 -0000 1.4 @@ -1,5 +1,4 @@ # add.tcl - ad_page_contract { @author @creation-date @@ -10,48 +9,7 @@ ad_require_permission [ad_conn package_id] admin -append doc_body "[ad_admin_header "Add Email Template"] -

Add Email Template

-[ad_context_bar [list "../" "Ecommerce([ec_system_name])"] [list "index.tcl" "Email Templates"] "New Template"] -
-

-Please note: Email templates are designed be edited by a content writer (e.g. a customer service rep), but a programmer will have to schedule the sending of this email and program in the variable substitution. +set title "Add Email Template" +set context [list [list index "Email Templates"] $title] -

- -

For informational purposes

- -
- - - - -
Title
Variables Note on variables
When Sent
-
- -

Actually used when sending email

- -
- - - -" - - - -append doc_body " -
Subject Line
Message
Issue Type*[ec_issue_type_widget]
-
- -

-

- -
-
- -* Note: A customer service issue is created whenever an email is sent. The issue is automatically closed unless the customer replies to the issue, in which case it is reopened. - -[ad_admin_footer] -" - -doc_return 200 text/html $doc_body +set issue_type_widget_html [ec_issue_type_widget]