Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 250a086b

Von Moritz Bunkus vor fast 18 Jahren hinzugefügt

  • ID 250a086bfcb9cb51fce6f347b295b3de6166ad83
  • Vorgänger 504c056a
  • Nachfolger dc45f08f

Mehr Optionen für print_options(), um bestimmte Einträge zu deaktivieren.

Unterschiede anzeigen:

bin/mozilla/io.pl
if ($form->{media} ne 'email');
push @FORMAT, grep $_,
($opendocument_templates && $openofficeorg_writer_bin && $xvfb_bin && (-x $openofficeorg_writer_bin) && (-x $xvfb_bin)) ?
($opendocument_templates && $openofficeorg_writer_bin && $xvfb_bin && (-x $openofficeorg_writer_bin) && (-x $xvfb_bin)
&& !$options->{no_opendocument}) ?
opthash("opendocument_pdf", $form->{DF}{"opendocument_pdf"}, $locale->text("PDF (OpenDocument/OASIS)")) : undef,
($latex_templates) ? (
opthash("pdf", $form->{DF}{pdf}, $locale->text('PDF')),
opthash("postscript", $form->{DF}{postscript}, $locale->text('Postscript'))
) : undef,
opthash("html", $form->{DF}{html}, "HTML"),
($opendocument_templates) ?
($latex_templates) ?
opthash("pdf", $form->{DF}{pdf}, $locale->text('PDF')) : undef,
($latex_templates && !$options->{no_postscript}) ?
opthash("postscript", $form->{DF}{postscript}, $locale->text('Postscript')) : undef,
(!$options->{no_html}) ?
opthash("html", $form->{DF}{html}, "HTML") : undef,
($opendocument_templates && !$options->{no_opendocument}) ?
opthash("opendocument", $form->{DF}{opendocument}, $locale->text("OpenDocument/OASIS")) : undef;
push @LANGUAGE_ID,

Auch abrufbar als: Unified diff