MOBILE-2983 calendar: Highlight set reminder title and change button
This commit is contained in:
		
							parent
							
								
									b73b3d2727
								
							
						
					
					
						commit
						f1884b5317
					
				| @ -68,11 +68,11 @@ | ||||
| 
 | ||||
|             <ng-container *ngIf="event.timestart + event.timeduration > currentTime"> | ||||
|                 <ion-item> | ||||
|                     <ion-label stacked>{{ 'addon.calendar.setnewreminder' | translate }}</ion-label> | ||||
|                     <ion-label stacked><h2>{{ 'addon.calendar.setnewreminder' | translate }}</h2></ion-label> | ||||
|                     <ion-datetime [(ngModel)]="notificationTimeText" [placeholder]="'core.choosedots' | translate" [displayFormat]="notificationFormat" [min]="notificationMin" [max]="notificationMax"></ion-datetime> | ||||
|                 </ion-item> | ||||
|                 <ion-item> | ||||
|                     <button ion-button block color="primary" (click)="addNotificationTime($event)" [disabled]="!notificationTimeText">{{ 'addon.calendar.setnewreminder' | translate }}</button> | ||||
|                     <button ion-button block color="primary" (click)="addNotificationTime($event)" [disabled]="!notificationTimeText">{{ 'core.save' | translate }}</button> | ||||
|                 </ion-item> | ||||
|             </ng-container> | ||||
|         </ion-card> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user