From 11c7949511de0eabc010df1f8f89bb3ea1b1dfd3 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Wed, 9 Jun 2021 15:11:20 +0200 Subject: [PATCH] Support mentions and media in comment (responses) --- com.woltlab.wcf/templates/commentEditor.tpl | 2 +- com.woltlab.wcf/templates/commentListAddComment.tpl | 4 ++-- com.woltlab.wcf/templates/commentResponseEditor.tpl | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/com.woltlab.wcf/templates/commentEditor.tpl b/com.woltlab.wcf/templates/commentEditor.tpl index 0e59727e94..60461e8ee5 100644 --- a/com.woltlab.wcf/templates/commentEditor.tpl +++ b/com.woltlab.wcf/templates/commentEditor.tpl @@ -1,7 +1,7 @@ {capture assign='wysiwygSelector'}commentEditor{@$comment->commentID}{/capture} {include file='messageFormTabsInline'} diff --git a/com.woltlab.wcf/templates/commentListAddComment.tpl b/com.woltlab.wcf/templates/commentListAddComment.tpl index 9efcc2da80..0a6614a593 100644 --- a/com.woltlab.wcf/templates/commentListAddComment.tpl +++ b/com.woltlab.wcf/templates/commentListAddComment.tpl @@ -8,7 +8,7 @@ {include file='messageFormTabsInline'} @@ -39,7 +39,7 @@ {include file='messageFormTabsInline' wysiwygSelector=$_commentResponseWysiwygSelector} diff --git a/com.woltlab.wcf/templates/commentResponseEditor.tpl b/com.woltlab.wcf/templates/commentResponseEditor.tpl index 6dbae7762a..72cd3e6a45 100644 --- a/com.woltlab.wcf/templates/commentResponseEditor.tpl +++ b/com.woltlab.wcf/templates/commentResponseEditor.tpl @@ -1,7 +1,7 @@ {capture assign='wysiwygSelector'}commentResponseEditor{@$response->responseID}{/capture} {include file='messageFormTabsInline'} -- 2.20.1