Skip to content

Commit 704c61d

Browse files
Merge pull request #2571 from alberto-art3ch/WEB-262/move_form_steppers_to_vertical
WEB-262: Move the form steppers to vertical orientation
2 parents bbf9f7c + 73dd25e commit 704c61d

File tree

29 files changed

+201
-61
lines changed

29 files changed

+201
-61
lines changed

src/app/clients/create-client/create-client.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="container">
2-
<mat-horizontal-stepper class="mat-elevation-z8" labelPosition="bottom" #clientStepper>
2+
<mat-stepper orientation="vertical" [linear]="false" class="mat-elevation-z8" labelPosition="bottom" #clientStepper>
33
<ng-template matStepperIcon="number">
44
<fa-icon icon="pencil-alt" size="sm"></fa-icon>
55
</ng-template>
@@ -66,5 +66,5 @@
6666
>
6767
</mifosx-client-preview-step>
6868
</mat-step>
69-
</mat-horizontal-stepper>
69+
</mat-stepper>
7070
</div>

src/app/deposits/fixed-deposits/create-fixed-deposit-account/create-fixed-deposit-account.component.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<div class="container">
2-
<mat-horizontal-stepper class="mat-elevation-z8" labelPosition="bottom" #fixedDepositAccountStepper>
2+
<mat-stepper
3+
orientation="vertical"
4+
[linear]="false"
5+
class="mat-elevation-z8"
6+
labelPosition="bottom"
7+
#fixedDepositAccountStepper
8+
>
39
<ng-template matStepperIcon="number">
410
<fa-icon icon="pencil-alt" size="sm"></fa-icon>
511
</ng-template>
@@ -82,5 +88,5 @@
8288
>
8389
</mifosx-fixed-deposit-account-preview-step>
8490
</mat-step>
85-
</mat-horizontal-stepper>
91+
</mat-stepper>
8692
</div>

src/app/deposits/fixed-deposits/edit-fixed-deposit-account/edit-fixed-deposit-account.component.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<div class="container">
2-
<mat-horizontal-stepper class="mat-elevation-z8" labelPosition="bottom" #fixedDepositAccountStepper>
2+
<mat-stepper
3+
orientation="vertical"
4+
[linear]="false"
5+
class="mat-elevation-z8"
6+
labelPosition="bottom"
7+
#fixedDepositAccountStepper
8+
>
39
<ng-template matStepperIcon="number">
410
<fa-icon icon="pencil-alt" size="sm"></fa-icon>
511
</ng-template>
@@ -82,5 +88,5 @@
8288
>
8389
</mifosx-fixed-deposit-account-preview-step>
8490
</mat-step>
85-
</mat-horizontal-stepper>
91+
</mat-stepper>
8692
</div>

src/app/deposits/recurring-deposits/create-recurring-deposits-account/create-recurring-deposits-account.component.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<div class="container">
2-
<mat-horizontal-stepper class="mat-elevation-z8" labelPosition="bottom" #recurringDepositAccountStepper>
2+
<mat-stepper
3+
orientation="vertical"
4+
[linear]="false"
5+
class="mat-elevation-z8"
6+
labelPosition="bottom"
7+
#recurringDepositAccountStepper
8+
>
39
<ng-template matStepperIcon="number">
410
<fa-icon icon="pencil-alt" size="sm"></fa-icon>
511
</ng-template>
@@ -82,5 +88,5 @@
8288
>
8389
</mifosx-recurring-deposits-account-preview-step>
8490
</mat-step>
85-
</mat-horizontal-stepper>
91+
</mat-stepper>
8692
</div>

src/app/deposits/recurring-deposits/edit-recurring-deposit-account/edit-recurring-deposit-account.component.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<div class="container">
2-
<mat-horizontal-stepper class="mat-elevation-z8" labelPosition="bottom" #recurringDepositAccountStepper>
2+
<mat-stepper
3+
orientation="vertical"
4+
[linear]="false"
5+
class="mat-elevation-z8"
6+
labelPosition="bottom"
7+
#recurringDepositAccountStepper
8+
>
39
<ng-template matStepperIcon="number">
410
<fa-icon icon="pencil-alt" size="sm"></fa-icon>
511
</ng-template>
@@ -83,5 +89,5 @@
8389
>
8490
</mifosx-recurring-deposits-account-preview-step>
8591
</mat-step>
86-
</mat-horizontal-stepper>
92+
</mat-stepper>
8793
</div>

