adapt-authoring-ui 1.5.4 → 1.5.5
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.
|
@@ -85,10 +85,10 @@ define(function(require){
|
|
|
85
85
|
|
|
86
86
|
/**
|
|
87
87
|
* Lang string keys used (for at-langcheck):
|
|
88
|
-
* - app.confirmdeletemenu
|
|
89
|
-
* - app.confirmdeletepage
|
|
90
|
-
* - app.deleteitemmenu
|
|
91
|
-
* - app.deleteitempage
|
|
88
|
+
* - 'app.confirmdeletemenu'
|
|
89
|
+
* - 'app.confirmdeletepage'
|
|
90
|
+
* - 'app.deleteitemmenu'
|
|
91
|
+
* - 'app.deleteitempage'
|
|
92
92
|
*/
|
|
93
93
|
Origin.Notify.confirm({
|
|
94
94
|
type: 'warning',
|
|
@@ -10,20 +10,20 @@
|
|
|
10
10
|
<p>Find below a summary of the course being imported.</p>
|
|
11
11
|
<div class="statusReport">
|
|
12
12
|
{{! Lang string keys used (for at-langcheck):
|
|
13
|
-
- app.import.status.ASSETS_IMPORTED_SUCCESSFULLY
|
|
14
|
-
- app.import.status.CONTENT_IMPORTED
|
|
15
|
-
- app.import.status.INSTALL_PLUGIN
|
|
16
|
-
- app.import.status.INSTALLED
|
|
17
|
-
- app.import.status.INVALID
|
|
18
|
-
- app.import.status.INVALID_PLUGIN_VERSION
|
|
19
|
-
- app.import.status.MANAGED_PLUGIN_UPDATE_DISABLED
|
|
20
|
-
- app.import.status.MIGRATE_CONTENT
|
|
21
|
-
- app.import.status.PLUGIN_INSTALL_MIGRATING
|
|
22
|
-
- app.import.status.NO_CHANGE
|
|
23
|
-
- app.import.status.OLDER
|
|
24
|
-
- app.import.status.TAGS_IMPORTED
|
|
25
|
-
- app.import.status.UPDATE_BLOCKED
|
|
26
|
-
- app.import.status.UPDATED
|
|
13
|
+
- 'app.import.status.ASSETS_IMPORTED_SUCCESSFULLY'
|
|
14
|
+
- 'app.import.status.CONTENT_IMPORTED'
|
|
15
|
+
- 'app.import.status.INSTALL_PLUGIN'
|
|
16
|
+
- 'app.import.status.INSTALLED'
|
|
17
|
+
- 'app.import.status.INVALID'
|
|
18
|
+
- 'app.import.status.INVALID_PLUGIN_VERSION'
|
|
19
|
+
- 'app.import.status.MANAGED_PLUGIN_UPDATE_DISABLED'
|
|
20
|
+
- 'app.import.status.MIGRATE_CONTENT'
|
|
21
|
+
- 'app.import.status.PLUGIN_INSTALL_MIGRATING'
|
|
22
|
+
- 'app.import.status.NO_CHANGE'
|
|
23
|
+
- 'app.import.status.OLDER'
|
|
24
|
+
- 'app.import.status.TAGS_IMPORTED'
|
|
25
|
+
- 'app.import.status.UPDATE_BLOCKED'
|
|
26
|
+
- 'app.import.status.UPDATED'
|
|
27
27
|
}}
|
|
28
28
|
{{> part_frameworkImportStatusMessages type='error' messages=statusReport.error heading='Errors'}}
|
|
29
29
|
{{> part_frameworkImportStatusMessages type='warn' messages=statusReport.warn heading='Warnings'}}
|
|
@@ -54,3 +54,4 @@
|
|
|
54
54
|
</table>
|
|
55
55
|
</div>
|
|
56
56
|
</div>
|
|
57
|
+
|
package/package.json
CHANGED