ode-csslib-openent-cd13 3.2.2 → 3.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,5 +15,5 @@
15
15
  "loginother":"Invité",
16
16
  "wayf.logo.partner" : "/assets/themes/cd13/img/logo-partenaire.png",
17
17
  "wayf.logo.partner.width" : "300px",
18
- "wayf.message" : "Bienvenue dans votre ENT"
18
+ "wayf.select.profile" : "Bienvenue dans votre ENT Espace Collégien de Provence"
19
19
  }
package/dist/portal.html CHANGED
@@ -59,7 +59,7 @@
59
59
  <div class="text-dark" ng-if="me.bookmarkedApps.length === 0">
60
60
  <i18n>navbar.myapps.more</i18n>
61
61
  </div>
62
- <a class="bookmarked-app" connector-lightbox-trigger="app" ng-repeat="app in me.bookmarkedApps">
62
+ <a class="bookmarked-app" connector-lightbox-trigger="app" ng-repeat="app in me.bookmarkedApps | limitTo:6">
63
63
  <i class="[[app.icon]]" ng-if="app.icon.indexOf('/') === -1" tooltip="[[app.displayName]]"></i>
64
64
  <img skin-src="[[app.icon]]" ng-if="app.icon.indexOf('/') !== -1" tooltip="[[app.displayName]]" />
65
65
  </a>