Revision 3cd3e832
Von Moritz Bunkus vor fast 12 Jahren hinzugefügt
bin/mozilla/ar.pl | ||
---|---|---|
509 | 509 |
} |
510 | 510 |
if ($transdate > $closedto) { |
511 | 511 |
print qq| |
512 |
<input class=submit type=submit name=action value="| . $locale->text('Use As Template') . qq|"> |;
|
|
512 |
<input class=submit type=submit name=action value="| . $locale->text('Use As New') . qq|"> |;
|
|
513 | 513 |
} |
514 | 514 |
print qq| |
515 | 515 |
<input class=submit type=submit name=action value="| . $locale->text('Post Payment') . qq|"> |
... | ... | |
803 | 803 |
$main::lxdebug->leave_sub(); |
804 | 804 |
} |
805 | 805 |
|
806 |
sub use_as_template {
|
|
806 |
sub use_as_new {
|
|
807 | 807 |
$main::lxdebug->enter_sub(); |
808 | 808 |
|
809 | 809 |
$main::auth->assert('general_ledger'); |
Auch abrufbar als: Unified diff
Buttons "Als Vorlage verwenden" zwecks Einheitlichkeit
Siehe #2065.