From 2aac591b961383438534afb9af97416be86d779f Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 4 Apr 2013 16:18:49 +0200 Subject: [PATCH] Added code box viewer --- templates/conversation.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/conversation.tpl b/templates/conversation.tpl index ef62865..e879ffc 100644 --- a/templates/conversation.tpl +++ b/templates/conversation.tpl @@ -18,6 +18,7 @@ 'wcf.conversation.edit.open': '{lang}wcf.conversation.edit.open{/lang}', 'wcf.conversation.leave.title': '{lang}wcf.conversation.leave.title{/lang}', 'wcf.global.state.closed': '{lang}wcf.global.state.closed{/lang}', + 'wcf.message.bbcode.code.copy': '{lang}wcf.message.bbcode.code.copy{/lang}', 'wcf.message.error.editorAlreadyInUse': '{lang}wcf.message.error.editorAlreadyInUse{/lang}', 'wcf.moderation.report.reportContent': '{lang}wcf.moderation.report.reportContent{/lang}', 'wcf.moderation.report.success': '{lang}wcf.moderation.report.success{/lang}', @@ -39,6 +40,7 @@ new WCF.Moderation.Report.Content('com.woltlab.wcf.conversation.message', '.jsReportConversationMessage'); new WCF.Conversation.RemoveParticipant({@$conversation->conversationID}); + new WCF.Message.BBCode.CodeViewer(); }); //]]> -- 2.20.1