From 9578bc87d27763f5c0f5d67c309989fe90035081 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 3 May 2021 17:48:51 +0200 Subject: [PATCH] colorize tables --- views/bootstrap/class.ExtensionMgr.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/views/bootstrap/class.ExtensionMgr.php b/views/bootstrap/class.ExtensionMgr.php index 437892cfd..5bf5520da 100644 --- a/views/bootstrap/class.ExtensionMgr.php +++ b/views/bootstrap/class.ExtensionMgr.php @@ -194,11 +194,11 @@ class SeedDMS_View_ExtensionMgr extends SeedDMS_Theme_Style { $extmgr->checkExtension($extname); $errmsgs = $extmgr->getErrorMsgs(); if($errmsgs) - echo ""; + echo ""; else - echo ""; + echo ""; } else { - echo ""; + echo ""; } echo ""; if($extconf['icon']) @@ -310,9 +310,9 @@ class SeedDMS_View_ExtensionMgr extends SeedDMS_Theme_Style { echo ""; echo "".($re['icon-data'] ? ''.$re['name'].'' : '')."";