{form name="mailbox-new-message-form"}
{input name='opponentId'}
{text key="mailbox+new_message_title"}
{input name='subject' class="newMessageWindowSubjectInputControl"}
{input name='message' class="newMessageWindowMessageInputControl"} {if $enableAttachments}
{$attachments}
{/if}
{submit name="send"} {if $enableAttachments}
{/if}
{**}
{/form}