Run `migrate-shared-template.php`
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / templates / conversationAdd.tpl
index 175eb430475822d1516fd1fc7b71ef7f13cdec94..f65ec481c26c0c257a602d0aba924190b6710c69 100644 (file)
@@ -1,6 +1,6 @@
 {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'}