Skip to content

Commit

Permalink
Merge pull request #309 from MadhuMosip/develop
Browse files Browse the repository at this point in the history
MOSIP-16856 Removed the unwanted UI elements
  • Loading branch information
aranaravi authored Mar 25, 2024
2 parents 68a912e + 06a33c4 commit a08c3ff
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@

</div>
</div>
<mat-divider [vertical]="true" [inset]="true"></mat-divider>
<mat-divider [vertical]="true" [inset]="true" *ngIf="showSecondaryForm"></mat-divider>
<div *ngIf="showSecondaryForm" class="secondary-form" [dir]="secondaryLang==='ara' ? 'rtl' : 'ltr'">
<mat-form-field style="padding-bottom: 10px;">
<mat-label><strong>{{ "center.selectLanguage" | translate }}</strong></mat-label>
Expand Down Expand Up @@ -806,7 +806,7 @@
</mat-select>
</mat-form-field>
</div>
<mat-divider [vertical]="true" [inset]="true"></mat-divider>
<mat-divider [vertical]="true" [inset]="true" *ngIf="showSecondaryForm"></mat-divider>
<div *ngIf="showSecondaryForm" class="secondary-form">
<strong class="title">{{ secondaryLangDisplay }}</strong>
<span
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ <h3>{{ "center.operational-details" | translate }}</h3>
</ng-container>
</div>
</div>
<mat-divider [vertical]="true" [inset]="true"></mat-divider>
<!-- <mat-divider [vertical]="true" [inset]="true"></mat-divider> -->
</mat-card-content>
<mat-card-actions class="action-buttons">
<button id="createButton" mat-raised-button (click)="submit()">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ <h3>{{ "center.operational-details" | translate }}</h3>
</ng-container>
</div>
</div>
<mat-divider [vertical]="true" [inset]="true"></mat-divider>
<!-- <mat-divider [vertical]="true" [inset]="true"></mat-divider> -->
</mat-card-content>
<mat-card-actions class="action-buttons">
<button [disabled]="!commonForm.dirty" id="createButton" mat-raised-button (click)="submitCommonPanel()">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h3></h3>
</mat-form-field>

</div>
<mat-divider [vertical]="true" [inset]="true"></mat-divider>
<!-- <mat-divider [vertical]="true" [inset]="true"></mat-divider> -->

</mat-card-content>
<mat-card-actions class="action-buttons">
Expand Down

0 comments on commit a08c3ff

Please sign in to comment.