ode-csslib-panda-aix 3.4.24-develop.202511241603 → 3.4.25
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.
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
{{! Users that are not activated }}
|
|
91
91
|
{{#activationCode}}
|
|
92
92
|
<div{{^end}} style="page-break-after: always"{{/end}}>
|
|
93
|
-
<img id="logo" src="logo.png" alt="logo"></img>
|
|
93
|
+
<img id="logo" src="illustrations/logo.png" alt="logo"></img>
|
|
94
94
|
<div class="banner">
|
|
95
95
|
<span class="content">À l’attention de <b>{{firstName}} {{lastName}}</b></span><br/>
|
|
96
96
|
{{#child}}
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
{{! Users that are activated }}
|
|
183
183
|
{{^activationCode}}
|
|
184
184
|
<div{{^end}} style="page-break-after: always"{{/end}}>
|
|
185
|
-
<img id="logo" src="logo.png" alt="logo"></img>
|
|
185
|
+
<img id="logo" src="illustrations/logo.png" alt="logo"></img>
|
|
186
186
|
<div class="banner">
|
|
187
187
|
<span class="content">À l’attention de <b>{{firstName}} {{lastName}}</b></span><br/>
|
|
188
188
|
{{#child}}
|
package/dist/version.txt
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
entcore-css-lib
|
|
2
|
-
ode-csslib-panda-aix
|
|
1
|
+
entcore-css-lib 24/10/2025 19:53:08
|
|
2
|
+
ode-csslib-panda-aix 26/11/2025 12:21:47
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ode-csslib-panda-aix",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.25",
|
|
4
4
|
"description": "Panda theme by Edifice",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"author": "Edifice",
|
|
15
15
|
"license": "NONE",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"entcore-css-lib": "npm:ode-csslib@
|
|
17
|
+
"entcore-css-lib": "npm:ode-csslib@main"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"concurrently": "5.3.0",
|