Package: bugzilla
Version: 2.22-2
Severity: normal
Tags: patch
In header.html.tmpl are (remaining?) statements, that are pointing to
cgi-bin instead of webpath:
This patch is correcting the path:
--- ../../../en/default/global/header.html.tmpl 2006-08-21 14:18:43.000000000
+0200
+++ header.html.tmpl 2006-09-25 20:36:44.162769702 +0200
@@ -92,9 +92,9 @@
[% IF style_urls %]
[% FOREACH style_url = style_urls %]
- <link href="[% style_url FILTER html %]" rel="stylesheet"
type="text/css">
+ <link href="[% webpath %][% style_url FILTER html %]" rel="stylesheet"
type="text/css">
[% IF style_url.match('^skins/standard/') %]
- <link href="[% style_url.replace('^skins/standard/', 'skins/custom/')
+ <link href="[% webpath %][% style_url.replace('^skins/standard/',
'skins/custom/')
FILTER html %]" rel="stylesheet" type="text/css">
[% END %]
[% END %]
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (400, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-4-evms254-md-dm-static-initrd
Locale: LANG=C, LC_CTYPE=de_DE.utf-8 (charmap=UTF-8)
Versions of packages bugzilla depends on:
ii apache2 2.0.54-5sarge1 next generation, scalable, extenda
ii apache2-mpm-prefork [http 2.0.54-5sarge1 traditional model for Apache2
ii dbconfig-common 1.8.21~bpo.1 common framework for packaging dat
ii debconf [debconf-2.0] 1.4.30.13 Debian configuration management sy
ii libappconfig-perl 1.56-2 Perl module for configuration file
ii libdbd-mysql-perl 2.9006-1 A Perl5 database interface to the
ii libmailtools-perl 1.74-0.1 Manipulate email in perl programs
ii libmime-perl 5.417-1 Perl5 modules for MIME-compliant m
ii libtemplate-perl 2.14-1 template processing system written
ii libtimedate-perl 1.1600-4 Time and date functions for Perl
ii patch 2.5.9-2 Apply a diff file to an original
ii postfix [mail-transport-a 2.3.3-1~bpo.1 A high-performance mail transport
ii ucf 1.17 Update Configuration File: preserv
-- debconf information excluded
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]