From 88654a8e344e404b602788889741be38e4aa7fd5 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 25 Apr 2024 01:48:22 +0000 Subject: [PATCH] fix tests --- Theme/Backend/modules-list.tpl.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Theme/Backend/modules-list.tpl.php b/Theme/Backend/modules-list.tpl.php index 6d805bd..94fc2fd 100755 --- a/Theme/Backend/modules-list.tpl.php +++ b/Theme/Backend/modules-list.tpl.php @@ -91,12 +91,13 @@ $tableView->setObjects($modules); - getHtml('Active')); - elseif ($status === ModuleStatus::INACTIVE) + } elseif ($status === ModuleStatus::INACTIVE) { echo \mb_strtolower($this->getHtml('Inactive')); - else - echo \mb_strtolower($this->getHtml('Available')); ?> + } else { + echo \mb_strtolower($this->getHtml('Available')); + } ?>