Revision 0f69c726
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
bin/mozilla/common.pl | ||
---|---|---|
524 | 524 |
} |
525 | 525 |
$referer = $script . "?action=mark_as_paid&mark_as_paid=1&id=$form->{id}" . $callback; |
526 | 526 |
$form->header(); |
527 |
print qq|<body>|; |
|
528 | 527 |
print qq|<p><b>|.$locale->text('Mark as paid?').qq|</b></p>|; |
529 | 528 |
print qq|<input type="button" value="|.$locale->text('yes').qq|" onclick="document.location.href='|.$referer.qq|'"> |; |
530 | 529 |
print qq|<input type="button" value="|.$locale->text('no').qq|" onclick="javascript:history.back();">|; |
Auch abrufbar als: Unified diff
Manuelle ergänzungen zum vorherigen commit