{if $formSubmitted}
{if $submitResult} {"Changes successfully changed."|i18n} {else} {"Changes NOT saved! You must put a colon : in the header or else the email will not be sent correctly."|i18n} {/if}
{/if} {if $edit == 1}
{"Edit Custom Header"|i18n}
{"Warning: This feature is for advanced users only.
Custom headers are headers that will go in the message source, invisible to the subscriber.
You must put a colon \":\" in the header or else the email will not be sent correctly."|i18n}
{"Name: (Not part of header)"|i18n} {"This is just a label for your own internal use"|i18n}
{"Header Information:"|i18n}
{"Date Created:"|i18n} {$form.sdate}
{else}

{"Custom Email Headers"|i18n}

{"Add Custom Header"|i18n}
{"Warning: This feature is for advanced users only.
Custom headers are headers that will go in the message source, invisible to the subscriber.
You must put a colon \":\" in the header or else the email will not be sent correctly."|i18n}
{"Name:"|i18n}
({"Not part of header"|i18n})
{"This is just a label for your own internal use"|i18n}
{"Header Information:"|i18n}
{"IE: X-Mailer:MyProgram"|i18n}
{/if}
{if $rows}
{"Saved Custom Headers"|i18n} {foreach from=$rows item=row} {/foreach}
  {"Name"|i18n} {"Header Information"|i18n} {"Date Created"|i18n}
{"Edit"|i18n}   {"Delete"|i18n} {$row.name} {$row.header} {$row.sdate}
{/if}