Revision 66c91148
Von Moritz Bunkus vor fast 16 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
|
||
if ($self->{"format"} =~ /(opendocument|oasis)/i) {
|
||
$template = OpenDocumentTemplate->new($self->{"IN"}, $self, $myconfig, $userspath);
|
||
$ext_for_format = 'odt';
|
||
$ext_for_format = $self->{"format"} =~ m/pdf/ ? 'pdf' : 'odt';
|
||
|
||
} elsif ($self->{"format"} =~ /(postscript|pdf)/i) {
|
||
$ENV{"TEXINPUTS"} = ".:" . getcwd() . "/" . $myconfig->{"templates"} . ":" . $ENV{"TEXINPUTS"};
|
Auch abrufbar als: Unified diff
Beim Versenden von Emails mit PDFs aus OpenDocument den MIME-Typen und Dateinamen richtig setzen.