diff --git a/src/assets/wise5/authoringTool/advanced/advanced-project-authoring.component.html b/src/assets/wise5/authoringTool/advanced/advanced-project-authoring.component.html
index 0a41490545a..ca6f4a7b4c5 100644
--- a/src/assets/wise5/authoringTool/advanced/advanced-project-authoring.component.html
+++ b/src/assets/wise5/authoringTool/advanced/advanced-project-authoring.component.html
@@ -50,6 +50,22 @@
>
+
+
+
+ Default (lessons appear in drop-down list and unit plan)
+ Tabbed (lessons appear as tabs)
+
+
+
+
Unit URL
diff --git a/src/assets/wise5/authoringTool/advanced/advanced-project-authoring.component.ts b/src/assets/wise5/authoringTool/advanced/advanced-project-authoring.component.ts
index f79e1a3bdea..d9a9bf06cb7 100644
--- a/src/assets/wise5/authoringTool/advanced/advanced-project-authoring.component.ts
+++ b/src/assets/wise5/authoringTool/advanced/advanced-project-authoring.component.ts
@@ -14,6 +14,7 @@ import { filter } from 'rxjs/operators';
})
export class AdvancedProjectAuthoringComponent {
protected jsonDisplayed: boolean;
+ protected navigationType: string = 'default';
private projectId: number;
protected projectJSONString: string;
protected projectScriptFilename: string;
@@ -131,4 +132,9 @@ export class AdvancedProjectAuthoringComponent {
}
this.projectService.saveProject();
}
+
+ protected updateNavigationType(): void {
+ this.projectService.project.theme = this.navigationType;
+ this.projectService.saveProject();
+ }
}
diff --git a/src/assets/wise5/style/fonts/roboto/package-lock.json b/src/assets/wise5/style/fonts/roboto/package-lock.json
new file mode 100644
index 00000000000..756b5b71370
--- /dev/null
+++ b/src/assets/wise5/style/fonts/roboto/package-lock.json
@@ -0,0 +1,13 @@
+{
+ "name": "roboto",
+ "version": "1.1.0",
+ "lockfileVersion": 3,
+ "requires": true,
+ "packages": {
+ "": {
+ "name": "roboto",
+ "version": "1.1.0",
+ "license": "Apache License version 2.0"
+ }
+ }
+}
diff --git a/src/messages.xlf b/src/messages.xlf
index 28675d142fd..c90877aa4a9 100644
--- a/src/messages.xlf
+++ b/src/messages.xlf
@@ -941,7 +941,7 @@ Click "Cancel" to keep the invalid JSON open so you can fix it.
src/assets/wise5/authoringTool/advanced/advanced-project-authoring.component.ts
- 55
+ 56
@@ -9895,39 +9895,46 @@ Click "Cancel" to keep the invalid JSON open so you can fix it.49
-
-
+
+
src/assets/wise5/authoringTool/advanced/advanced-project-authoring.component.html
- 55
+ 54
-
-
+
+
src/assets/wise5/authoringTool/advanced/advanced-project-authoring.component.html
- 62
+ 61
+
+
+
+
+
+ src/assets/wise5/authoringTool/advanced/advanced-project-authoring.component.html
+ 64,65
src/assets/wise5/authoringTool/advanced/advanced-project-authoring.component.html
- 72
+ 89
src/assets/wise5/authoringTool/advanced/advanced-project-authoring.component.html
- 79
+ 96
src/assets/wise5/authoringTool/advanced/advanced-project-authoring.component.html
- 90
+ 107