From c4b952d1cbc20e3ad633c15ada036f2c101af511 Mon Sep 17 00:00:00 2001 From: Cyperghost Date: Tue, 30 Jan 2024 10:57:37 +0100 Subject: [PATCH] Run `migrate-shared-template.php` --- templates/conversation.tpl | 2 +- templates/conversationAdd.tpl | 6 +++--- templates/conversationMessageInlineEditor.tpl | 2 +- templates/conversationQuickReply.tpl | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/conversation.tpl b/templates/conversation.tpl index f77e30a..2e16824 100644 --- a/templates/conversation.tpl +++ b/templates/conversation.tpl @@ -168,7 +168,7 @@ {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); diff --git a/templates/conversationAdd.tpl b/templates/conversationAdd.tpl index 175eb43..f65ec48 100644 --- a/templates/conversationAdd.tpl +++ b/templates/conversationAdd.tpl @@ -1,6 +1,6 @@ {include file='header'} -{include file='formError'} +{include file='shared_formError'}
@@ -167,9 +167,9 @@ 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} }); -{include file='wysiwyg'} +{include file='shared_wysiwyg'} {include file='footer'} diff --git a/templates/conversationMessageInlineEditor.tpl b/templates/conversationMessageInlineEditor.tpl index 3d275e8..9d2e990 100644 --- a/templates/conversationMessageInlineEditor.tpl +++ b/templates/conversationMessageInlineEditor.tpl @@ -15,5 +15,5 @@ - {include file='wysiwyg' wysiwygEnableUpload=true} + {include file='shared_wysiwyg' wysiwygEnableUpload=true} diff --git a/templates/conversationQuickReply.tpl b/templates/conversationQuickReply.tpl index 379e48a..e792caf 100644 --- a/templates/conversationQuickReply.tpl +++ b/templates/conversationQuickReply.tpl @@ -34,5 +34,5 @@ - {include file='wysiwyg'} + {include file='shared_wysiwyg'} -- 2.20.1