Revision 66c91148
Von Moritz Bunkus vor mehr als 15 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
1194 | 1194 |
|
1195 | 1195 |
if ($self->{"format"} =~ /(opendocument|oasis)/i) { |
1196 | 1196 |
$template = OpenDocumentTemplate->new($self->{"IN"}, $self, $myconfig, $userspath); |
1197 |
$ext_for_format = 'odt'; |
|
1197 |
$ext_for_format = $self->{"format"} =~ m/pdf/ ? 'pdf' : 'odt';
|
|
1198 | 1198 |
|
1199 | 1199 |
} elsif ($self->{"format"} =~ /(postscript|pdf)/i) { |
1200 | 1200 |
$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.