From 59b7ae5ec5f3fe2bcc0952b5441402afb470ced7 Mon Sep 17 00:00:00 2001 From: Florian Strohmaier Date: Tue, 5 Nov 2019 10:16:29 +0100 Subject: [PATCH] ServicesController: Adjust right aligned controls order --- application/controllers/ServicesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/ServicesController.php b/application/controllers/ServicesController.php index 3d9d5b83..b8803655 100644 --- a/application/controllers/ServicesController.php +++ b/application/controllers/ServicesController.php @@ -36,8 +36,8 @@ class ServicesController extends Controller ->setViewMode($viewModeSwitcher->getViewMode()); $this->addControl($paginationControl); - $this->addControl($viewModeSwitcher); $this->addControl($limitControl); + $this->addControl($viewModeSwitcher); $this->addControl($filterControl); $this->addContent($serviceList);