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/ar.pl
820 820
  print qq|<input class="submit" type="submit" name="action" id="update_button" value="| . $locale->text('Update') . qq|">\n|;
821 821

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

  
826 826
  if ($form->{id}) {
......
838 838

  
839 839
  } else {
840 840
    if ($transdate > $closedto) {
841
      print qq|<input class=submit type=submit name=action value="| . $locale->text('Post') .     qq|"> | .
841
      print qq| <input class=submit type=submit name=action value="| . $locale->text('Post') .     qq|"> | .
842 842
        NTI($cgi->submit('-name' => 'action', '-value' => $locale->text('Save draft'), '-class' => 'submit'));
843 843
    }
844 844
  }
......
849 849
  }
850 850
  # button for saving history
851 851
  if($form->{id} ne "") {
852
    print qq|<input type=button class=submit onclick=set_history_window($form->{id}); name=history id=history value=| . $locale->text('history') . qq|>|;
852
    print qq| <input type=button class=submit onclick=set_history_window($form->{id}); name=history id=history value=| . $locale->text('history') . qq|> |;
853 853
  }
854 854
  # /button for saving history
855 855
  # mark_as_paid button 

Auch abrufbar als: Unified diff