Package: bugzilla
Version: 2.22-1
Severity: minor
Tags: patch

params.css is not found because of missing 'webpath'

Here is the patch/diff:

--- template/en/default/global/header.html.tmpl.orig    2006-08-30
12:46:16.000000000 -0300
+++ template/en/default/global/header.html.tmpl 2006-08-30
12:34:01.000000000 -0300
@@ -92,7 +92,7 @@

     [% 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/')
                          FILTER html %]" rel="stylesheet"
type="text/css">



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)

Versions of packages bugzilla depends on:
ii  apache2                       2.0.55-4.1 next generation, scalable, extenda
ii  apache2-mpm-prefork [httpd]   2.0.55-4.1 traditional model for Apache2
ii  dbconfig-common               1.8.20     common framework for packaging dat
ii  debconf [debconf-2.0]         1.5.3      Debian configuration management sy
ii  libappconfig-perl             1.56-2     Perl module for configuration file
ii  libdbd-mysql-perl             3.0006-1   A Perl5 database interface to the 
ii  libmailtools-perl             1.74-0.1   Manipulate email in perl programs
ii  libmime-perl                  5.420-0.1  Perl5 modules for MIME-compliant m
ii  libtemplate-perl              2.14-1     template processing system written
ii  libtimedate-perl              1.1600-5   Time and date functions for Perl
ii  patch                         2.5.9-4    Apply a diff file to an original
ii  postfix [mail-transport-agent 2.2.10-2   A high-performance mail transport 
ii  ucf                           2.0013     Update Configuration File: preserv

Versions of packages bugzilla recommends:
ii  libchart-perl                 2.4.1-3    Chart Library for Perl
ii  libxml-parser-perl            2.34-4.1   Perl module for parsing XML files
ii  mysql-server                  5.0.24-1   mysql database server (current ver
ii  mysql-server-5.0 [mysql-serve 5.0.24-1   mysql database server binaries

-- debconf information excluded
--- template/en/default/global/header.html.tmpl.orig    2006-08-30 
12:46:16.000000000 -0300
+++ template/en/default/global/header.html.tmpl 2006-08-30 12:34:01.000000000 
-0300
@@ -92,7 +92,7 @@
 
     [% 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/')
                          FILTER html %]" rel="stylesheet" type="text/css">

Reply via email to