From 0ba37e606755c80807330af63a50c72a2ef22565 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Tue, 21 Nov 2023 18:47:12 +0100 Subject: [PATCH] Make use of the new webcomponent for notices --- templates/conversation.tpl | 8 ++++++-- templates/conversationList.tpl | 2 +- templates/conversationQuickReply.tpl | 13 ++++++++----- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/templates/conversation.tpl b/templates/conversation.tpl index dfde4b6..f77e30a 100644 --- a/templates/conversation.tpl +++ b/templates/conversation.tpl @@ -126,7 +126,9 @@
diff --git a/templates/conversationList.tpl b/templates/conversationList.tpl index 8a3d928..3db3728 100644 --- a/templates/conversationList.tpl +++ b/templates/conversationList.tpl @@ -149,7 +149,7 @@ {include file='header'} {if !$items} -

{lang}wcf.conversation.noConversations{/lang}

+ {lang}wcf.conversation.noConversations{/lang} {else}
    diff --git a/templates/conversationQuickReply.tpl b/templates/conversationQuickReply.tpl index 2cccf42..379e48a 100644 --- a/templates/conversationQuickReply.tpl +++ b/templates/conversationQuickReply.tpl @@ -6,18 +6,21 @@
    {if !$conversation->isDraft} {if !$conversation->hasOtherParticipants()} -

    {lang}wcf.conversation.noParticipantsWarning{/lang}

    + {lang}wcf.conversation.noParticipantsWarning{/lang} {/if} {if $participants[$__wcf->user->userID]->isInvisible} -

    {lang}wcf.conversation.invisibleParticipantWarning{/lang}

    + {lang}wcf.conversation.invisibleParticipantWarning{/lang} {/if} {/if} {event name='beforeWysiwyg'} - {include file='messageFormTabsInline' inConversationQuickReply=true}
    -- 2.20.1