From 6d92d7857eb47d2adbb63d32719b4c262957beb0 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 29 May 2022 18:13:45 +0200 Subject: [PATCH] Explicit button styling See WoltLab/WCF#4834 --- templates/conversationAdd.tpl | 2 +- templates/conversationAddParticipants.tpl | 2 +- templates/conversationLabelAssignment.tpl | 2 +- templates/conversationLabelManagement.tpl | 6 +++--- templates/conversationLeave.tpl | 2 +- templates/conversationList.tpl | 2 +- templates/conversationMessageInlineEditor.tpl | 4 ++-- templates/conversationQuickReply.tpl | 2 +- ts/WoltLabSuite/Core/Conversation/Ui/Subject/Editor.ts | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/templates/conversationAdd.tpl b/templates/conversationAdd.tpl index ced4120..a1b624f 100644 --- a/templates/conversationAdd.tpl +++ b/templates/conversationAdd.tpl @@ -124,7 +124,7 @@
- + {include file='messageFormPreviewButton' previewMessageObjectType='com.woltlab.wcf.conversation.message' previewMessageObjectID=0} {csrfToken}
diff --git a/templates/conversationAddParticipants.tpl b/templates/conversationAddParticipants.tpl index cca3719..e8a2818 100644 --- a/templates/conversationAddParticipants.tpl +++ b/templates/conversationAddParticipants.tpl @@ -22,5 +22,5 @@ {/if}
- +
\ No newline at end of file diff --git a/templates/conversationLabelAssignment.tpl b/templates/conversationLabelAssignment.tpl index 92c637d..42c5dfb 100644 --- a/templates/conversationLabelAssignment.tpl +++ b/templates/conversationLabelAssignment.tpl @@ -10,5 +10,5 @@
- +
diff --git a/templates/conversationLabelManagement.tpl b/templates/conversationLabelManagement.tpl index b915eef..d63df56 100644 --- a/templates/conversationLabelManagement.tpl +++ b/templates/conversationLabelManagement.tpl @@ -36,8 +36,8 @@
- - - + + +
\ No newline at end of file diff --git a/templates/conversationLeave.tpl b/templates/conversationLeave.tpl index 7350529..b19d5cc 100644 --- a/templates/conversationLeave.tpl +++ b/templates/conversationLeave.tpl @@ -16,5 +16,5 @@
- +
diff --git a/templates/conversationList.tpl b/templates/conversationList.tpl index 18b3241..d2a5ae9 100644 --- a/templates/conversationList.tpl +++ b/templates/conversationList.tpl @@ -97,7 +97,7 @@
- +
diff --git a/templates/conversationMessageInlineEditor.tpl b/templates/conversationMessageInlineEditor.tpl index 6eee8d5..77b185d 100644 --- a/templates/conversationMessageInlineEditor.tpl +++ b/templates/conversationMessageInlineEditor.tpl @@ -8,11 +8,11 @@ {include file='messageFormTabsInline' inConversationInlineEdit=true wysiwygContainerID=$wysiwygContainerID}
- + {include file='messageFormPreviewButton' previewMessageFieldID=$wysiwygSelector previewButtonID=$wysiwygSelector|concat:'_PreviewButton' previewMessageObjectType='com.woltlab.wcf.conversation.message' previewMessageObjectID=$message->messageID} - +
{include file='wysiwyg' wysiwygEnableUpload=true} diff --git a/templates/conversationQuickReply.tpl b/templates/conversationQuickReply.tpl index cc21575..f969a0e 100644 --- a/templates/conversationQuickReply.tpl +++ b/templates/conversationQuickReply.tpl @@ -19,7 +19,7 @@ diff --git a/ts/WoltLabSuite/Core/Conversation/Ui/Subject/Editor.ts b/ts/WoltLabSuite/Core/Conversation/Ui/Subject/Editor.ts index 08cf853..2810780 100644 --- a/ts/WoltLabSuite/Core/Conversation/Ui/Subject/Editor.ts +++ b/ts/WoltLabSuite/Core/Conversation/Ui/Subject/Editor.ts @@ -114,7 +114,7 @@ class UiSubjectEditor implements AjaxCallbackObject, DialogCallbackObject {
- +
`, }; -- 2.20.1