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/is.pl
1168 1168
  	  . Q($form->{id})
1169 1169
  	  . qq|);" name="history" id="history" value="|
1170 1170
  	  . $locale->text('history')
1171
  	  . qq|">|;
1171
  	  . qq|"> |;
1172 1172
  }
1173 1173
  # /button for saving history
1174

  
1175

  
1174
  
1175
  # mark_as_paid button 
1176
  if($form->{id} ne "") {  
1177
    print qq|<input type="submit" class="submit" name="action" value="| 
1178
          . $locale->text('mark as paid') . qq|">|;
1179
  }
1180
  # /mark_as_paid button
1176 1181
  print $form->write_trigger(\%myconfig, scalar(@triggers) / 3, @triggers) .
1177 1182
    qq|
1178 1183

  
......
1193 1198
  $lxdebug->leave_sub();
1194 1199
}
1195 1200

  
1201
sub mark_as_paid {
1202
  $lxdebug->enter_sub();
1203
  $form->mark_as_paid(\%myconfig,"ar");  
1204
  $lxdebug->leave_sub();
1205
}
1206

  
1196 1207
sub update {
1197 1208
  $lxdebug->enter_sub();
1198 1209

  

Auch abrufbar als: Unified diff