ode-csslib-openent-na 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.
@@ -2,7 +2,7 @@
2
2
  "email.hi": "Bonjour,",
3
3
  "email.reset.pw.infos": "Vous avez demandé la réinitialisation de votre mot de passe pour vous connecter à Lycée Connecté.",
4
4
  "email.signature": "L'équipe Lycée Connecté",
5
- "auth.charter": "/assets/themes/na/img/charte_ent.pdf",
5
+ "auth.charter": "/assets/cgu/Charte_NA.pdf",
6
6
  "auth.forgot.header": "Besoin d'aide ?",
7
7
  "password.errors": "Choisissez 8 caractères minimum, en mélangeant les majuscules et les minuscules.",
8
8
  "password.recommandations": " Il est recommandé de mélanger chiffres, lettres, majuscules, minuscules et caractères spéciaux.",
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>