{assign var=__supportPaste value=true}
{if !$conversation->canReply()}{assign var=__supportPaste value=false}{/if}
- {include file='__messageQuoteManager' wysiwygSelector='text' supportPaste=$__supportPaste}
+ {include file='shared_messageQuoteManager' wysiwygSelector='text' supportPaste=$__supportPaste}
new WCF.Conversation.Message.InlineEditor({@$conversation->conversationID}, $quoteManager);
{include file='header'}
-{include file='formError'}
+{include file='shared_formError'}
<form id="messageContainer" class="jsFormGuard" method="post" action="{if $action == 'edit'}{link controller='ConversationDraftEdit' id=$conversationID}{/link}{else}{link controller='ConversationAdd'}{/link}{/if}">
<section class="section">
WCF.Message.Submit.registerButton('text', $('#messageContainer > .formSubmit > input[type=submit]'));
new WCF.Message.FormGuard();
- {include file='__messageQuoteManager' wysiwygSelector='text' supportPaste=true}
+ {include file='shared_messageQuoteManager' wysiwygSelector='text' supportPaste=true}
});
</script>
-{include file='wysiwyg'}
+{include file='shared_wysiwyg'}
{include file='footer'}