Revision 0f179c9a
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
bin/mozilla/admin.pl | ||
---|---|---|
91 | 91 |
$locale = $::locale; |
92 | 92 |
$auth = $::auth; |
93 | 93 |
|
94 |
$form->{stylesheet} = "lx-office-erp.css";
|
|
94 |
$request->{layout}->use_stylesheet("lx-office-erp.css");
|
|
95 | 95 |
$form->{favicon} = "favicon.ico"; |
96 | 96 |
|
97 | 97 |
if ($form->{action}) { |
... | ... | |
703 | 703 |
my $form = $main::form; |
704 | 704 |
my $locale = $main::locale; |
705 | 705 |
|
706 |
$form->{stylesheet} = "lx-office-erp.css";
|
|
706 |
$::request->{layout}->use_stylesheet("lx-office-erp.css");
|
|
707 | 707 |
$form->{title} = $locale->text("Dataset upgrade"); |
708 | 708 |
$form->header(); |
709 | 709 |
|
Auch abrufbar als: Unified diff
stylesheet/javascript handling verbessert