Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ce47a234

Von Thomas Kasulke vor mehr als 17 Jahren hinzugefügt

  • ID ce47a2340ef118b494854deae1b0ddc74b1d1c5a
  • Vorgänger 7ff2b447
  • Nachfolger a4518c4d

neuen button und Funktion für "als bezahlt markieren" eingeführt.

Unterschiede anzeigen:

bin/mozilla/ar.pl
818 818
    print qq|<input type=button class=submit onclick=set_history_window($form->{id}); name=history id=history value=| . $locale->text('history') . qq|>|;
819 819
  }
820 820
  # /button for saving history
821
  # mark_as_paid button 
822
  if($form->{id} ne "") {  
823
    print qq|<input type="submit" class="submit" name="action" value="| 
824
          . $locale->text('mark as paid') . qq|">|;
825
  }
826
  # /mark_as_paid button
827

  
821 828
  print "
822 829
</form>
823 830

  
......
828 835
  $lxdebug->leave_sub();
829 836
}
830 837

  
838
sub mark_as_paid {
839
  $lxdebug->enter_sub();
840
  $form->mark_as_paid(\%myconfig,"ar");  
841
  $lxdebug->leave_sub();
842
}
843

  
831 844
sub update {
832 845
  $lxdebug->enter_sub();
833 846

  

Auch abrufbar als: Unified diff