Run `migrate-shared-template.php`
authorCyperghost <olaf_schmitz_1@t-online.de>
Tue, 30 Jan 2024 09:57:37 +0000 (10:57 +0100)
committerCyperghost <olaf_schmitz_1@t-online.de>
Tue, 30 Jan 2024 09:57:37 +0000 (10:57 +0100)
templates/conversation.tpl
templates/conversationAdd.tpl
templates/conversationMessageInlineEditor.tpl
templates/conversationQuickReply.tpl

index f77e30a1f58f80d31532342d428f548b06aa2949..2e16824837ca0a36c84a59cb8001f72fecabc490 100644 (file)
                
                {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);
                
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'}
index 3d275e8bdac92c60619f614543957babe2325410..9d2e99097fe6c05a49f376c6a693a613542ba898 100644 (file)
@@ -15,5 +15,5 @@
                <button type="button" class="button" data-type="cancel">{lang}wcf.global.button.cancel{/lang}</button>
        </div>
        
-       {include file='wysiwyg' wysiwygEnableUpload=true}
+       {include file='shared_wysiwyg' wysiwygEnableUpload=true}
 </div>
index 379e48a4b244f135e72bca52cdecc1688b1ac9f7..e792caf7a4c55c0ac64837d4df1275491682bf96 100644 (file)
@@ -34,5 +34,5 @@
                </div>
        </article>
        
-       {include file='wysiwyg'}
+       {include file='shared_wysiwyg'}
 </li>