Browse Source

remove extra cancel button on update profile page

jrivard@gmail.com 6 years ago
parent
commit
feb9a0e79c
1 changed files with 0 additions and 4 deletions
  1. 0 4
      webapp/src/main/webapp/WEB-INF/jsp/updateprofile.jsp

+ 0 - 4
webapp/src/main/webapp/WEB-INF/jsp/updateprofile.jsp

@@ -62,10 +62,6 @@
     <div class="push"></div>
     <div class="push"></div>
 </div>
 </div>
 <form action="<pwm:current-url/>" method="post" enctype="application/x-www-form-urlencoded" id="form-hidden-cancel" name="form-hidden-cancel" class="pwm-form" autocomplete="off">
 <form action="<pwm:current-url/>" method="post" enctype="application/x-www-form-urlencoded" id="form-hidden-cancel" name="form-hidden-cancel" class="pwm-form" autocomplete="off">
-    <button type="submit" name="button" class="btn" id="button-sendReset">
-        <pwm:if test="<%=PwmIfTest.showIcons%>"><span class="btn-icon pwm-icon pwm-icon-times"></span></pwm:if>
-        <pwm:display key="Button_Cancel"/>
-    </button>
     <input type="hidden" name="<%=PwmConstants.PARAM_ACTION_REQUEST%>" value="<%=UpdateProfileServlet.UpdateProfileAction.reset%>"/>
     <input type="hidden" name="<%=PwmConstants.PARAM_ACTION_REQUEST%>" value="<%=UpdateProfileServlet.UpdateProfileAction.reset%>"/>
     <input type="hidden" name="<%=PwmConstants.PARAM_RESET_TYPE%>" value="<%=UpdateProfileServlet.ResetAction.exitProfileUpdate%>"/>
     <input type="hidden" name="<%=PwmConstants.PARAM_RESET_TYPE%>" value="<%=UpdateProfileServlet.ResetAction.exitProfileUpdate%>"/>
     <input type="hidden" name="pwmFormID" value="<pwm:FormID/>"/>
     <input type="hidden" name="pwmFormID" value="<pwm:FormID/>"/>