Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e9ae46a0

Von Philip Reetz vor mehr als 18 Jahren hinzugefügt

  • ID e9ae46a0d9e6d265a4aaaf89ff18e2f1fc3b1b3e
  • Vorgänger e0e6a9bb
  • Nachfolger bc6ceee1

Radierparagraph korrigiert

Unterschiede anzeigen:

bin/mozilla/ar.pl
$transdate = $form->datetonum($form->{transdate}, \%myconfig);
$closedto = $form->datetonum($form->{closedto}, \%myconfig);
if ($form->{id} && $form->{radier}) {
print qq|<input class=submit type=submit name=action value="|
. $locale->text('Update') . qq|">
|;
if (!$form->{revtrans}) {
if (!$form->{locked}) {
if ($form->{id}) {
if ($form->{radier}) {
print qq|<input class=submit type=submit name=action value="|
. $locale->text('Update') . qq|">
|;
if (!$form->{revtrans}) {
if (!$form->{locked}) {
print qq|
<input class=submit type=submit name=action value="|
. $locale->text('Post') . qq|">
<input class=submit type=submit name=action value="|
. $locale->text('Delete') . qq|">
|;
}
}
if ($transdate > $closedto) {
print qq|
<input class=submit type=submit name=action value="|
. $locale->text('Post') . qq|">
<input class=submit type=submit name=action value="|
. $locale->text('Delete') . qq|">
|;
<input class=submit type=submit name=action value="|
. $locale->text('Post as new') . qq|">
|;
}
}
if ($transdate > $closedto) {
print qq|
<input class=submit type=submit name=action value="|
. $locale->text('Post as new') . qq|">
|;
}
} else {
if ($transdate > $closedto) {
print qq|<input class=submit type=submit name=action value="|

Auch abrufbar als: Unified diff