{assign var=title value="Edit E-Mail Template"} {include file="admin/header.inc.html"}
{$title}
{if $error}
{foreach from=$error item=e}
{$e}
{/foreach}
{/if}
Template
{$tpl|escape}
{$tpl_name|escape}
Language
{html_options options=$lang_options selected=$l}
{if $copy_lang_options}
Copy from another language
** COPY **
{html_options options=$copy_lang_options}
{/if}
{if $smarty.request.product_id}
Product#
{$smarty.request.product_id|escape} ({php}$p = $GLOBALS['db']->get_product($_REQUEST['product_id']); print $p['title']{/php})
{/if} {if $day ne ""}
Day when message will be sent
Edit another day message
** EDIT **
{html_options options=$another_day_options}
{/if}
E-Mail Message Type
{html_options options=$format_options selected=$format}
Subject
E-Mail Message
{$txt|escape}
{if $format eq "multipart"}
Alternative E-Mail Text (in plain-text format}
{$plain_txt|escape}
{/if}
E-Mail Variables:
** Please choose an option below and it will be inserted into email message **
{html_options options=$tags}
Attachments:
Upload your file to
amember/templates/
folder and enter filename
{foreach from=$attachments item=a}
{/foreach}
{include file="admin/footer.inc.html"}