<{if $actionForm->hasError()}>
<{/if}>
<{xoops_token form=$actionForm}> <{xoops_input type=hidden name=inbox_id value=$actionForm->get('inbox_id')}>
<{$smarty.const._MD_MESSAGE_LANG_TO}>
<{$smarty.const._MD_MESSAGE_LANG_SUBJECT}> <{xoops_input name=title size=30 maxlength=255 value=$actionForm->get('title')}>
<{$smarty.const._MD_MESSAGE_LANG_MESSAGE}> <{xoops_dhtmltarea cols=37 rows=8 name=message value=$actionForm->get('message')}>
  <{legacy_button id=Draft Text=$smarty.const._MD_MESSAGE_LANG_DRAFT}> <{legacy_button id=Preview Text=$smarty.const._MD_MESSAGE_LANG_PREVIEW}> <{legacy_button id=Submit Text=$smarty.const._SUBMIT}>