ode-csslib-openent-nantes 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.
- package/dist/i18n/Auth/fr.json +0 -1
- package/dist/portal.html +1 -1
- package/dist/skins/default/theme.css +1 -1
- package/dist/skins/default/theme.css.map +1 -1
- package/dist/skins/dyslexic/theme.css +1 -1
- package/dist/skins/dyslexic/theme.css.map +1 -1
- package/dist/version.txt +1 -1
- package/package.json +1 -1
package/dist/i18n/Auth/fr.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"auth.charter": "/assets/cgu/CGU_eprimo.pdf",
|
|
3
2
|
"label.accept.cgu": "J'accepte la charte d'utilisation.",
|
|
4
3
|
"email.signature" : "L'équipe E-Primo",
|
|
5
4
|
"auth.resetCodeSent": "Un mail vous a été envoyé (ou à votre enseignant si vous êtes un élève), avec les instructions pour changer votre mot de passe.",
|
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>
|