From bef1b19caf0f6f6c914750661635e9ffaf369a14 Mon Sep 17 00:00:00 2001 From: Soyu Kim Date: Sat, 24 May 2025 20:47:32 +0900 Subject: [PATCH 01/25] fix: replace .show() with removeAttr('hidden') for Bootstrap 5 compatibility --- modules/page/tpl/js/page_admin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/page/tpl/js/page_admin.js b/modules/page/tpl/js/page_admin.js index 02664497c..8960a9d2a 100644 --- a/modules/page/tpl/js/page_admin.js +++ b/modules/page/tpl/js/page_admin.js @@ -120,7 +120,7 @@ function doCartSetup(url) { } jQuery(function($){ - $('#pageBtnArea').delay(1000).show(1); + $('#pageBtnArea').delay(1000).removeAttr("hidden"); $('#opage_proc_php').on('change', function() { if (!$(this).prop('checked')) { $('#opage_proc_tpl').prop('checked', false); From e933ab18bd7d2c21e1044627ced3a5b9810a861e Mon Sep 17 00:00:00 2001 From: Soyu Kim Date: Sun, 25 May 2025 21:45:21 +0900 Subject: [PATCH 02/25] fix: replace '[hidden]' with '.x_hide' for Bootstrap 5 compatibility --- modules/board/tpl/board_insert.html | 14 +++++++------- modules/board/tpl/header.html | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/board/tpl/board_insert.html b/modules/board/tpl/board_insert.html index ee7a65019..f3b8ccbd9 100644 --- a/modules/board/tpl/board_insert.html +++ b/modules/board/tpl/board_insert.html @@ -38,7 +38,7 @@
{$lang->help} - +

{$lang->about_browser_title}

@@ -69,7 +69,7 @@ {$lang->help} - +

{$lang->about_layout}

@@ -141,7 +141,7 @@ {$lang->help} - +

{$lang->about_layout}

@@ -151,7 +151,7 @@ {$lang->help} - +

{$lang->about_skin}

@@ -424,7 +424,7 @@
{$lang->help} - +

{$lang->about_admin_mail}

@@ -435,7 +435,7 @@ {$lang->help} - +

{$lang->about_module_category}

@@ -443,7 +443,7 @@
{$lang->help} - +

{$lang->about_description}

diff --git a/modules/board/tpl/header.html b/modules/board/tpl/header.html index af874fc4b..399863352 100644 --- a/modules/board/tpl/header.html +++ b/modules/board/tpl/header.html @@ -8,7 +8,7 @@ {$lang->help} - +

{$lang->about_board}