diff --git a/Assets/css/content-cleaner.css b/Assets/css/content-cleaner.css index 9a3bac1..a25201a 100644 --- a/Assets/css/content-cleaner.css +++ b/Assets/css/content-cleaner.css @@ -649,7 +649,6 @@ ul.plugin-btn-list li a.job-btn { ul.plugin-btn-list li a.job-btn span.plugin-icon { width: 16px; height: 16px; - color: red; } li.plugin-btn-item { diff --git a/Controller/PluginCleaningController.php b/Controller/PluginCleaningController.php index c5de099..755d35b 100644 --- a/Controller/PluginCleaningController.php +++ b/Controller/PluginCleaningController.php @@ -40,7 +40,7 @@ public function deletePlugin($plugin_name) public function confirmDeletePluginTables() { - $this->response->html($this->template->render('contentCleaner:config/modals/plugin_delete', array( + $this->response->html($this->template->render('contentCleaner:config/modals/plugin_deep_clean', array( 'plugin_job_name' => $this->request->getStringParam('plugin_job_name'), 'job_number' => $this->request->getStringParam('job_number'), ))); @@ -64,7 +64,7 @@ public function deletePluginTables() public function confirmDeleteCoreTableColumns() { - $this->response->html($this->template->render('contentCleaner:config/modals/plugin_delete', array( + $this->response->html($this->template->render('contentCleaner:config/modals/plugin_deep_clean', array( 'plugin_job_name' => $this->request->getStringParam('plugin_job_name'), 'job_number' => $this->request->getStringParam('job_number'), ))); @@ -94,7 +94,7 @@ public function deleteCoreTableColumns() public function confirmDeleteCoreTableEntries() { - $this->response->html($this->template->render('contentCleaner:config/modals/plugin_delete', array( + $this->response->html($this->template->render('contentCleaner:config/modals/plugin_deep_clean', array( 'plugin_job_name' => $this->request->getStringParam('plugin_job_name'), 'job_number' => $this->request->getStringParam('job_number'), ))); @@ -115,7 +115,7 @@ public function deleteCoreTableEntries() public function confirmDeletePluginSchemaEntry() { - $this->response->html($this->template->render('contentCleaner:config/modals/plugin_delete', array( + $this->response->html($this->template->render('contentCleaner:config/modals/plugin_deep_clean', array( 'plugin_job_name' => $this->request->getStringParam('plugin_job_name'), 'job_number' => $this->request->getStringParam('job_number'), ))); diff --git a/Template/config/modals/plugin_deep_clean.php b/Template/config/modals/plugin_deep_clean.php new file mode 100644 index 0000000..e69de29