RT# 82949 - fixed error where form submits on cancel
authorChristopher Burger <burgerc@freeside.biz>
Fri, 10 May 2019 14:42:33 +0000 (10:42 -0400)
committerChristopher Burger <burgerc@freeside.biz>
Fri, 10 May 2019 14:48:26 +0000 (10:48 -0400)
httemplate/edit/bulk-part_pkg.html

index 8570cb9..336c5a9 100644 (file)
@@ -8,11 +8,6 @@
 <& /elements/error.html &>
 
 <SCRIPT>
-  function areyousure() {
-    var warning = 'Edit these packages?';
-    if(confirm(warning)) { process(); }
-  }
-
   function toggle_section(what) {
     var id = what.id;
     var isDisabled;
@@ -26,7 +21,7 @@
   }
 </SCRIPT>
 
-<FORM ACTION="process/bulk-part_pkg.html" METHOD="POST">
+<FORM ACTION="process/bulk-part_pkg.html" METHOD="POST" onsubmit="return confirm('Edit these packages?');">
 <TABLE>
   <TR>
     <TD VALIGN="top">
@@ -72,7 +67,7 @@ Edit pricing fields.
  </TABLE>
 </DIV>
 <BR>
-<INPUT TYPE="submit" VALUE="Bulk change packages" onclick="areyousure()">
+<INPUT TYPE="submit" VALUE="Bulk change packages">
     </TD>
     <TD WIDTH="5">&nbsp;</TD>
     <TD VALIGN="top">