forked from EVOgeek/Vmeda.Online
		
	MOBILE-3814 siteplugins: Add collapsible header to site module plugins
This commit is contained in:
		
							parent
							
								
									8736014b35
								
							
						
					
					
						commit
						5c2eb8fc0a
					
				| @ -5,6 +5,10 @@ | |||||||
|     </ion-button> |     </ion-button> | ||||||
| </core-navbar-buttons> | </core-navbar-buttons> | ||||||
| 
 | 
 | ||||||
|  | <!-- Activity info. --> | ||||||
|  | <core-course-module-info [module]="module" [courseId]="courseId" [component]="component" [componentId]="module.id"> | ||||||
|  | </core-course-module-info> | ||||||
|  | 
 | ||||||
| <core-site-plugins-plugin-content *ngIf="component && method" [component]="component" [method]="method" [args]="args" | <core-site-plugins-plugin-content *ngIf="component && method" [component]="component" [method]="method" [args]="args" | ||||||
|     [initResult]="initResult" [data]="jsData" [pageTitle]="pageTitle" [preSets]="preSets" (onContentLoaded)="contentLoaded($event)" |     [initResult]="initResult" [data]="jsData" [pageTitle]="pageTitle" [preSets]="preSets" (onContentLoaded)="contentLoaded($event)" | ||||||
|     (onLoadingContent)="contentLoading()"> |     (onLoadingContent)="contentLoading()"> | ||||||
|  | |||||||
| @ -1,4 +1,4 @@ | |||||||
| <ion-header> | <ion-header collapsible> | ||||||
|     <ion-toolbar> |     <ion-toolbar> | ||||||
|         <ion-buttons slot="start"> |         <ion-buttons slot="start"> | ||||||
|             <ion-back-button [text]="'core.back' | translate"></ion-back-button> |             <ion-back-button [text]="'core.back' | translate"></ion-back-button> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user