<{$smarty.const._PM_TO}> |
<{if $pmform.elements.to_userid.hidden != 1}><{$pmform.elements.to_userid.body}><{/if}><{$to_username}> |
<{$smarty.const._PM_SUBJECTC}> |
<{$pmform.elements.subject.body}> |
<{$smarty.const._PM_MESSAGEC}> |
<{$pmform.elements.message.body}> |
<{$smarty.const._PM_SAVEINOUTBOX}> |
<{$pmform.elements.savecopy.body}> |
|
<{foreach item=element from=$pmform.elements}>
<{if $element.hidden == 1}>
<{$element.body}>
<{/if}>
<{/foreach}>
<{$pmform.elements.submit.body}>
<{$pmform.elements.reset.body}>
<{$pmform.elements.cancel.body}>
|