summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
8b15dcb)
Enthält Vorschläge von Ronny Kumke und
behebt #2025
$_[0]->add_stylesheets(qw(
dhtmlsuite/menu-item.css
dhtmlsuite/menu-bar.css
$_[0]->add_stylesheets(qw(
dhtmlsuite/menu-item.css
dhtmlsuite/menu-bar.css
));
$_[0]->SUPER::stylesheets;
}
));
$_[0]->SUPER::stylesheets;
}
+ my $self = shift;
+ qw(
+ js/jquery.js
+ js/common.js
+ ),
+ $self->SUPER::use_javascript(@_);
+ my $self = shift;
+ qw(
+ main.css
+ ),
+ $self->SUPER::use_stylesheet(@_);