Skip to content

Commit a4d573c

Browse files
committed
[BUGFIX] Use same button rendering for morestep forms as it was done in jQuery version
the back button was rendered with btn-warning class before and should be displayed on the left. Resolves: #757
1 parent e1023f2 commit a4d573c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/Private/Partials/Form/Page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<button type="button" class="btn btn-primary pull-right" data-powermail-morestep-show="{iterationPages.cycle}">&gt;</button>
1717
</f:if>
1818
<f:if condition="!{iterationPages.isFirst}">
19-
<button type="button" class="btn btn-primary pull-right" data-powermail-morestep-show="{iterationPages.index - 1}">&lt;</button>
19+
<button type="button" class="btn btn-warning" data-powermail-morestep-show="{iterationPages.index - 1}">&lt;</button>
2020
</f:if>
2121
</div>
2222
</f:if>

0 commit comments

Comments
 (0)