diff --git a/modules/system/controllers/Updates.php b/modules/system/controllers/Updates.php index ccb49ba99..6b504cc72 100644 --- a/modules/system/controllers/Updates.php +++ b/modules/system/controllers/Updates.php @@ -51,6 +51,7 @@ class Updates extends Controller $this->vars['projectId'] = Parameters::get('system::project.id'); $this->vars['projectName'] = Parameters::get('system::project.name'); $this->vars['projectOwner'] = Parameters::get('system::project.owner'); + $this->vars['pluginsActiveCount'] = PluginVersion::isEnabled()->count(); $this->vars['pluginsCount'] = PluginVersion::count(); return $this->asExtension('ListController')->index(); } diff --git a/modules/system/controllers/updates/index.htm b/modules/system/controllers/updates/index.htm index 9f871980c..d75660e09 100644 --- a/modules/system/controllers/updates/index.htm +++ b/modules/system/controllers/updates/index.htm @@ -32,7 +32,11 @@
= $pluginsCount ?>
+ += $pluginsCount ?>
+ += $pluginsActiveCount, ' (', $pluginsCount, ')' ?>
+