ode-csslib-openent-moncollege 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.
@@ -9,7 +9,7 @@
9
9
  "auth.lost.id": "Vous avez perdu votre identifiant ?",
10
10
  "auth.lost.id.text": "Entrez votre adresse courrielle pour recevoir votre identifiant.",
11
11
  "auth.back.to.login": "Retour à l'écran d'accueil",
12
- "auth.charter": "/assets/themes/moncollege/img/charte_ent_MonCollege.pdf",
12
+ "auth.charter": "/assets/cgu/Charte_MonCollege.pdf",
13
13
 
14
14
  "email.reset.infos2" : "Vous avez demandé la réinitialisation de votre mot de passe pour accéder à <a href='https://www.moncollege-ent.essonne.fr'>MonCollege.essonne.fr</a>",
15
15
  "email.click.to.reset" : "Pour procéder à cette réinitialisation, veuillez cliquer sur le lien ci-dessous :",
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>