|
|
|
@ -72,12 +72,12 @@
|
|
|
|
</ion-row>
|
|
|
|
</ion-row>
|
|
|
|
|
|
|
|
|
|
|
|
<ion-row>
|
|
|
|
<ion-row>
|
|
|
|
<!-- mode="ios" -->
|
|
|
|
<!-- style="max-width: 100% !important;; width: 100% !important;" mode="ios" -->
|
|
|
|
<ion-item class="selectItem " *ngIf="notifTypeSelP2=='sel_opt'" >
|
|
|
|
<ion-item class="selectItem " *ngIf="notifTypeSelP2=='sel_opt'" >
|
|
|
|
<ion-label>{{'vacation-rule, notification' | translate}}</ion-label>
|
|
|
|
<ion-label>{{'vacation-rule, notification' | translate}}</ion-label>
|
|
|
|
<ion-select class="notifiSelect select-full-width" okText='{{"general, ok" | translate }}' cancelText='{{"general, cancel" | translate }}'
|
|
|
|
<ion-select mode="ios" class="notifiSelect" okText='{{"general, ok" | translate }}' cancelText='{{"general, cancel" | translate }}'
|
|
|
|
[(ngModel)]="var_notification" (ionChange)="notificationSel($event)" >
|
|
|
|
[(ngModel)]="var_notification" (ionChange)="notificationSel($event)" >
|
|
|
|
<ion-select-option value="{{i}}" *ngFor="let x of notification_list; let i=index">
|
|
|
|
<ion-select-option style="min-height: 100% !important; height: 100% !important;" value="{{i}}" *ngFor="let x of notification_list; let i=index">
|
|
|
|
{{x.NOTIFICATION_DISPLAY_NAME}}
|
|
|
|
{{x.NOTIFICATION_DISPLAY_NAME}}
|
|
|
|
</ion-select-option>
|
|
|
|
</ion-select-option>
|
|
|
|
</ion-select>
|
|
|
|
</ion-select>
|
|
|
|
|