Revision 01b3bcb9
Von Sven Schöling vor mehr als 12 Jahren hinzugefügt
SL/Dispatcher.pm | ||
---|---|---|
68 | 68 |
$::form->{error} = $::locale->text('The session is invalid or has expired.') if ($error_type eq 'session'); |
69 | 69 |
$::form->{error} = $::locale->text('Incorrect password!.') if ($error_type eq 'password'); |
70 | 70 |
$::myconfig{countrycode} = $::lx_office_conf{system}->{language}; |
71 |
$::form->{stylesheet} = 'css/lx-office-erp.css'; |
|
72 | 71 |
|
73 | 72 |
$::form->header; |
74 | 73 |
print $::form->parse_html_template($template); |
... | ... | |
221 | 220 |
if ($action) { |
222 | 221 |
$::instance_conf->init; |
223 | 222 |
|
224 |
map { $::form->{$_} = $::myconfig{$_} } qw(stylesheet charset)
|
|
223 |
map { $::form->{$_} = $::myconfig{$_} } qw(charset) |
|
225 | 224 |
unless $action eq 'save' && $::form->{type} eq 'preferences'; |
226 | 225 |
|
227 | 226 |
$::form->set_standard_title; |
... | ... | |
374 | 373 |
return unless @old_files; |
375 | 374 |
|
376 | 375 |
$::form->{title} = $::locale->text('Old configuration files'); |
377 |
$::form->{stylesheet} = 'lx-office-erp.css'; |
|
378 | 376 |
$::form->header; |
379 | 377 |
print $::form->parse_html_template('login/old_configuration_files', { FILES => \@old_files }); |
380 | 378 |
|
Auch abrufbar als: Unified diff
Stylesheets umorganisiert.
Doku in css/README.stylesheets