Umwandlung von Kunden- in Lieferantenauftag und umgekehrt: prepare_order erwartet...
[kivitendo-erp.git] / bin / mozilla / dn.pl
index 6cf7354..50c602b 100644 (file)
@@ -530,10 +530,14 @@ 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 type=hidden name=password value=$form->{password}>|;
+#print qq|
+# <input type="submit" name="action" value="|
+#     . $locale->text('Continue') . qq|">|;
+print 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()">|;
+    . $locale->text('Continue') . qq|" onclick="this.disabled=true; this.value='| . $locale->text("The dunning process started") . qq|'; document.Form.action.value='| . $locale->text('Continue') . qq|'; document.Form.submit()">|;
   if ($form->{menubar}) {
     require "$form->{path}/menu.pl";
     &menubar;