ode-csslib-openent-martinique 3.2.2 → 3.2.4

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.
@@ -1,4 +1,3 @@
1
1
  {
2
2
  "email.signature": "Regards,The Colibri team",
3
- "auth.charter": "/assets/cgu/Charte.pdf"
4
3
  }
@@ -1,4 +1,3 @@
1
1
  {
2
2
  "email.signature": "Atentamente, el equipo Colibri",
3
- "auth.charter": "/assets/cgu/Charte.pdf"
4
3
  }
@@ -1,6 +1,5 @@
1
1
  {
2
2
  "email.signature": "L'équipe projet Colibri",
3
- "auth.charter": "/assets/cgu/Charte.pdf",
4
3
  "password.errors": "Choisissez 6 caractères minimum.",
5
4
  "otherperseducnat":"Personnel Éducation Nationale",
6
5
  "perseducnat":"PERSONNEL ÉDUCATION NATIONALE",
@@ -1,4 +1,3 @@
1
1
  {
2
2
  "email.signature": "Atenciosamente, a Colibri",
3
- "auth.charter": "/assets/cgu/Charte.pdf"
4
3
  }
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>