Modifications pour le document LicensesNotificationsUIX
Modifié par superadmin le 2022/01/01 16:06
Commentaire de modification :
Install extension [com.xwiki.licensing:application-licensing-licensor-ui/1.20]
Résumé
Détails
- Propriétés de la Page
-
- Contenu
-
... ... @@ -4,7 +4,12 @@ 4 4 #if ($hasAdmin && $hasProgramming) 5 5 #getVisiblePaidExtensions 6 6 ## The same extension could be installed on multiple namespaces (wikis) with different versions. 7 - #set ($extensionNames = $collectionstool.sortedSet) 7 + ## CollectionsTool is deprecated since 12.1RC1. 8 + #if ($collectiontool) 9 + #set ($extensionNames = $collectiontool.sortedSet) 10 + #else 11 + #set ($extensionNames = $collectionstool.sortedSet) 12 + #end 8 8 #set ($limit = 3) 9 9 #set ($showMore = false) 10 10 #foreach ($extension in $visiblePaidExtensions)
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -3,6 +3,12 @@ 3 3 #tmNotifications > .dropdown-toggle span:empty::before { 4 4 color: $theme.notificationErrorColor; 5 5 } 6 +/* Highlight the notification bell icon when using Silk icon theme.*/ 7 +#tmNotifications > .dropdown-toggle img { 8 + margin: -10px; 9 + padding: 10px; 10 + background-color: $theme.notificationErrorColor; 11 +} 6 6 7 7 .notifications-missingLicenses { 8 8 min-width: 280px;