From d86eeac7bc3cc714532d46eb96c3c9429d4be5fd Mon Sep 17 00:00:00 2001 From: camer0n Date: Mon, 13 Jan 2025 11:20:05 -0800 Subject: [PATCH 1/4] Issue #5373 - for testing --- e107_admin/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_admin/auth.php b/e107_admin/auth.php index 7b82bedc6..2ff8ca6ee 100644 --- a/e107_admin/auth.php +++ b/e107_admin/auth.php @@ -27,7 +27,7 @@ define('e_CAPTCHA_FONTCOLOR','#F9A533'); // Required for a clean v1.x -> v2 upgrade. $core = e107::getConfig(); $adminTheme = $core->get('admintheme'); -if($adminTheme !== 'bootstrap3'/* && $adminTheme !== 'bootstrap5'*/) +if($adminTheme !== 'bootstrap3' && $adminTheme !== 'bs5') { $core->update('admintheme','bootstrap3'); $core->update('adminstyle','infopanel'); From 6aa42ccad90cbdcc1c9e6a3933bcd7124380a1a2 Mon Sep 17 00:00:00 2001 From: camer0n Date: Mon, 13 Jan 2025 11:41:57 -0800 Subject: [PATCH 2/4] Closes #5373 - Bootstrap 5. --- e107_admin/admin_log.php | 2 +- e107_admin/image.php | 2 +- .../shortcodes/batch/admin_shortcodes.php | 4 +++- e107_handlers/theme_handler.php | 6 +++--- e107_plugins/download/includes/admin.php | 18 +++++++++--------- e107_plugins/forum/forum_admin.php | 2 +- 6 files changed, 18 insertions(+), 16 deletions(-) diff --git a/e107_admin/admin_log.php b/e107_admin/admin_log.php index 2df1dd668..7657b7841 100644 --- a/e107_admin/admin_log.php +++ b/e107_admin/admin_log.php @@ -683,7 +683,7 @@ class admin_log_form_ui extends e_admin_form_ui { $id = $this->getController()->getListModel()->get('dblog_id'); $ret ="".RL_LAN_087.""; - $ret .= "