2021-12-13 16:44:48 +01:00
|
|
|
<ion-header collapsible>
|
2021-09-29 07:55:34 +02:00
|
|
|
<ion-toolbar>
|
|
|
|
<ion-buttons slot="start">
|
2023-11-24 13:34:54 +01:00
|
|
|
<ion-back-button [text]="'core.back' | translate" />
|
2021-09-29 07:55:34 +02:00
|
|
|
</ion-buttons>
|
2021-12-13 16:44:48 +01:00
|
|
|
<ion-title>
|
|
|
|
<h1>
|
2023-11-24 13:34:54 +01:00
|
|
|
<core-format-text [text]="title" contextLevel="module" [contextInstanceId]="module.id" [courseId]="courseId" />
|
2021-12-13 16:44:48 +01:00
|
|
|
</h1>
|
|
|
|
</ion-title>
|
2023-11-24 13:34:54 +01:00
|
|
|
<ion-buttons slot="end" />
|
2021-09-29 07:55:34 +02:00
|
|
|
</ion-toolbar>
|
|
|
|
</ion-header>
|
2022-03-25 10:16:12 +01:00
|
|
|
<ion-content class="limited-width">
|
2022-02-23 14:47:38 +01:00
|
|
|
<ion-refresher slot="fixed" [disabled]="activityComponent?.showLoading" (ionRefresh)="activityComponent?.doRefresh($event.target)">
|
2023-11-24 13:34:54 +01:00
|
|
|
<ion-refresher-content pullingText="{{ 'core.pulltorefresh' | translate }}" />
|
2021-09-29 07:55:34 +02:00
|
|
|
</ion-refresher>
|
|
|
|
|
2023-11-24 13:34:54 +01:00
|
|
|
<addon-mod-bbb-index [module]="module" [courseId]="courseId" (dataRetrieved)="updateData($event)" />
|
2021-09-29 07:55:34 +02:00
|
|
|
</ion-content>
|