Revision a7403105
Von Moritz Bunkus vor etwa 18 Jahren hinzugefügt
bin/mozilla/rp.pl | ||
---|---|---|
2637 | 2637 |
$lxdebug->enter_sub(); |
2638 | 2638 |
|
2639 | 2639 |
$form->{sendmode} = "attachment"; |
2640 |
$form->{copies} = 2 unless $form->{copies}; |
|
2640 |
|
|
2641 |
$form->{"format"} = |
|
2642 |
$form->{"format"} ? $form->{"format"} : |
|
2643 |
$myconfig{"template_format"} ? $myconfig{"template_format"} : |
|
2644 |
"pdf"; |
|
2645 |
|
|
2646 |
$form->{"copies"} = |
|
2647 |
$form->{"copies"} ? $form->{"copies"} : |
|
2648 |
$myconfig{"copies"} ? $myconfig{"copies"} : |
|
2649 |
2; |
|
2641 | 2650 |
|
2642 | 2651 |
$form->{PD}{ $form->{type} } = "selected"; |
2643 | 2652 |
$form->{DF}{ $form->{format} } = "selected"; |
Auch abrufbar als: Unified diff
Das Vorlagenformat, das beim Aufrufen der Masken vorausgewählt ist, kann jetzt in den Benutzereinstellungen festgelegt werden.