Revision be6f6cfd
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/Controller/Base.pm | ||
---|---|---|
55 | 55 |
my $content_type = $options->{type} eq 'js' ? 'text/javascript' : 'text/html'; |
56 | 56 |
|
57 | 57 |
print $::form->create_http_response(content_type => $content_type, |
58 |
charset => $::dbcharset || Common::DEFAULT_CHARSET());
|
|
58 |
charset => $::lx_office_conf{system}->{dbcharset} || Common::DEFAULT_CHARSET());
|
|
59 | 59 |
|
60 | 60 |
} else { |
61 | 61 |
$::form->{title} = $locals{title} if $locals{title}; |
... | ... | |
67 | 67 |
AUTH => $::auth, |
68 | 68 |
FORM => $::form, |
69 | 69 |
LOCALE => $::locale, |
70 |
LXCONFIG => { dbcharset => $::dbcharset,
|
|
71 |
webdav => $::webdav,
|
|
72 |
lizenzen => $::lizenzen,
|
|
70 |
LXCONFIG => { dbcharset => $::lx_office_conf{system}->{dbcharset},
|
|
71 |
webdav => $::lx_office_conf{system}->{webdav},
|
|
72 |
lizenzen => $::lx_office_conf{system}->{lizenzen},
|
|
73 | 73 |
latex_templates => $::lx_office_conf{print_templates}->{latex}, |
74 | 74 |
opendocument_templates => $::lx_office_conf{print_templates}->{opendocument}, |
75 |
vertreter => $::vertreter,
|
|
76 |
show_best_before => $::show_best_before,
|
|
75 |
vertreter => $::lx_office_conf{system}->{vertreter},
|
|
76 |
show_best_before => $::lx_office_conf{system}->{show_best_before},
|
|
77 | 77 |
}, |
78 | 78 |
LXDEBUG => $::lxdebug, |
79 | 79 |
MYCONFIG => \%::myconfig, |
Auch abrufbar als: Unified diff
Globale Variablen für Systemeinstellungen und Features nach %::lx_office_conf verschoben
Betroffen sind:
$webdav
$vertreter
$lizenzen
$show_best_before
$parts_show_image
$parts_image_css
$parts_listing_images
$eur
$dbcharset
$language