Fixes : ps
This commit is contained in:
parent
e49427941a
commit
0cb653dd13
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -48,7 +48,7 @@
|
||||
<button *ngIf="master.lender_short_name == 'MWISE' && (LenderRoleID == '28' || LenderRoleID == '30') && (currentVendorStatus=='COMPLETED'||currentVendorStatus=='QC_COMPLETED') && roleAccessDetails.reports && master.pd_type_name" mat-raised-button mat-icon-button class="mr-1 mb-1 hover-icon" type="button" matTooltip="Download Excel" matTooltipPosition="above" (click)="downloadExcel(viewID)"><mat-icon>download</mat-icon></button>
|
||||
</span>
|
||||
|
||||
<button *ngIf="(LenderRoleID == '28' || LenderRoleID == '25' || LenderRoleID == '26')" mat-raised-button mat-icon-button class="mr-1 ml-1 hover-icon" type="button" matTooltip="Download PD Pictures" matTooltipPosition="above" [matMenuTriggerFor]="menu1">
|
||||
<button *ngIf="(LenderRoleID == '25' || LenderRoleID == '26' || LenderRoleID == '27' || LenderRoleID == '28' || LenderRoleID == '30')" mat-raised-button mat-icon-button class="mr-1 ml-1 hover-icon" type="button" matTooltip="Download PD Pictures" matTooltipPosition="above" [matMenuTriggerFor]="menu1">
|
||||
<mat-icon>save_alt</mat-icon>
|
||||
</button>
|
||||
<mat-menu #menu1="matMenu">
|
||||
@ -63,7 +63,7 @@
|
||||
</button>
|
||||
</mat-menu>
|
||||
|
||||
<button *ngIf="(LenderRoleID == '28' || LenderRoleID == '25' || LenderRoleID == '26')" mat-raised-button mat-icon-button class="mr-1 ml-1 hover-icon" type="button" matTooltip="Download PD Pictures (PDF)" matTooltipPosition="above" [matMenuTriggerFor]="menu2">
|
||||
<button *ngIf="(LenderRoleID == '25' || LenderRoleID == '26' || LenderRoleID == '27' || LenderRoleID == '28' || LenderRoleID == '30')" mat-raised-button mat-icon-button class="mr-1 ml-1 hover-icon" type="button" matTooltip="Download PD Pictures (PDF)" matTooltipPosition="above" [matMenuTriggerFor]="menu2">
|
||||
<mat-icon>picture_as_pdf</mat-icon></button>
|
||||
<mat-menu #menu2="matMenu">
|
||||
<button mat-menu-item (click)="downloadPDImagesPDF(1)">
|
||||
|
||||
@ -199,7 +199,7 @@ const confirmPassword = new FormControl('', CustomValidators.equalTo(newpassword
|
||||
|
||||
<br/>
|
||||
<mat-form-field>
|
||||
<input matInput placeholder="ConfirmPassword" #confirmPassword [type]="hide2 ? 'password' : 'text'" style="width: 100%;">
|
||||
<input matInput placeholder="Confirm Password" #confirmPassword [type]="hide2 ? 'password' : 'text'" style="width: 100%;">
|
||||
<mat-icon class="passwordIcon" matSuffix (click)="hide2 = !hide2">{{hide2 ? 'visibility_off' : 'visibility'}}</mat-icon>
|
||||
</mat-form-field>
|
||||
|
||||
|
||||
@ -143,7 +143,7 @@ export class OtpComponent implements OnInit {
|
||||
|
||||
<br/>
|
||||
<mat-form-field>
|
||||
<input matInput placeholder="ConfirmPassword" #confirmPassword [type]="hide2 ? 'password' : 'text'" style="width: 100%;">
|
||||
<input matInput placeholder="Confirm Password" #confirmPassword [type]="hide2 ? 'password' : 'text'" style="width: 100%;">
|
||||
<mat-icon class="passwordIcon" matSuffix (click)="hide2 = !hide2">{{hide2 ? 'visibility_off' : 'visibility'}}</mat-icon>
|
||||
</mat-form-field>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user