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.14.4]
Résumé
Détails
- Propriétés de la Page
-
- Contenu
-
... ... @@ -4,12 +4,7 @@ 4 4 #if ($hasAdmin && $hasProgramming) 5 5 #getVisiblePaidExtensions 6 6 ## The same extension could be installed on multiple namespaces (wikis) with different versions. 7 - ## CollectionsTool is deprecated since 12.1RC1. 8 - #if ($collectiontool) 9 - #set ($extensionNames = $collectiontool.sortedSet) 10 - #else 11 - #set ($extensionNames = $collectionstool.sortedSet) 12 - #end 7 + #set ($extensionNames = $collectionstool.sortedSet) 13 13 #set ($limit = 3) 14 14 #set ($showMore = false) 15 15 #foreach ($extension in $visiblePaidExtensions)
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -3,12 +3,6 @@ 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 -} 12 12 13 13 .notifications-missingLicenses { 14 14 min-width: 280px;