We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 396f1a5 commit fe13f66Copy full SHA for fe13f66
1 file changed
src/main/webapp/admin/two-factor_otp.jsp
@@ -106,11 +106,11 @@
106
</tr>
107
</tbody>
108
</table>
109
- <s:form action="otpSubmit" theme="simple" cssStyle="float:left">
+ <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" >
111
<s:hidden name="sharedSecret"/>
- <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!"/>
113
</s:form>
- <button onclick="window.location = 'menu.action'" class="btn btn-danger spacer spacer-left">Skip for Now</button>
114
</div>
115
116
0 commit comments