We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1023f2 commit a4d573cCopy full SHA for a4d573c
Resources/Private/Partials/Form/Page.html
@@ -16,7 +16,7 @@
16
<button type="button" class="btn btn-primary pull-right" data-powermail-morestep-show="{iterationPages.cycle}">></button>
17
</f:if>
18
<f:if condition="!{iterationPages.isFirst}">
19
- <button type="button" class="btn btn-primary pull-right" data-powermail-morestep-show="{iterationPages.index - 1}"><</button>
+ <button type="button" class="btn btn-warning" data-powermail-morestep-show="{iterationPages.index - 1}"><</button>
20
21
</div>
22
0 commit comments