Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0e04eb10

Von Sven Schöling vor mehr als 17 Jahren hinzugefügt

  • ID 0e04eb10c32dc41d1a0e91959f9c1465507fd9b5
  • Vorgänger 090de47c
  • Nachfolger bee7eaaa

Space zwischen den buttons

Unterschiede anzeigen:

bin/mozilla/ap.pl
780 780
    }
781 781

  
782 782
    # ToDO: - insert a global check for stornos, so that a storno is only possible a limited time after saving it
783
    print qq|<input class=submit type=submit name=action value="| . $locale->text('Storno') . qq|"> |
783
    print qq| <input class=submit type=submit name=action value="| . $locale->text('Storno') . qq|"> |
784 784
      if ($form->{id} && !IS->has_storno(\%myconfig, $form, 'ap') && !IS->is_storno(\%myconfig, $form, 'ap'));
785 785

  
786 786
    print qq| <input class=submit type=submit name=action value="| . $locale->text('Post Payment') . qq|">
......
793 793
  }
794 794
  # button for saving history
795 795
  if($form->{id} ne "") {
796
    print qq| <input type="button" class="submit" onclick="set_history_window($form->{id});" name="history" id="history" value="| . $locale->text('history') . qq|">|;
796
    print qq| <input type="button" class="submit" onclick="set_history_window($form->{id});" name="history" id="history" value="| . $locale->text('history') . qq|"> |;
797 797
  }
798 798
  # /button for saving history
799 799
  # mark_as_paid button 
800 800
  if($form->{id} ne "") {  
801
    print qq|<input type="submit" class="submit" name="action" value="| 
802
          . $locale->text('mark as paid') . qq|">|;
801
    print qq| <input type="submit" class="submit" name="action" value="| . $locale->text('mark as paid') . qq|"> |;
803 802
  }
804 803
  # /mark_as_paid button
805 804
  print "

Auch abrufbar als: Unified diff