Revision e9ae46a0
Von Philip Reetz vor etwa 18 Jahren hinzugefügt
bin/mozilla/ar.pl | ||
---|---|---|
739 | 739 |
$transdate = $form->datetonum($form->{transdate}, \%myconfig); |
740 | 740 |
$closedto = $form->datetonum($form->{closedto}, \%myconfig); |
741 | 741 |
|
742 |
if ($form->{id} && $form->{radier}) { |
|
743 |
|
|
744 |
print qq|<input class=submit type=submit name=action value="| |
|
745 |
. $locale->text('Update') . qq|"> |
|
746 |
|; |
|
747 |
|
|
748 |
if (!$form->{revtrans}) { |
|
749 |
if (!$form->{locked}) { |
|
742 |
if ($form->{id}) { |
|
743 |
if ($form->{radier}) { |
|
744 |
print qq|<input class=submit type=submit name=action value="| |
|
745 |
. $locale->text('Update') . qq|"> |
|
746 |
|; |
|
747 |
|
|
748 |
if (!$form->{revtrans}) { |
|
749 |
if (!$form->{locked}) { |
|
750 |
print qq| |
|
751 |
<input class=submit type=submit name=action value="| |
|
752 |
. $locale->text('Post') . qq|"> |
|
753 |
<input class=submit type=submit name=action value="| |
|
754 |
. $locale->text('Delete') . qq|"> |
|
755 |
|; |
|
756 |
} |
|
757 |
} |
|
758 |
|
|
759 |
if ($transdate > $closedto) { |
|
750 | 760 |
print qq| |
751 |
<input class=submit type=submit name=action value="| |
|
752 |
. $locale->text('Post') . qq|"> |
|
753 |
<input class=submit type=submit name=action value="| |
|
754 |
. $locale->text('Delete') . qq|"> |
|
755 |
|; |
|
761 |
<input class=submit type=submit name=action value="| |
|
762 |
. $locale->text('Post as new') . qq|"> |
|
763 |
|; |
|
756 | 764 |
} |
757 | 765 |
} |
758 |
|
|
759 |
if ($transdate > $closedto) { |
|
760 |
print qq| |
|
761 |
<input class=submit type=submit name=action value="| |
|
762 |
. $locale->text('Post as new') . qq|"> |
|
763 |
|; |
|
764 |
} |
|
765 |
|
|
766 | 766 |
} else { |
767 | 767 |
if ($transdate > $closedto) { |
768 | 768 |
print qq|<input class=submit type=submit name=action value="| |
Auch abrufbar als: Unified diff
Radierparagraph korrigiert