# packages/dotlrn-ecommerce/www/admin/email-template.tcl ad_page_contract { add/edit an email template @author Deds Castillo (deds@i-manila.com.ph) @creation-date 2005-07-20 @arch-tag: cb528bf6-f4e5-4c87-bbe9-e987780a6709 @cvs-id $Id: email-template-delete.tcl~,v 1.1 2005/08/08 13:10:07 hamiltonc Exp $ } { {section_id ""} {community_id ""} {action ""} {return_url ""} } -properties { } -validate { } -errors { } if {[empty_string_p $return_url]} { set return_url [export_vars -base "one-section" {section_id}] } set title "Add/edit email template" if {![exists_and_not_null community_id]} { set community_id [db_string get_community_id { select community_id from dotlrn_ecommerce_section where section_id = :section_id }] }