From 4944a13bfc88b93752c9bb6e21c0db0fb8f51f8e Mon Sep 17 00:00:00 2001 From: Paolo Date: Thu, 6 Apr 2023 12:21:17 +0200 Subject: [PATCH] Fixed JS & CSS includes for the Extensions manager --- application/views/system/extensions/manager.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/application/views/system/extensions/manager.php b/application/views/system/extensions/manager.php index c163c538b..afe93942f 100644 --- a/application/views/system/extensions/manager.php +++ b/application/views/system/extensions/manager.php @@ -6,19 +6,19 @@ 'title' => 'Extensions manager', // JS & CSS includes - 'jquery' => true, - 'jqueryui' => true, - 'jquerycheckboxes' => true, - 'bootstrap' => true, + 'jquery3' => true, + 'jqueryui1' => true, + 'jquerycheckboxes1' => true, + 'bootstrap3' => true, + 'tabulator4' => true, // Styles includes - 'fontawesome' => true, - 'sbadmintemplate' => true, + 'fontawesome4' => true, + 'sbadmintemplate3' => true, // FHC JS & CSS includes 'ajaxlib' => true, 'dialoglib' => true, - 'tabulator' => true, 'tablewidget' => true, 'phrases' => array( 'extensions',