diff --git a/src/addons/block/myoverview/components/myoverview/addon-block-myoverview.html b/src/addons/block/myoverview/components/myoverview/addon-block-myoverview.html index cce9ec632..0c7735f12 100644 --- a/src/addons/block/myoverview/components/myoverview/addon-block-myoverview.html +++ b/src/addons/block/myoverview/components/myoverview/addon-block-myoverview.html @@ -75,7 +75,7 @@ + icon="fas-arrow-down-short-wide"> {{'addon.block_myoverview.title' | translate}} @@ -94,7 +94,7 @@ - + @@ -114,7 +114,7 @@ {{'addon.block_myoverview.nocoursesenrolleddescription' | translate}}

- diff --git a/src/addons/block/timeline/components/timeline/addon-block-timeline.html b/src/addons/block/timeline/components/timeline/addon-block-timeline.html index 09c135293..92d911286 100644 --- a/src/addons/block/timeline/components/timeline/addon-block-timeline.html +++ b/src/addons/block/timeline/components/timeline/addon-block-timeline.html @@ -35,7 +35,7 @@ + icon="fas-arrow-down-short-wide"> {{ option.name | translate }} diff --git a/src/addons/calendar/components/filter/filter.html b/src/addons/calendar/components/filter/filter.html index c49826ce1..0a344811a 100644 --- a/src/addons/calendar/components/filter/filter.html +++ b/src/addons/calendar/components/filter/filter.html @@ -2,7 +2,7 @@ - + diff --git a/src/addons/calendar/pages/day/day.html b/src/addons/calendar/pages/day/day.html index 8607da154..ed5537bf9 100644 --- a/src/addons/calendar/pages/day/day.html +++ b/src/addons/calendar/pages/day/day.html @@ -54,7 +54,7 @@ - + {{ 'core.hasdatatosync' | translate:{$a: 'core.day' | translate} }} diff --git a/src/addons/calendar/pages/event/event.html b/src/addons/calendar/pages/event/event.html index 40adfcf4c..ffa4f87a9 100644 --- a/src/addons/calendar/pages/event/event.html +++ b/src/addons/calendar/pages/event/event.html @@ -16,12 +16,12 @@ [iconAction]="syncIcon" [closeOnClick]="false"> + [content]="'core.edit' | translate" (action)="openEdit()" iconAction="fas-pen-to-square"> + (action)="undoDelete()" iconAction="fas-rotate-left"> @@ -34,7 +34,7 @@ - + {{ 'core.hasdatatosync' | translate:{$a: 'addon.calendar.calendarevent' | translate} }} diff --git a/src/addons/calendar/pages/index/index.html b/src/addons/calendar/pages/index/index.html index 50cdb0f25..39f929563 100644 --- a/src/addons/calendar/pages/index/index.html +++ b/src/addons/calendar/pages/index/index.html @@ -12,11 +12,11 @@ + iconAction="fas-table-list" (action)="toggleDisplay()"> + iconAction="fas-calendar-days" (action)="toggleDisplay()"> + iconAction="fas-gears"> - + {{ 'core.hasdatatosync' | translate:{$a: 'addon.calendar.calendar' | translate} }} diff --git a/src/addons/coursecompletion/pages/report/report.html b/src/addons/coursecompletion/pages/report/report.html index 22420d5f9..395cab171 100644 --- a/src/addons/coursecompletion/pages/report/report.html +++ b/src/addons/coursecompletion/pages/report/report.html @@ -101,7 +101,7 @@ - + {{ 'addon.coursecompletion.nottracked' | translate }} diff --git a/src/addons/coursecompletion/services/handlers/user.ts b/src/addons/coursecompletion/services/handlers/user.ts index 28bece14e..a31b5dc44 100644 --- a/src/addons/coursecompletion/services/handlers/user.ts +++ b/src/addons/coursecompletion/services/handlers/user.ts @@ -65,7 +65,7 @@ export class AddonCourseCompletionUserHandlerService implements CoreUserProfileH */ getDisplayData(): CoreUserProfileHandlerData { return { - icon: 'fas-tasks', + icon: 'fas-list-check', title: 'addon.coursecompletion.coursecompletion', class: 'addon-coursecompletion-handler', action: (event, user, context, contextId): void => { diff --git a/src/addons/messageoutput/airnotifier/services/handlers/messageoutput.ts b/src/addons/messageoutput/airnotifier/services/handlers/messageoutput.ts index cbee29e1d..d07106d2e 100644 --- a/src/addons/messageoutput/airnotifier/services/handlers/messageoutput.ts +++ b/src/addons/messageoutput/airnotifier/services/handlers/messageoutput.ts @@ -48,7 +48,7 @@ export class AddonMessageOutputAirnotifierHandlerService implements AddonMessage return { priority: 600, label: 'addon.messageoutput_airnotifier.processorsettingsdesc', - icon: 'fas-cog', + icon: 'fas-gear', page: AddonMessageOutputAirnotifierHandlerService.PAGE_NAME, }; } diff --git a/src/addons/messages/components/conversation-info/conversation-info.html b/src/addons/messages/components/conversation-info/conversation-info.html index 38f7c081d..3a4fb4af7 100644 --- a/src/addons/messages/components/conversation-info/conversation-info.html +++ b/src/addons/messages/components/conversation-info/conversation-info.html @@ -5,7 +5,7 @@ - + diff --git a/src/addons/messages/pages/contacts/contacts.html b/src/addons/messages/pages/contacts/contacts.html index 00e28e4d0..c049589e0 100644 --- a/src/addons/messages/pages/contacts/contacts.html +++ b/src/addons/messages/pages/contacts/contacts.html @@ -8,7 +8,7 @@ - + diff --git a/src/addons/messages/pages/discussion/discussion.html b/src/addons/messages/pages/discussion/discussion.html index d0c876da3..57ad7cd7d 100644 --- a/src/addons/messages/pages/discussion/discussion.html +++ b/src/addons/messages/pages/discussion/discussion.html @@ -24,9 +24,9 @@ + [content]="'addon.messages.info' | translate" (action)="viewInfo()" iconAction="fas-circle-info"> + [content]="'addon.messages.groupinfo' | translate" (action)="viewInfo()" iconAction="fas-circle-info"> - diff --git a/src/addons/messages/pages/group-conversations/group-conversations.html b/src/addons/messages/pages/group-conversations/group-conversations.html index 223cc96d7..109cedd73 100644 --- a/src/addons/messages/pages/group-conversations/group-conversations.html +++ b/src/addons/messages/pages/group-conversations/group-conversations.html @@ -8,10 +8,10 @@ - + - + @@ -169,7 +169,7 @@ - +

diff --git a/src/addons/messages/pages/search/search.html b/src/addons/messages/pages/search/search.html index 9830db473..afbf8b227 100644 --- a/src/addons/messages/pages/search/search.html +++ b/src/addons/messages/pages/search/search.html @@ -28,7 +28,7 @@ + icon="fas-magnifying-glass" [message]="'core.noresults' | translate"> diff --git a/src/addons/mod/assign/components/edit-feedback-modal/edit-feedback-modal.html b/src/addons/mod/assign/components/edit-feedback-modal/edit-feedback-modal.html index 79f6fb070..38aa16a83 100644 --- a/src/addons/mod/assign/components/edit-feedback-modal/edit-feedback-modal.html +++ b/src/addons/mod/assign/components/edit-feedback-modal/edit-feedback-modal.html @@ -5,7 +5,7 @@ - + diff --git a/src/addons/mod/assign/components/index/addon-mod-assign-index.html b/src/addons/mod/assign/components/index/addon-mod-assign-index.html index 117b0c76d..af21ab52d 100644 --- a/src/addons/mod/assign/components/index/addon-mod-assign-index.html +++ b/src/addons/mod/assign/components/index/addon-mod-assign-index.html @@ -1,7 +1,7 @@ - + @@ -113,7 +113,7 @@ - + {{ 'addon.mod_assign.'+summary.warnofungroupedusers | translate }} diff --git a/src/addons/mod/assign/components/submission/addon-mod-assign-submission.html b/src/addons/mod/assign/components/submission/addon-mod-assign-submission.html index 122f5c79b..6a1777f15 100644 --- a/src/addons/mod/assign/components/submission/addon-mod-assign-submission.html +++ b/src/addons/mod/assign/components/submission/addon-mod-assign-submission.html @@ -3,7 +3,7 @@ - +

{{ 'addon.mod_assign.caneditsubmission' | translate }}

@@ -264,7 +264,7 @@ - +
@@ -393,12 +393,12 @@ - +

{{ 'addon.mod_assign.cannotgradefromapp' | translate }}

{{ 'core.openinbrowser' | translate }} - +
diff --git a/src/addons/mod/bigbluebuttonbn/components/index/index.html b/src/addons/mod/bigbluebuttonbn/components/index/index.html index 782717ab0..79da43a01 100644 --- a/src/addons/mod/bigbluebuttonbn/components/index/index.html +++ b/src/addons/mod/bigbluebuttonbn/components/index/index.html @@ -1,7 +1,7 @@ - + @@ -77,7 +77,7 @@ - + {{ meetingInfo.statusmessage }} @@ -102,7 +102,7 @@ - +
diff --git a/src/addons/mod/book/components/index/addon-mod-book-index.html b/src/addons/mod/book/components/index/addon-mod-book-index.html index b186dfb3c..89b4c085b 100644 --- a/src/addons/mod/book/components/index/addon-mod-book-index.html +++ b/src/addons/mod/book/components/index/addon-mod-book-index.html @@ -1,7 +1,7 @@ - + diff --git a/src/addons/mod/book/components/toc/toc.html b/src/addons/mod/book/components/toc/toc.html index a8a12c978..7d63bbfea 100644 --- a/src/addons/mod/book/components/toc/toc.html +++ b/src/addons/mod/book/components/toc/toc.html @@ -5,7 +5,7 @@ - + diff --git a/src/addons/mod/book/pages/contents/contents.html b/src/addons/mod/book/pages/contents/contents.html index a34486e0a..ac443ffd7 100644 --- a/src/addons/mod/book/pages/contents/contents.html +++ b/src/addons/mod/book/pages/contents/contents.html @@ -25,7 +25,7 @@
- + diff --git a/src/addons/mod/chat/components/index/addon-mod-chat-index.html b/src/addons/mod/chat/components/index/addon-mod-chat-index.html index 6e928b3fe..612815bbd 100644 --- a/src/addons/mod/chat/components/index/addon-mod-chat-index.html +++ b/src/addons/mod/chat/components/index/addon-mod-chat-index.html @@ -1,7 +1,7 @@ - + diff --git a/src/addons/mod/chat/components/users-modal/users-modal.html b/src/addons/mod/chat/components/users-modal/users-modal.html index 0f06b26d2..8be610206 100644 --- a/src/addons/mod/chat/components/users-modal/users-modal.html +++ b/src/addons/mod/chat/components/users-modal/users-modal.html @@ -5,7 +5,7 @@ - + diff --git a/src/addons/mod/chat/pages/chat/chat.html b/src/addons/mod/chat/pages/chat/chat.html index dafc0260e..a35f2d33a 100644 --- a/src/addons/mod/chat/pages/chat/chat.html +++ b/src/addons/mod/chat/pages/chat/chat.html @@ -28,7 +28,7 @@
- + {{ message.timestamp * 1000 | coreFormatDate:"strftimetime" }} {{ 'addon.mod_chat.messageenter' | translate:{$a: message.userfullname} }} @@ -36,7 +36,7 @@ - + {{ message.timestamp * 1000 | coreFormatDate:"strftimetime" }} {{ 'addon.mod_chat.messageexit' | translate:{$a: message.userfullname} }} diff --git a/src/addons/mod/chat/pages/session-messages/session-messages.html b/src/addons/mod/chat/pages/session-messages/session-messages.html index fd9f65e02..dbcb5d29c 100644 --- a/src/addons/mod/chat/pages/session-messages/session-messages.html +++ b/src/addons/mod/chat/pages/session-messages/session-messages.html @@ -23,7 +23,7 @@
- + {{ message.timestamp * 1000 | coreFormatDate:"strftimetime" }} {{ 'addon.mod_chat.messageenter' | translate:{$a: message.userfullname} }} @@ -31,7 +31,7 @@ - + {{ message.timestamp * 1000 | coreFormatDate:"strftimetime" }} {{ 'addon.mod_chat.messageexit' | translate:{$a: message.userfullname} }} diff --git a/src/addons/mod/choice/components/index/addon-mod-choice-index.html b/src/addons/mod/choice/components/index/addon-mod-choice-index.html index 19cea320a..a7279c118 100644 --- a/src/addons/mod/choice/components/index/addon-mod-choice-index.html +++ b/src/addons/mod/choice/components/index/addon-mod-choice-index.html @@ -1,7 +1,7 @@ - + @@ -15,7 +15,7 @@ - +

{{ 'addon.mod_choice.previewonly' | translate:{$a: openTimeReadable} }}

{{ 'addon.mod_choice.notopenyet' | translate:{$a: openTimeReadable} }}

@@ -25,7 +25,7 @@ - +

{{ 'addon.mod_choice.yourselection' | translate }} @@ -40,7 +40,7 @@ - + {{ publishInfo | translate }} @@ -75,7 +75,7 @@ - + {{ 'addon.mod_choice.resultsnotsynced' | translate }} @@ -125,7 +125,7 @@ - +

{{ 'addon.mod_choice.noresultsviewable' | translate }}

diff --git a/src/addons/mod/data/components/action/addon-mod-data-action.html b/src/addons/mod/data/components/action/addon-mod-data-action.html index 475b66e28..7f1df86da 100644 --- a/src/addons/mod/data/components/action/addon-mod-data-action.html +++ b/src/addons/mod/data/components/action/addon-mod-data-action.html @@ -1,9 +1,9 @@ - + - + - + - + - + @@ -30,21 +30,21 @@ - + {{ 'addon.mod_data.notopenyet' | translate:{$a: timeAvailableFromReadable} }} - + {{ 'addon.mod_data.expired' | translate:{$a: timeAvailableToReadable} }} - + {{ 'addon.mod_data.entrieslefttoaddtoview' | translate:{$a: {entrieslefttoview: access.entrieslefttoview} } }} @@ -53,7 +53,7 @@ - + {{ 'addon.mod_data.entrieslefttoadd' | translate:{$a: {entriesleft: access.entrieslefttoadd} } }} diff --git a/src/addons/mod/data/components/search/search.html b/src/addons/mod/data/components/search/search.html index 1c7d2d852..01aaddd81 100644 --- a/src/addons/mod/data/components/search/search.html +++ b/src/addons/mod/data/components/search/search.html @@ -5,7 +5,7 @@ - + @@ -59,7 +59,7 @@
- + {{ 'addon.mod_data.search' | translate }}
diff --git a/src/addons/mod/data/pages/entry/entry.html b/src/addons/mod/data/pages/entry/entry.html index de6da59a1..a6d75f048 100644 --- a/src/addons/mod/data/pages/entry/entry.html +++ b/src/addons/mod/data/pages/entry/entry.html @@ -20,7 +20,7 @@ - + {{ 'core.hasdatatosync' | translate: {$a: moduleName} }} diff --git a/src/addons/mod/feedback/components/index/addon-mod-feedback-index.html b/src/addons/mod/feedback/components/index/addon-mod-feedback-index.html index 64187214e..aa89ab5ab 100644 --- a/src/addons/mod/feedback/components/index/addon-mod-feedback-index.html +++ b/src/addons/mod/feedback/components/index/addon-mod-feedback-index.html @@ -1,7 +1,7 @@ - + @@ -39,7 +39,7 @@ *ngIf="access && (access.canedititems || access.canviewreports || !access.isempty)"> - + {{ 'addon.mod_feedback.preview' | translate }} - + {{ 'addon.mod_feedback.feedback_is_not_open' | translate }}
@@ -155,7 +155,7 @@ - + {{ warning }} diff --git a/src/addons/mod/feedback/pages/form/form.html b/src/addons/mod/feedback/pages/form/form.html index 9f07a0255..628c45560 100644 --- a/src/addons/mod/feedback/pages/form/form.html +++ b/src/addons/mod/feedback/pages/form/form.html @@ -102,7 +102,7 @@
- + {{ 'addon.mod_feedback.captchaofflinewarning' | translate }}
diff --git a/src/addons/mod/folder/components/index/addon-mod-folder-index.html b/src/addons/mod/folder/components/index/addon-mod-folder-index.html index e41323e5d..3d3d643ed 100644 --- a/src/addons/mod/folder/components/index/addon-mod-folder-index.html +++ b/src/addons/mod/folder/components/index/addon-mod-folder-index.html @@ -1,7 +1,7 @@ - + diff --git a/src/addons/mod/forum/components/index/index.html b/src/addons/mod/forum/components/index/index.html index 90e871645..6339d32a9 100644 --- a/src/addons/mod/forum/components/index/index.html +++ b/src/addons/mod/forum/components/index/index.html @@ -1,7 +1,7 @@ - + @@ -31,7 +31,7 @@ - + {{ availabilityMessage }} @@ -39,7 +39,7 @@ - + {{ 'addon.mod_forum.qandanotify' | translate }} @@ -47,7 +47,7 @@ - + {{ 'addon.mod_forum.cannotadddiscussionall' | translate }} {{ 'addon.mod_forum.cannotadddiscussion' | translate }} @@ -67,7 +67,7 @@ [message]="'addon.mod_forum.forumnodiscussionsyet' | translate"> -

{{ 'addon.mod_forum.errorloadingsortingorderdetails' | translate }}

diff --git a/src/addons/mod/forum/components/post-options-menu/post-options-menu.html b/src/addons/mod/forum/components/post-options-menu/post-options-menu.html index 63660ebd7..ffef01cb8 100644 --- a/src/addons/mod/forum/components/post-options-menu/post-options-menu.html +++ b/src/addons/mod/forum/components/post-options-menu/post-options-menu.html @@ -13,7 +13,7 @@
- +

{{ 'core.openinbrowser' | translate }}

diff --git a/src/addons/mod/forum/components/sort-order-selector/sort-order-selector.html b/src/addons/mod/forum/components/sort-order-selector/sort-order-selector.html index 54d488eba..6c8aa3b07 100644 --- a/src/addons/mod/forum/components/sort-order-selector/sort-order-selector.html +++ b/src/addons/mod/forum/components/sort-order-selector/sort-order-selector.html @@ -5,7 +5,7 @@ - + diff --git a/src/addons/mod/forum/pages/discussion/discussion.html b/src/addons/mod/forum/pages/discussion/discussion.html index d41503ce8..130547200 100644 --- a/src/addons/mod/forum/pages/discussion/discussion.html +++ b/src/addons/mod/forum/pages/discussion/discussion.html @@ -31,7 +31,7 @@ [content]="'addon.mod_forum.modeflatnewestfirst' | translate" iconAction="fas-arrow-up" (action)="changeSort('flat-newest')"> + iconAction="fas-right-left" (action)="changeSort('nested')"> @@ -54,7 +54,7 @@ (action)="toggleFavouriteState(false)"> + iconAction="fas-up-right-from-square" [showBrowserWarning]="false">
@@ -66,7 +66,7 @@ - + {{ 'core.hasdatatosync' | translate:{$a: discussionStr} }} @@ -74,7 +74,7 @@ - + {{ availabilityMessage }} @@ -89,7 +89,7 @@ - + {{ 'addon.mod_forum.qandanotify' | translate }} diff --git a/src/addons/mod/forum/pages/new-discussion/new-discussion.html b/src/addons/mod/forum/pages/new-discussion/new-discussion.html index 205501ce7..1fef00569 100644 --- a/src/addons/mod/forum/pages/new-discussion/new-discussion.html +++ b/src/addons/mod/forum/pages/new-discussion/new-discussion.html @@ -67,7 +67,7 @@
- + {{ 'addon.mod_forum.postingroup' | translate:{groupname: groupName} }} diff --git a/src/addons/mod/glossary/components/index/addon-mod-glossary-index.html b/src/addons/mod/glossary/components/index/addon-mod-glossary-index.html index fbfbe55aa..2413ed563 100644 --- a/src/addons/mod/glossary/components/index/addon-mod-glossary-index.html +++ b/src/addons/mod/glossary/components/index/addon-mod-glossary-index.html @@ -6,12 +6,12 @@ - + - + diff --git a/src/addons/mod/h5pactivity/components/index/addon-mod-h5pactivity-index.html b/src/addons/mod/h5pactivity/components/index/addon-mod-h5pactivity-index.html index b4bff9932..de0edc01e 100644 --- a/src/addons/mod/h5pactivity/components/index/addon-mod-h5pactivity-index.html +++ b/src/addons/mod/h5pactivity/components/index/addon-mod-h5pactivity-index.html @@ -11,7 +11,7 @@ - + @@ -26,7 +26,7 @@ - + {{ 'core.h5p.offlinedisabled' | translate }} {{ 'addon.mod_h5pactivity.offlinedisabledwarning' | translate }} @@ -36,7 +36,7 @@ - + {{ 'addon.mod_h5pactivity.previewmode' | translate }} diff --git a/src/addons/mod/h5pactivity/pages/attempt-results/attempt-results.html b/src/addons/mod/h5pactivity/pages/attempt-results/attempt-results.html index efe7dd8c0..70c8d9978 100644 --- a/src/addons/mod/h5pactivity/pages/attempt-results/attempt-results.html +++ b/src/addons/mod/h5pactivity/pages/attempt-results/attempt-results.html @@ -65,7 +65,7 @@

{{ 'addon.mod_h5pactivity.outcome' | translate }}

- + {{ 'addon.mod_h5pactivity.attempt_success_pass' | translate }}

@@ -152,7 +152,7 @@ - + {{ 'addon.mod_h5pactivity.no_compatible_track' | translate:{$a: result.interactiontype} }} @@ -171,7 +171,7 @@ {{ answer.answer }}

- + {{ answer.answer }}

@@ -179,7 +179,7 @@ {{ answer.answer }}

- +

@@ -187,7 +187,7 @@

- +

diff --git a/src/addons/mod/h5pactivity/pages/user-attempts/user-attempts.html b/src/addons/mod/h5pactivity/pages/user-attempts/user-attempts.html index c9030e75d..0f628b053 100644 --- a/src/addons/mod/h5pactivity/pages/user-attempts/user-attempts.html +++ b/src/addons/mod/h5pactivity/pages/user-attempts/user-attempts.html @@ -101,7 +101,7 @@ [alt]="'addon.mod_h5pactivity.attempt_completion_no' | translate"> - - + diff --git a/src/addons/mod/imscp/components/toc/toc.html b/src/addons/mod/imscp/components/toc/toc.html index 6a0565fc0..a8400e7ba 100644 --- a/src/addons/mod/imscp/components/toc/toc.html +++ b/src/addons/mod/imscp/components/toc/toc.html @@ -5,7 +5,7 @@ - + diff --git a/src/addons/mod/imscp/pages/view/view.html b/src/addons/mod/imscp/pages/view/view.html index 3b8cee090..b2f8e3329 100644 --- a/src/addons/mod/imscp/pages/view/view.html +++ b/src/addons/mod/imscp/pages/view/view.html @@ -23,7 +23,7 @@ - + diff --git a/src/addons/mod/lesson/components/index/addon-mod-lesson-index.html b/src/addons/mod/lesson/components/index/addon-mod-lesson-index.html index 104ab7364..b289d2d50 100644 --- a/src/addons/mod/lesson/components/index/addon-mod-lesson-index.html +++ b/src/addons/mod/lesson/components/index/addon-mod-lesson-index.html @@ -1,7 +1,7 @@ - + @@ -20,7 +20,7 @@ - + @@ -263,7 +263,7 @@ {{ 'core.start' | translate }} - + {{ 'addon.mod_lesson.preview' | translate }} diff --git a/src/addons/mod/lesson/components/menu-modal/menu-modal.html b/src/addons/mod/lesson/components/menu-modal/menu-modal.html index a0a1c2cb7..541e03064 100644 --- a/src/addons/mod/lesson/components/menu-modal/menu-modal.html +++ b/src/addons/mod/lesson/components/menu-modal/menu-modal.html @@ -5,7 +5,7 @@ - + diff --git a/src/addons/mod/lesson/components/password-modal/password-modal.html b/src/addons/mod/lesson/components/password-modal/password-modal.html index 5bcc9b375..4a6ea9fe2 100644 --- a/src/addons/mod/lesson/components/password-modal/password-modal.html +++ b/src/addons/mod/lesson/components/password-modal/password-modal.html @@ -5,7 +5,7 @@ - + diff --git a/src/addons/mod/lesson/pages/player/player.html b/src/addons/mod/lesson/pages/player/player.html index 6d8e6e8dc..3a524b170 100644 --- a/src/addons/mod/lesson/pages/player/player.html +++ b/src/addons/mod/lesson/pages/player/player.html @@ -22,7 +22,7 @@ - + {{ messages[0].message }} @@ -183,7 +183,7 @@
- + {{ 'addon.mod_lesson.progressbarteacherwarning2' | translate }} @@ -192,7 +192,7 @@ - + {{ 'addon.mod_lesson.finishretakeoffline' | translate }} diff --git a/src/addons/mod/lti/components/index/addon-mod-lti-index.html b/src/addons/mod/lti/components/index/addon-mod-lti-index.html index db82dfce0..70a72d2c6 100644 --- a/src/addons/mod/lti/components/index/addon-mod-lti-index.html +++ b/src/addons/mod/lti/components/index/addon-mod-lti-index.html @@ -1,7 +1,7 @@ - + @@ -17,7 +17,7 @@
{{ 'addon.mod_lti.launchactivity' | translate }} - +
diff --git a/src/addons/mod/lti/services/handlers/module.ts b/src/addons/mod/lti/services/handlers/module.ts index 545aa262f..65becc928 100644 --- a/src/addons/mod/lti/services/handlers/module.ts +++ b/src/addons/mod/lti/services/handlers/module.ts @@ -60,7 +60,7 @@ export class AddonModLtiModuleHandlerService extends CoreModuleHandlerBase imple const data = await super.getData(module, courseId, sectionId, forCoursePage); data.showDownloadButton = false; data.buttons = [{ - icon: 'fas-external-link-alt', + icon: 'fas-up-right-from-square', label: 'addon.mod_lti.launchactivity', action: (event: Event, module: CoreCourseModuleData, courseId: number): void => { // Launch the LTI. diff --git a/src/addons/mod/page/components/index/addon-mod-page-index.html b/src/addons/mod/page/components/index/addon-mod-page-index.html index c629090b0..0a03ba6ab 100644 --- a/src/addons/mod/page/components/index/addon-mod-page-index.html +++ b/src/addons/mod/page/components/index/addon-mod-page-index.html @@ -1,7 +1,7 @@ - + @@ -15,7 +15,7 @@ - + diff --git a/src/addons/mod/quiz/components/index/addon-mod-quiz-index.html b/src/addons/mod/quiz/components/index/addon-mod-quiz-index.html index 82e894031..44e52cd5f 100644 --- a/src/addons/mod/quiz/components/index/addon-mod-quiz-index.html +++ b/src/addons/mod/quiz/components/index/addon-mod-quiz-index.html @@ -1,7 +1,7 @@ - + @@ -209,7 +209,7 @@ unsupportedRules.length || behaviourSupported === false)" expand="block" [href]="module.url" core-link [showBrowserWarning]="false"> {{ 'core.openinbrowser' | translate }} - +
diff --git a/src/addons/mod/quiz/components/navigation-modal/navigation-modal.html b/src/addons/mod/quiz/components/navigation-modal/navigation-modal.html index 0f4b70459..02c53969d 100644 --- a/src/addons/mod/quiz/components/navigation-modal/navigation-modal.html +++ b/src/addons/mod/quiz/components/navigation-modal/navigation-modal.html @@ -5,7 +5,7 @@ - + @@ -22,18 +22,18 @@ {{ 'core.question.information' | translate }} - - + - diff --git a/src/addons/mod/quiz/components/preflight-modal/preflight-modal.html b/src/addons/mod/quiz/components/preflight-modal/preflight-modal.html index effcffa76..ae476d3b9 100644 --- a/src/addons/mod/quiz/components/preflight-modal/preflight-modal.html +++ b/src/addons/mod/quiz/components/preflight-modal/preflight-modal.html @@ -5,7 +5,7 @@ - + diff --git a/src/addons/mod/quiz/pages/attempt/attempt.html b/src/addons/mod/quiz/pages/attempt/attempt.html index 9227f2e1f..8ad67c5c6 100644 --- a/src/addons/mod/quiz/pages/attempt/attempt.html +++ b/src/addons/mod/quiz/pages/attempt/attempt.html @@ -64,7 +64,7 @@
- + {{ 'addon.mod_quiz.review' | translate }}
diff --git a/src/addons/mod/quiz/pages/player/player.html b/src/addons/mod/quiz/pages/player/player.html index 2e4b6f120..1512ee76d 100644 --- a/src/addons/mod/quiz/pages/player/player.html +++ b/src/addons/mod/quiz/pages/player/player.html @@ -15,7 +15,7 @@ - + @@ -154,7 +154,7 @@ {{ 'core.openinbrowser' | translate }} - + diff --git a/src/addons/mod/resource/components/index/addon-mod-resource-index.html b/src/addons/mod/resource/components/index/addon-mod-resource-index.html index 3a7823f54..ead66d9a9 100644 --- a/src/addons/mod/resource/components/index/addon-mod-resource-index.html +++ b/src/addons/mod/resource/components/index/addon-mod-resource-index.html @@ -1,7 +1,7 @@ - + @@ -15,7 +15,7 @@ - + @@ -66,7 +66,7 @@ - +

{{ 'addon.mod_resource.resourcestatusoutdated' | translate }}

@@ -83,7 +83,7 @@
- + {{ 'core.openwith' | translate }} diff --git a/src/addons/mod/resource/services/handlers/module.ts b/src/addons/mod/resource/services/handlers/module.ts index 47d637d78..369195644 100644 --- a/src/addons/mod/resource/services/handlers/module.ts +++ b/src/addons/mod/resource/services/handlers/module.ts @@ -83,7 +83,7 @@ export class AddonModResourceModuleHandlerService extends CoreModuleHandlerBase }; handlerData.buttons = [{ hidden: true, - icon: openWithPicker ? 'fas-share-square' : 'fas-file', + icon: openWithPicker ? 'fas-share-from-square' : 'fas-file', label: module.name + ': ' + Translate.instant(openWithPicker ? 'core.openwith' : 'addon.mod_resource.openthefile'), action: async (event: Event, module: CoreCourseModuleData, courseId: number): Promise => { const hide = await this.hideOpenButton(module); diff --git a/src/addons/mod/scorm/components/index/addon-mod-scorm-index.html b/src/addons/mod/scorm/components/index/addon-mod-scorm-index.html index de077cdb9..cf3931781 100644 --- a/src/addons/mod/scorm/components/index/addon-mod-scorm-index.html +++ b/src/addons/mod/scorm/components/index/addon-mod-scorm-index.html @@ -1,7 +1,7 @@ - + @@ -16,7 +16,7 @@ - + {{ scorm.warningMessage }} @@ -168,7 +168,7 @@ {{ 'core.openinbrowser' | translate }} - + @@ -201,7 +201,7 @@ - + {{ 'addon.mod_scorm.browse' | translate }} diff --git a/src/addons/mod/scorm/components/toc/toc.html b/src/addons/mod/scorm/components/toc/toc.html index 224f8270c..2fe746461 100644 --- a/src/addons/mod/scorm/components/toc/toc.html +++ b/src/addons/mod/scorm/components/toc/toc.html @@ -5,7 +5,7 @@ - + diff --git a/src/addons/mod/scorm/services/scorm.ts b/src/addons/mod/scorm/services/scorm.ts index 92d2416c4..424aacfab 100644 --- a/src/addons/mod/scorm/services/scorm.ts +++ b/src/addons/mod/scorm/services/scorm.ts @@ -49,17 +49,17 @@ const STATUSES = { 'n': 'notattempted', }; const STATUS_TO_ICON = { - assetc: 'far-file-archive', - asset: 'far-file-archive', + assetc: 'far-file-zipper', + asset: 'far-file-zipper', browsed: 'fas-book', - completed: 'far-check-square', - failed: 'fas-times', - incomplete: 'far-edit', + completed: 'far-square-check', + failed: 'fas-xmark', + incomplete: 'far-pen-to-square', minus: 'fas-minus', notattempted: 'far-square', passed: 'fas-check', plus: 'fas-plus', - popdown: 'far-window-close', + popdown: 'far-rectangle-xmark', popup: 'fas-window-restore', suspend: 'fas-pause', wait: 'far-clock', diff --git a/src/addons/mod/survey/components/index/addon-mod-survey-index.html b/src/addons/mod/survey/components/index/addon-mod-survey-index.html index 94418bb86..a081f8459 100644 --- a/src/addons/mod/survey/components/index/addon-mod-survey-index.html +++ b/src/addons/mod/survey/components/index/addon-mod-survey-index.html @@ -1,7 +1,7 @@ - + @@ -120,7 +120,7 @@
{{ 'addon.mod_survey.results' | translate }} - + - + diff --git a/src/addons/mod/wiki/components/index/addon-mod-wiki-index.html b/src/addons/mod/wiki/components/index/addon-mod-wiki-index.html index c6e278efb..4ae50a264 100644 --- a/src/addons/mod/wiki/components/index/addon-mod-wiki-index.html +++ b/src/addons/mod/wiki/components/index/addon-mod-wiki-index.html @@ -14,7 +14,7 @@ + iconAction="fas-pen-to-square" (action)="goToEditPage()"> @@ -22,7 +22,7 @@ - + @@ -38,7 +38,7 @@ - + {{ 'core.hasdatatosync' | translate:{$a: pageStr} }} {{ 'core.hasdatatosync' | translate:{$a: moduleName} }} @@ -49,7 +49,7 @@ - + {{ pageWarning }} @@ -60,7 +60,7 @@ - + diff --git a/src/addons/mod/wiki/components/map/map.html b/src/addons/mod/wiki/components/map/map.html index f0cb4d577..e51ddedad 100644 --- a/src/addons/mod/wiki/components/map/map.html +++ b/src/addons/mod/wiki/components/map/map.html @@ -5,7 +5,7 @@ - + @@ -15,7 +15,7 @@ - + {{ 'addon.mod_wiki.gowikihome' | translate }} @@ -26,7 +26,7 @@ - + diff --git a/src/addons/mod/workshop/components/index/addon-mod-workshop-index.html b/src/addons/mod/workshop/components/index/addon-mod-workshop-index.html index 7487a6118..7bd625917 100644 --- a/src/addons/mod/workshop/components/index/addon-mod-workshop-index.html +++ b/src/addons/mod/workshop/components/index/addon-mod-workshop-index.html @@ -1,7 +1,7 @@ - + @@ -24,17 +24,17 @@ - @@ -220,7 +220,7 @@ - + {{ 'addon.mod_workshop.editsubmission' | translate }}
diff --git a/src/addons/mod/workshop/components/phase/phase.html b/src/addons/mod/workshop/components/phase/phase.html index c9720ceb7..5d4ffbf95 100644 --- a/src/addons/mod/workshop/components/phase/phase.html +++ b/src/addons/mod/workshop/components/phase/phase.html @@ -5,7 +5,7 @@ - + @@ -22,28 +22,28 @@ - +

{{ 'addon.mod_workshop.switchphase' + phase.code | translate }}

- +
- - -

{{task.title}}

-
diff --git a/src/addons/mod/workshop/pages/submission/submission.html b/src/addons/mod/workshop/pages/submission/submission.html index 45ef55568..e7793e5a2 100644 --- a/src/addons/mod/workshop/pages/submission/submission.html +++ b/src/addons/mod/workshop/pages/submission/submission.html @@ -33,7 +33,7 @@ - + {{ 'addon.mod_workshop.editsubmission' | translate }} @@ -42,7 +42,7 @@ - + {{ 'core.restore' | translate }} diff --git a/src/addons/notes/components/add/add-modal.html b/src/addons/notes/components/add/add-modal.html index 55a6feeed..b87f3d239 100644 --- a/src/addons/notes/components/add/add-modal.html +++ b/src/addons/notes/components/add/add-modal.html @@ -5,7 +5,7 @@ - + diff --git a/src/addons/notes/pages/list/list.html b/src/addons/notes/pages/list/list.html index af931bd96..33eb17108 100644 --- a/src/addons/notes/pages/list/list.html +++ b/src/addons/notes/pages/list/list.html @@ -52,7 +52,7 @@ - + {{ 'core.thereisdatatosync' | translate:{$a: 'addon.notes.notes' | translate | lowercase } }} @@ -84,7 +84,7 @@

- + - + {{ 'core.question.howtodraganddrop' | translate }} diff --git a/src/addons/qtype/ddmarker/component/addon-qtype-ddmarker.html b/src/addons/qtype/ddmarker/component/addon-qtype-ddmarker.html index e11859cd0..bdd9a91fc 100644 --- a/src/addons/qtype/ddmarker/component/addon-qtype-ddmarker.html +++ b/src/addons/qtype/ddmarker/component/addon-qtype-ddmarker.html @@ -6,7 +6,7 @@ - + {{ 'core.question.howtodraganddrop' | translate }} diff --git a/src/addons/qtype/ddwtos/component/addon-qtype-ddwtos.html b/src/addons/qtype/ddwtos/component/addon-qtype-ddwtos.html index 57ab75b10..aa11107e3 100644 --- a/src/addons/qtype/ddwtos/component/addon-qtype-ddwtos.html +++ b/src/addons/qtype/ddwtos/component/addon-qtype-ddwtos.html @@ -5,7 +5,7 @@
- + {{ 'core.question.howtodraganddrop' | translate }} diff --git a/src/addons/qtype/match/component/addon-qtype-match.html b/src/addons/qtype/match/component/addon-qtype-match.html index 24da6478c..57aa5e79a 100644 --- a/src/addons/qtype/match/component/addon-qtype-match.html +++ b/src/addons/qtype/match/component/addon-qtype-match.html @@ -24,7 +24,7 @@ - diff --git a/src/addons/qtype/multichoice/component/addon-qtype-multichoice.html b/src/addons/qtype/multichoice/component/addon-qtype-multichoice.html index 3e1fbd1be..f1d5a707f 100644 --- a/src/addons/qtype/multichoice/component/addon-qtype-multichoice.html +++ b/src/addons/qtype/multichoice/component/addon-qtype-multichoice.html @@ -35,7 +35,7 @@ - @@ -63,7 +63,7 @@ - - + diff --git a/src/core/components/file/file.ts b/src/core/components/file/file.ts index a9c331708..8ed6c3050 100644 --- a/src/core/components/file/file.ts +++ b/src/core/components/file/file.ts @@ -89,7 +89,7 @@ export class CoreFileComponent implements OnInit, OnDestroy { this.isIOS = CorePlatform.isIOS(); this.defaultIsOpenWithPicker = CoreFileHelper.defaultIsOpenWithPicker(); - this.openButtonIcon = this.defaultIsOpenWithPicker ? 'fas-file' : 'fas-share-square'; + this.openButtonIcon = this.defaultIsOpenWithPicker ? 'fas-file' : 'fas-share-from-square'; this.openButtonLabel = this.defaultIsOpenWithPicker ? 'core.openfile' : 'core.openwith'; if (CoreUtils.isTrueOrOne(this.showSize) && this.fileSize && this.fileSize >= 0) { diff --git a/src/core/components/group-selector/group-selector.html b/src/core/components/group-selector/group-selector.html index 8febfda04..3337ff5c3 100644 --- a/src/core/components/group-selector/group-selector.html +++ b/src/core/components/group-selector/group-selector.html @@ -1,7 +1,7 @@ - + {{ multipleGroupsMessage }} diff --git a/src/core/components/local-file/local-file.ts b/src/core/components/local-file/local-file.ts index 62de411c7..290979e0d 100644 --- a/src/core/components/local-file/local-file.ts +++ b/src/core/components/local-file/local-file.ts @@ -85,7 +85,7 @@ export class CoreLocalFileComponent implements OnInit { this.isIOS = CorePlatform.isIOS(); this.defaultIsOpenWithPicker = CoreFileHelper.defaultIsOpenWithPicker(); - this.openButtonIcon = this.defaultIsOpenWithPicker ? 'fas-file' : 'fas-share-square'; + this.openButtonIcon = this.defaultIsOpenWithPicker ? 'fas-file' : 'fas-share-from-square'; this.openButtonLabel = this.defaultIsOpenWithPicker ? 'core.openfile' : 'core.openwith'; } diff --git a/src/core/components/message/message.html b/src/core/components/message/message.html index 80ee993ad..c4815fdb9 100644 --- a/src/core/components/message/message.html +++ b/src/core/components/message/message.html @@ -37,7 +37,7 @@ - +
diff --git a/src/core/components/refresh-button-modal/refresh-button-modal.html b/src/core/components/refresh-button-modal/refresh-button-modal.html index c18d9761e..58fa174ae 100644 --- a/src/core/components/refresh-button-modal/refresh-button-modal.html +++ b/src/core/components/refresh-button-modal/refresh-button-modal.html @@ -1,4 +1,4 @@ - + {{ 'core.refresh' | translate }} diff --git a/src/core/components/split-view/split-view.html b/src/core/components/split-view/split-view.html index 392589cd9..fa61e7011 100644 --- a/src/core/components/split-view/split-view.html +++ b/src/core/components/split-view/split-view.html @@ -2,5 +2,5 @@ - + diff --git a/src/core/constants.ts b/src/core/constants.ts index 29bfb001f..3048b6501 100644 --- a/src/core/constants.ts +++ b/src/core/constants.ts @@ -96,14 +96,14 @@ export class CoreConstants { // Download / prefetch status icon. static readonly ICON_DOWNLOADED = 'fam-cloud-done'; static readonly ICON_DOWNLOADING = 'spinner'; - static readonly ICON_NOT_DOWNLOADED = 'fas-cloud-download-alt'; + static readonly ICON_NOT_DOWNLOADED = 'fas-cloud-arrow-down'; static readonly ICON_OUTDATED = 'fam-cloud-refresh'; static readonly ICON_NOT_DOWNLOADABLE = ''; // General download and sync icons. static readonly ICON_LOADING = 'spinner'; - static readonly ICON_REFRESH = 'fas-redo-alt'; - static readonly ICON_SYNC = 'fas-sync-alt'; + static readonly ICON_REFRESH = 'fas-rotate-right'; + static readonly ICON_SYNC = 'fas-rotate'; // Constants from Moodle's resourcelib. static readonly RESOURCELIB_DISPLAY_AUTO = 0; // Try the best way. diff --git a/src/core/directives/format-text.ts b/src/core/directives/format-text.ts index b747497e6..fa7f57f24 100644 --- a/src/core/directives/format-text.ts +++ b/src/core/directives/format-text.ts @@ -279,7 +279,7 @@ export class CoreFormatTextDirective implements OnChanges, OnDestroy, AsyncDirec button.classList.add('hidden'); button.setAttribute('aria-label', label); // Add an ion-icon item to apply the right styles, but the ion-icon component won't be executed. - button.innerHTML = '