src/app/loans/create-loans-account/create-loans-account.component.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<div class="container">
2-
<mat-horizontal-stepper class="mat-elevation-z8" labelPosition="bottom" #loansAccountStepper>
2+
<mat-stepper
3+
orientation="vertical"
4+
[linear]="false"
5+
class="mat-elevation-z8"
6+
labelPosition="bottom"
7+
#loansAccountStepper
8+
>
39
<ng-template matStepperIcon="number">
410
<fa-icon icon="pencil-alt" size="sm"></fa-icon>
511
</ng-template>
@@ -88,5 +94,5 @@
8894
>
8995
</mifosx-loans-account-preview-step>
9096
</mat-step>
91-
</mat-horizontal-stepper>
97+
</mat-stepper>
9298
</div>

src/app/loans/edit-loans-account/edit-loans-account.component.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<div class="container">
2-
<mat-horizontal-stepper class="mat-elevation-z8" labelPosition="bottom" #loansAccountStepper>
2+
<mat-stepper
3+
orientation="vertical"
4+
[linear]="false"
5+
class="mat-elevation-z8"
6+
labelPosition="bottom"
7+
#loansAccountStepper
8+
>
39
<ng-template matStepperIcon="number">
410
<fa-icon icon="pencil-alt" size="sm"></fa-icon>
511
</ng-template>
@@ -75,5 +81,5 @@
7581
>
7682
</mifosx-loans-account-preview-step>
7783
</mat-step>
78-
</mat-horizontal-stepper>
84+
</mat-stepper>
7985
</div>

src/app/loans/glim-account/create-glim-account/create-glim-account.component.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<div class="container">
2-
<mat-horizontal-stepper class="mat-elevation-z8" labelPosition="bottom" #loansAccountStepper>
2+
<mat-stepper
3+
orientation="vertical"
4+
[linear]="false"
5+
class="mat-elevation-z8"
6+
labelPosition="bottom"
7+
#loansAccountStepper
8+
>
39
<ng-template matStepperIcon="number">
410
<fa-icon icon="pencil-alt" size="sm"></fa-icon>
511
</ng-template>
@@ -96,5 +102,5 @@
96102
>
97103
</mifosx-loans-account-preview-step>
98104
</mat-step>
99-
</mat-horizontal-stepper>
105+
</mat-stepper>
100106
</div>

src/app/organization/sms-campaigns/create-campaign/create-campaign.component.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<div class="container">
2-
<mat-horizontal-stepper class="mat-elevation-z8" labelPosition="bottom" #smsCampaignStepper>
2+
<mat-stepper
3+
orientation="vertical"
4+
[linear]="false"
5+
class="mat-elevation-z8"
6+
labelPosition="bottom"
7+
#smsCampaignStepper
8+
>
39
<ng-template matStepperIcon="number">
410
<fa-icon icon="pencil-alt" size="sm"></fa-icon>
511
</ng-template>
@@ -50,5 +56,5 @@
5056
>
5157
</mifosx-campaign-preview-step>
5258
</mat-step>
53-
</mat-horizontal-stepper>
59+
</mat-stepper>
5460
</div>

src/app/organization/sms-campaigns/edit-campaign/edit-campaign.component.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<div class="container">
2-
<mat-horizontal-stepper class="mat-elevation-z8" labelPosition="bottom" #smsCampaignStepper>
2+
<mat-stepper
3+
orientation="vertical"
4+
[linear]="false"
5+
class="mat-elevation-z8"
6+
labelPosition="bottom"
7+
#smsCampaignStepper
8+
>
39
<ng-template matStepperIcon="number">
410
<fa-icon icon="pencil-alt" size="sm"></fa-icon>
511
</ng-template>
@@ -52,5 +58,5 @@
5258
>
5359
</mifosx-campaign-preview-step>
5460
</mat-step>
55-
</mat-horizontal-stepper>
61+
</mat-stepper>
5662
</div>

0 commit comments

Comments
 (0)