fixed sprint 2 issues

MOE-PHASE-2
umasoodch 3 years ago
parent 4bc778b2cb
commit 7544d0c721

@ -129,8 +129,8 @@
bottom: 0;
}
.label-text{
font-size: 12px;
padding: 5px;
position: relative;
bottom: 3px;
font-size: 10px;
padding: 5px;
position: relative;
bottom: 5px;
}

@ -62,10 +62,10 @@
<ion-label class="labelRadio">{{'vacation-rule, all-label' | translate}}</ion-label>
<ion-radio color="secondary" mode="md" checked value="*"></ion-radio>
</ion-item>
<ion-item>
<!-- <ion-item>
<ion-label class="labelRadio">{{'vacation-rule, select-label' | translate}}</ion-label>
<ion-radio color="secondary" mode="md" value="sel_opt"></ion-radio>
</ion-item>
</ion-item> -->
</ion-radio-group>
</ion-list>
</ion-row>
@ -137,10 +137,10 @@
<ion-label class="labelRadio">{{assignMode.RADIO_BUTTON_LABEL}}</ion-label>
<ion-radio color="secondary" mode="md" value="{{assignMode.RADIO_BUTTON_ACTION}}" [checked]="i==0"></ion-radio>
</ion-item>
<ion-item *ngIf="isDeliver">
<!-- <ion-item *ngIf="isDeliver">
<ion-label class="labelRadio">{{'vacation-rule, deliver' | translate}}</ion-label>
<ion-radio color="secondary" mode="md" value="DELIVER"></ion-radio>
</ion-item>
</ion-item> -->
<ion-item *ngIf="showForType_Y">
<ion-label class="labelRadio">{{'vacation-rule, close' | translate}}</ion-label>

@ -62,7 +62,8 @@ export class VacationTypeComponent implements OnInit {
selectInput: any;
textInput: TextInput;
hideForwordEmployee: any;
notifTypeSelP2: string;
// notifTypeSelP2: string;
notifTypeSelP2 = "*";
P_RESPOND_ATTRIBUTES_TBL: any=[];
vacationRuleRequest: createVacationRequest;
confirmMsg: string;
@ -309,6 +310,7 @@ export class VacationTypeComponent implements OnInit {
this.notification_list = result.GetItemTypeNotificationsList;
//rest radio button of notifTypeSel (All , select)
this.notificationTypeShow=true;
this.NextPage();
} else {
this.cs.presentAlert(result.ErrorEndUserMessage);

@ -443,7 +443,7 @@
},
"select": {
"en": "Please select",
"ar": "إختر لو سمحت"
"ar": "الرجاء الاختيار"
},
"need": {
"en": "You need",
@ -1437,7 +1437,7 @@
},
"busG": {
"en": "Business Group",
"ar": "الإدارة"
"ar": "مجموعة العمل"
},
"phone-no": {
"en": "Phone Number",
@ -1465,7 +1465,7 @@
},
"payrol": {
"en": "Payroll",
"ar": "سجل الرواتب"
"ar": "كشف الرواتب"
},
"orgEmail": {
"en": "Organization Email Address",

Loading…
Cancel
Save