Skip to content

Commit

Permalink
Change order buttons in AT
Browse files Browse the repository at this point in the history
Change pageview -> preview in unit listing icon value

#1045
  • Loading branch information
hirokiterashima committed Oct 26, 2023
1 parent cb1bbd4 commit 62eee34
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ <h3 fxLayout="row" fxLayoutAlign="start center" class="title-header">
>
<mat-icon>info</mat-icon>
</button>
<button mat-icon-button matTooltip="Preview Unit" i18n-matTooltip (click)="previewProject()">
<mat-icon>preview</mat-icon>
</button>
<button
mat-icon-button
*ngIf="runId"
Expand All @@ -31,6 +28,9 @@ <h3 fxLayout="row" fxLayoutAlign="start center" class="title-header">
>
<mat-icon mat-menu-origin>assignment_turned_in</mat-icon>
</button>
<button mat-icon-button matTooltip="Preview Unit" i18n-matTooltip (click)="previewProject()">
<mat-icon>preview</mat-icon>
</button>
</span>
</h3>
<span fxFlex></span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
matTooltipPosition="left"
i18n-matTooltip
>
<mat-icon>pageview</mat-icon>
<mat-icon>preview</mat-icon>
</span>
<span
(click)="copyProject(project.id)"
Expand Down
4 changes: 2 additions & 2 deletions src/messages.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -1455,7 +1455,7 @@ Click &quot;Cancel&quot; to keep the invalid JSON open so you can fix it.</sourc
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/assets/wise5/authoringTool/components/top-bar/top-bar.component.html</context>
<context context-type="linenumber">21</context>
<context context-type="linenumber">31</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/assets/wise5/classroomMonitor/classroomMonitorComponents/shared/top-bar/top-bar.component.html</context>
Expand Down Expand Up @@ -9807,7 +9807,7 @@ Click &quot;Cancel&quot; to keep the invalid JSON open so you can fix it.</sourc
<source>Switch to Grading View</source>
<context-group purpose="location">
<context context-type="sourcefile">src/assets/wise5/authoringTool/components/top-bar/top-bar.component.html</context>
<context context-type="linenumber">28</context>
<context context-type="linenumber">25</context>
</context-group>
</trans-unit>
<trans-unit id="b8ae83571c90788bf730befdbb3de4c7cf14ed8e" datatype="html">
Expand Down

0 comments on commit 62eee34

Please sign in to comment.