diff options
author | Andreas Unterkircher <unki@srv-vie-puppet.vie.mm-karton.com> | 2008-11-29 12:36:26 +0100 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.net> | 2017-10-19 06:38:01 +0200 |
commit | e9b948eb6c8b1ca1889ee4b65a5e1850bc9460c9 (patch) | |
tree | 59581c282a7f7ae1e0facb3cf1e0d6a9dab7374b | |
parent | 88a3a560e3c0327c14bb982df10317e8d515de2d (diff) | |
download | exilog-e9b948eb6c8b1ca1889ee4b65a5e1850bc9460c9.zip exilog-e9b948eb6c8b1ca1889ee4b65a5e1850bc9460c9.tar.gz exilog-e9b948eb6c8b1ca1889ee4b65a5e1850bc9460c9.tar.bz2 |
set absolut path to icons, stylesheet and jscript
Signed-off-by: Andreas Unterkircher <unki@srv-vie-puppet.vie.mm-karton.com>
-rw-r--r-- | cgi/exilog_cgi_queues.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/exilog_cgi_queues.pm b/cgi/exilog_cgi_queues.pm index ec018a9..1b1158e 100644 --- a/cgi/exilog_cgi_queues.pm +++ b/cgi/exilog_cgi_queues.pm @@ -52,7 +52,7 @@ sub _print_Queue_selector { $q->table({-cellspacing=>0,-cellpadding=>4,-border=>0}, $q->Tr( $q->td({-align=>"left",-valign=>"top",-style=>"width: 16px;"}, - $q->img({-src=>"icons/server.png"}) + $q->img({-src=>$config->{web}->{webroot}."icons/server.png"}) ), $q->td({-align=>"left",-valign=>"top",-style=>"width: 100px;"}, "Servers" |