{* $Id: newsletter_modify.tpl,v 1.11.2.1 2003/03/28 13:59:24 svowl Exp $ *} {if $smarty.get.mode eq "add"} {assign var="last_location" value="Create newsletter"} {else} {assign var="last_location" value="Modify newsletter"} {/if} {include file="location.tpl" last_location=$last_location} {capture name=dialog}
Creation date * {html_select_date prefix="Send" time=$newsletter.send_date start_year=$config.Company.start_year end_year=$config.Company.end_year}
Subject *
Body  
Send test to E-Mails  
   
   
     
    {include file="buttons/submit.tpl"}
{/capture} {include file="dialog.tpl" title=$last_location content=$smarty.capture.dialog extra="width=100%"}