diff --git a/archive/community.applications-2021.12.12-x86_64-1.txz b/archive/community.applications-2021.12.12-x86_64-1.txz index a0c12b8f..7ea7ff2a 100644 Binary files a/archive/community.applications-2021.12.12-x86_64-1.txz and b/archive/community.applications-2021.12.12-x86_64-1.txz differ diff --git a/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 b/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 index 05075807..0a23cf31 100644 --- a/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 +++ b/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 @@ -22,4 +22,4 @@ e3dc9ed23036a09d69d5cd5c3111751e ./scripts/showStatistics.php 2bd671daecaf01549f8cc0202cb184b3 ./scripts/updatePluginSupport.php b15e910eb0b7d38d5253a99bf0ab7ba8 ./skins/Narrow/css.php cfa1511913f794c8c5980460dfcdf049 ./skins/Narrow/skin.html -e65fdc3e90ebc85f9e96514311d22d53 ./skins/Narrow/skin.php +53290cd3047e47eb660cd61c788c8823 ./skins/Narrow/skin.php diff --git a/source/community.applications/usr/local/emhttp/plugins/community.applications/skins/Narrow/skin.php b/source/community.applications/usr/local/emhttp/plugins/community.applications/skins/Narrow/skin.php index f8cacc49..eb125e09 100644 --- a/source/community.applications/usr/local/emhttp/plugins/community.applications/skins/Narrow/skin.php +++ b/source/community.applications/usr/local/emhttp/plugins/community.applications/skins/Narrow/skin.php @@ -1064,22 +1064,28 @@ function displayCard($template) { "; } $card .= ""; + if ( $Installed || $Uninstall ) { + $flagTextStart = tr("Installed")."
"; + } else { + $flagTextStart = " "; + $flagTextEnd = " "; + } if ( $Blacklist ) { $card .= "
-
 ".tr("Blacklisted")." 
+
$flagTextStart".tr("Blacklisted")."$flagTextEnd
"; } elseif ( isset($Compatible) && ! $Compatible ) { $card .= "
-
 ".tr("Incompatible")." 
+
$flagTextStart".tr("Incompatible")."$flagTextEnd
"; } elseif ( $Deprecated ) { $card .= "
-
 ".tr("Deprecated")." 
+
$flagTextStart".tr("Deprecated")."$flagTextEnd
"; } elseif ( $Installed || $Uninstall) {