From b66d298dde41539ce36eb30b90701ef52bb66ff3 Mon Sep 17 00:00:00 2001 From: lavigor Date: Sat, 16 Jun 2018 20:52:09 +0300 Subject: [PATCH] [ticket/13713] Use format buttons div as mentions data container PHPBB3-13713 --- phpBB/adm/style/acp_posting_buttons.html | 5 +---- phpBB/assets/javascript/editor.js | 8 ++++---- phpBB/styles/prosilver/template/posting_buttons.html | 5 +---- 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/phpBB/adm/style/acp_posting_buttons.html b/phpBB/adm/style/acp_posting_buttons.html index 74ebc88d78..5398726da7 100644 --- a/phpBB/adm/style/acp_posting_buttons.html +++ b/phpBB/adm/style/acp_posting_buttons.html @@ -8,15 +8,12 @@ // ]]> - - - -
+
data-mention-url="{U_MENTION_URL}" data-mention-names-limit="{S_MENTION_NAMES_LIMIT}" data-topic-id="{S_TOPIC_ID}"> diff --git a/phpBB/assets/javascript/editor.js b/phpBB/assets/javascript/editor.js index f96ccbbd01..10dbc18935 100644 --- a/phpBB/assets/javascript/editor.js +++ b/phpBB/assets/javascript/editor.js @@ -386,10 +386,10 @@ function getCaretPosition(txtarea) { (function($) { function handle_mentions(txtarea) { - var $mentionParams = $('#mention_params'), - mentionURL = $mentionParams.data('mentionUrl'), - mentionNamesLimit = $mentionParams.data('mentionNamesLimit'), - mentionTopicId = $mentionParams.data('topicId'); + var $mentionDataContainer = $('#format-buttons'), + mentionURL = $mentionDataContainer.data('mentionUrl'), + mentionNamesLimit = $mentionDataContainer.data('mentionNamesLimit'), + mentionTopicId = $mentionDataContainer.data('topicId'); $(txtarea).atwho({ at: "@", displayTpl: function(data) { diff --git a/phpBB/styles/prosilver/template/posting_buttons.html b/phpBB/styles/prosilver/template/posting_buttons.html index 73b3159349..5765a29dca 100644 --- a/phpBB/styles/prosilver/template/posting_buttons.html +++ b/phpBB/styles/prosilver/template/posting_buttons.html @@ -26,9 +26,6 @@ } - - - @@ -42,7 +39,7 @@
-
+
data-mention-url="{U_MENTION_URL}" data-mention-names-limit="{S_MENTION_NAMES_LIMIT}" data-topic-id="{S_TOPIC_ID}">