浏览代码

remove extra cancel button on update profile page

jrivard@gmail.com 6 年之前
父节点
当前提交
feb9a0e79c
共有 1 个文件被更改,包括 0 次插入4 次删除
  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>
 <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_RESET_TYPE%>" value="<%=UpdateProfileServlet.ResetAction.exitProfileUpdate%>"/>
     <input type="hidden" name="pwmFormID" value="<pwm:FormID/>"/>