From e03f7a34e2409a9af2ea99b93fd27b6193483d32 Mon Sep 17 00:00:00 2001 From: Cameron Date: Fri, 19 Feb 2021 16:09:47 -0800 Subject: [PATCH] Issue #4359 - Forum dropdown-menu fixes for Bootstrap 4/5. --- e107_core/templates/nextprev_template.php | 6 +-- .../shortcodes/batch/view_shortcodes.php | 38 +++++++++---------- .../shortcodes/batch/viewforum_shortcodes.php | 10 ++--- 3 files changed, 26 insertions(+), 28 deletions(-) diff --git a/e107_core/templates/nextprev_template.php b/e107_core/templates/nextprev_template.php index 923b7e254..afcdd926b 100644 --- a/e107_core/templates/nextprev_template.php +++ b/e107_core/templates/nextprev_template.php @@ -146,11 +146,9 @@ $NEXTPREV_TEMPLATE['admin_separator'] = ' '; $NEXTPREV_TEMPLATE['dropdown_start'] = ' -
-'; +
'; -$NEXTPREV_TEMPLATE['dropdown_end'] = ' -
+$NEXTPREV_TEMPLATE['dropdown_end'] = '
'; diff --git a/e107_plugins/forum/shortcodes/batch/view_shortcodes.php b/e107_plugins/forum/shortcodes/batch/view_shortcodes.php index 2e6fc8b84..1b182ad5b 100644 --- a/e107_plugins/forum/shortcodes/batch/view_shortcodes.php +++ b/e107_plugins/forum/shortcodes/batch/view_shortcodes.php @@ -870,13 +870,13 @@ class plugin_forum_view_shortcodes extends e_shortcode