Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d63831cb

Von Philip Reetz vor fast 18 Jahren hinzugefügt

  • ID d63831cbaf332f5280fd92e6134229fa4c109e00
  • Vorgänger bd32b607
  • Nachfolger bf869421

Kleine Anpassungen beim Mahnwesen

Unterschiede anzeigen:

bin/mozilla/dn.pl
530 530

  
531 531
<input type=hidden name=path value=$form->{path}>
532 532
<input type=hidden name=login value=$form->{login}>
533
<input type=hidden name=password value=$form->{password}>
533
<input type=hidden name=password value=$form->{password}>|;
534
#print qq|
535
# <input type="submit" name="action" value="|
536
#     . $locale->text('Continue') . qq|">|;
537
print qq|
534 538
<input type="hidden" name="action">
535 539
<input type="submit" name="dummy" value="|
536
    . $locale->text('Continue') . qq|" onclick="this.disabled=true; this.value='| . $locale->text("The dunning process is started") . qq|'; document.Form.action.value='| . lc($locale->text('Continue') . qq|'; document.Form.submit()">|;
540
    . $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()">|;
537 541
  if ($form->{menubar}) {
538 542
    require "$form->{path}/menu.pl";
539 543
    &menubar;

Auch abrufbar als: Unified diff