From: Tim Düsterhus Date: Fri, 3 Jul 2020 09:04:53 +0000 (+0200) Subject: Add smiley picker to comment WYSIWYG X-Git-Tag: 5.3.0_Alpha_1~162^2^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=08dad7ee8a938d47e6417c8c39552825483fc563;p=GitHub%2FWoltLab%2FWCF.git Add smiley picker to comment WYSIWYG Resolves #3252 --- diff --git a/com.woltlab.wcf/templates/commentEditor.tpl b/com.woltlab.wcf/templates/commentEditor.tpl index 2729e622a1..0e59727e94 100644 --- a/com.woltlab.wcf/templates/commentEditor.tpl +++ b/com.woltlab.wcf/templates/commentEditor.tpl @@ -3,7 +3,7 @@ data-disable-attachments="true" data-disable-media="true" >{$comment->message} -{*include file='messageFormTabsInline'*} +{include file='messageFormTabsInline'}
diff --git a/com.woltlab.wcf/templates/commentListAddComment.tpl b/com.woltlab.wcf/templates/commentListAddComment.tpl index 0534cc8c8a..9efcc2da80 100644 --- a/com.woltlab.wcf/templates/commentListAddComment.tpl +++ b/com.woltlab.wcf/templates/commentListAddComment.tpl @@ -10,6 +10,7 @@ data-disable-attachments="true" data-disable-media="true" > + {include file='messageFormTabsInline'} {* in-template call for full backwards-compatibility *} {$commentList->getCommentManager()->setDisallowedBBCodes()} @@ -40,6 +41,7 @@ data-disable-attachments="true" data-disable-media="true" > + {include file='messageFormTabsInline' wysiwygSelector=$_commentResponseWysiwygSelector} {* in-template call for full backwards-compatibility *} {$commentList->getCommentManager()->setDisallowedBBCodes()} diff --git a/com.woltlab.wcf/templates/commentResponseEditor.tpl b/com.woltlab.wcf/templates/commentResponseEditor.tpl index c8a0b0beca..6dbae7762a 100644 --- a/com.woltlab.wcf/templates/commentResponseEditor.tpl +++ b/com.woltlab.wcf/templates/commentResponseEditor.tpl @@ -3,7 +3,7 @@ data-disable-attachments="true" data-disable-media="true" >{$response->message} -{*include file='messageFormTabsInline'*} +{include file='messageFormTabsInline'}