From b6b4d5dca2f5bf761520088c74cdeb0b9b25e7d2 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 3 Nov 2015 12:28:58 +0100 Subject: [PATCH] Remove unnecessary controls in the module config overview refs #5543 --- application/controllers/ConfigController.php | 6 ------ application/views/scripts/config/modules.phtml | 14 +++----------- 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/application/controllers/ConfigController.php b/application/controllers/ConfigController.php index f10756f97..f710a58ae 100644 --- a/application/controllers/ConfigController.php +++ b/application/controllers/ConfigController.php @@ -119,12 +119,6 @@ class ConfigController extends Controller ->order('name'); $this->setupLimitControl(); $this->setupPaginationControl($this->view->modules); - // TODO: Not working - /*$this->setupSortControl(array( - 'name' => $this->translate('Modulename'), - 'path' => $this->translate('Installation Path'), - 'enabled' => $this->translate('State') - ));*/ } public function moduleAction() diff --git a/application/views/scripts/config/modules.phtml b/application/views/scripts/config/modules.phtml index 92ced57a2..32488daac 100644 --- a/application/views/scripts/config/modules.phtml +++ b/application/views/scripts/config/modules.phtml @@ -1,18 +1,10 @@ compact): ?> -
- tabs; ?> -
-
+
+ tabs ?> +
limiter ?> -
-
paginator ?> -
-
- sortBox ?> -
- filterEditor; ?>