Skip to content

Commit fe13f66

Browse files
committed
Swapped sides of buttons
1 parent 396f1a5 commit fe13f66

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/webapp/admin/two-factor_otp.jsp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@
106106
</tr>
107107
</tbody>
108108
</table>
109-
<s:form action="otpSubmit" theme="simple" cssStyle="float:left">
109+
<button onclick="window.location = 'menu.action'" class="btn btn-danger spacer spacer-left" style="float:left">Skip for Now</button>
110+
<s:form action="otpSubmit" theme="simple" >
110111
<s:hidden name="sharedSecret"/>
111-
<s:submit cssClass="btn btn-default spacer spacer-left" value="Got It!"/>
112+
<s:submit cssClass="btn btn-default spacer spacer-right" value="Got It!"/>
112113
</s:form>
113-
<button onclick="window.location = 'menu.action'" class="btn btn-danger spacer spacer-left">Skip for Now</button>
114114
</div>
115115
</div>
116116
</div>

0 commit comments

Comments
 (0)