From 9fae527d3f241932aa3d71a064de7f5c8e3d2450 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Sat, 30 Dec 2023 21:07:23 +0900 Subject: [PATCH] Clean up integration_search default skin --- .../admin/controllers/maintenance/Cleanup.php | 1 + .../integration_search.view.php | 1 + .../skins/default/comment.html | 6 +-- .../skins/default/document.html | 6 +-- .../skins/default/file.html | 6 +-- .../skins/default/header.html | 2 +- .../skins/default/index.html | 17 ++------ .../skins/default/multimedia.html | 8 ++-- .../skins/default/trackback.html | 40 ------------------- 9 files changed, 20 insertions(+), 67 deletions(-) delete mode 100644 modules/integration_search/skins/default/trackback.html diff --git a/modules/admin/controllers/maintenance/Cleanup.php b/modules/admin/controllers/maintenance/Cleanup.php index 5bda91920..97f575579 100644 --- a/modules/admin/controllers/maintenance/Cleanup.php +++ b/modules/admin/controllers/maintenance/Cleanup.php @@ -355,6 +355,7 @@ class Cleanup extends Base 'modules/editor/styles/' => 'deleted:xe', 'modules/editor/tpl/preview.html' => 'deleted', 'modules/file/ruleset/imageResize.xml' => 'deleted', + 'modules/integration_search/skins/default/trackback.html' => 'deleted', 'modules/module/schemas/site_admin.xml' => 'deleted', 'modules/module/tpl/css/module_admin.less' => 'deleted', 'modules/page/page.wap.php' => 'deleted:xe', diff --git a/modules/integration_search/integration_search.view.php b/modules/integration_search/integration_search.view.php index 0e5ed46c0..e2fef268a 100644 --- a/modules/integration_search/integration_search.view.php +++ b/modules/integration_search/integration_search.view.php @@ -145,6 +145,7 @@ class integration_searchView extends integration_search // Search by search tab $where = Context::get('where'); + Context::set('where', $where); // Create integration search model object if($is_keyword) diff --git a/modules/integration_search/skins/default/comment.html b/modules/integration_search/skins/default/comment.html index 4fe0c3979..b457db1d8 100644 --- a/modules/integration_search/skins/default/comment.html +++ b/modules/integration_search/skins/default/comment.html @@ -2,7 +2,7 @@

{$lang->comment} ({number_format($output->total_count)})

- + {$lang->msg_no_result} - + {$lang->msg_no_result} @@ -37,10 +37,10 @@