File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
webapp/src/main/webapp/WEB-INF/jsp Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 95
95
<pwm:display key =" Button_Skip" />
96
96
</button >
97
97
<% } % >
98
- <pwm:if test =" <%= PwmIfTest . showCancel% >" >
99
- <pwm:if test =" <%= PwmIfTest . forcedPageView% >" negate =" true" >
100
- <button type =" submit" name =" button" class =" btn" id =" button-cancel" >
101
- <pwm:if test =" <%= PwmIfTest . showIcons% >" ><span class =" btn-icon pwm-icon pwm-icon-times" ></span ></pwm:if >
102
- <pwm:display key =" Button_Cancel" />
103
- </button >
104
- </pwm:if >
105
- </pwm:if >
106
98
</form >
99
+ <%@ include file =" /WEB-INF/jsp/fragment/cancel-button.jsp" %>
107
100
</div >
108
101
</div >
109
102
<div class =" push" ></div >
110
103
</div >
111
104
<pwm:script-ref url =" /public/resources/js/responses.js" />
112
105
<pwm:script-ref url =" /public/resources/js/otpsecret.js" />
106
+ <%@ include file =" /WEB-INF/jsp/fragment/cancel-form.jsp" %>
113
107
<%@ include file =" fragment/footer.jsp" %>
114
108
</body >
115
109
</html >
You can’t perform that action at this time.
0 commit comments