{include file="$admintemplatepath/header.template"} {if $editable} {include file="$admintemplatepath/navigation.template" showOpt=composeMessage title=$locale->tr("composeMessage")} {else} {include file="$admintemplatepath/navigation.template" showOpt=sentMail title=$locale->tr("viewMessage")} {/if}
{$locale->tr("Message")} {include file="$admintemplatepath/successmessage.template"} {include file="$admintemplatepath/errormessage.template"} {if !$editable}
*
{$locale->tr("mailcentre_sent_help")}
{/if}
*
{$locale->tr("mailcentre_subject_help")}
{include file="$admintemplatepath/validate.template" field=messageSubject message=$locale->tr("mailcentre_error_empty_subject")}
*
{$locale->tr("mailcentre_to_help")}
{if $editable}{$locale->tr("add_recipient")}{/if} {include file="$admintemplatepath/validate.template" field=messageRecipient message=$locale->tr("mailcentre_error_empty_recipient")}
*
{$locale->tr("mailcentre_cc_help")}
{if $editable}{$locale->tr("add_recipient")}{/if}
*
{$locale->tr("mailcentre_bcc_help")}
{if $editable}{$locale->tr("add_recipient")}{/if}
*
{$locale->tr("mailcentre_text_help")}
{include file="$admintemplatepath/validate.template" field=messageText message=$locale->tr("mailcentre_error_empty_text")}
{if $editable} {else} {/if}
{include file="$admintemplatepath/footernavigation.template"} {include file="$admintemplatepath/footer.template"}