Revision a3fb5023
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
SL/Layout/Javascript.pm | ||
---|---|---|
30 | 30 |
"</div>\n"; |
31 | 31 |
} |
32 | 32 |
|
33 |
sub stylesheets { |
|
34 |
$_[0]->add_stylesheets(qw( |
|
35 |
dhtmlsuite/menu-item.css |
|
36 |
dhtmlsuite/menu-bar.css |
|
37 |
)); |
|
38 |
$_[0]->SUPER::stylesheets; |
|
39 |
} |
|
40 |
|
|
33 | 41 |
sub display { |
34 | 42 |
my ($self) = @_; |
35 | 43 |
my $form = $main::form; |
Auch abrufbar als: Unified diff
Stylesheets im Javascript layout verwalten