Button in der Mahnansicht deaktivieren nach Start des Mahnprozess
authorPhilip Reetz <p.reetz@linet-services.de>
Thu, 14 Dec 2006 10:25:30 +0000 (10:25 +0000)
committerPhilip Reetz <p.reetz@linet-services.de>
Thu, 14 Dec 2006 10:25:30 +0000 (10:25 +0000)
bin/mozilla/dn.pl

index c1d0f8b..6cf7354 100644 (file)
@@ -448,7 +448,7 @@ sub show_invoices {
 <body>
 <script type="text/javascript" src="js/common.js"></script>
 <script type="text/javascript" src="js/dunning.js"></script>
-<form method=post action=$form->{script}>
+<form name=Form method=post action=$form->{script}>
 
 
 <table width=100%>
@@ -531,10 +531,9 @@ print qq|
 <input type=hidden name=path value=$form->{path}>
 <input type=hidden name=login value=$form->{login}>
 <input type=hidden name=password value=$form->{password}>
-
-<input class=submit type=submit name=action value="|
-    . $locale->text('Continue') . qq|">|;
-
+<input type="hidden" name="action">
+<input type="submit" name="dummy" value="|
+    . $locale->text('Continue') . qq|" onclick="this.disabled=true; this.value='Mahnprozess wird gestartet'; document.Form.action.value='weiter'; document.Form.submit()">|;
   if ($form->{menubar}) {
     require "$form->{path}/menu.pl";
     &menubar;