From 686cf1ec3e3989b4f4b4b9a24aedee6ee2c3c660 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 12 Jul 2013 16:09:57 +0200 Subject: [PATCH] =?utf8?q?Partpicker:=20Suchicon=20im=20css=20Men=C3=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Layout/V3.pm | 2 +- SL/Presenter/Part.pm | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/SL/Layout/V3.pm b/SL/Layout/V3.pm index 03c6f3ebf..ed7733cb3 100644 --- a/SL/Layout/V3.pm +++ b/SL/Layout/V3.pm @@ -132,7 +132,7 @@ sub init_sub_layouts { sub use_stylesheet { my $self = shift; qw( - frame_header/header.css + icons16.css frame_header/header.css ), $self->SUPER::use_stylesheet(@_); } diff --git a/SL/Presenter/Part.pm b/SL/Presenter/Part.pm index 628ee2b63..4b7b15d3d 100644 --- a/SL/Presenter/Part.pm +++ b/SL/Presenter/Part.pm @@ -157,13 +157,7 @@ A clickable icon (popup trigger) attached to the dummy input, which triggers the =head1 BUGS -=over 4 - -=item * - -Popup triggers are not displayed with css menu, because the spritemap is not loaded. - -=back +None atm :) =head1 AUTHOR -- 2.20.1