summaryrefslogtreecommitdiffstats
path: root/template/en/default
diff options
context:
space:
mode:
authormyk%mozilla.org <>2004-10-22 04:02:28 +0200
committermyk%mozilla.org <>2004-10-22 04:02:28 +0200
commite843ae2a6b0bf8ede1b3bca296a397e07501c26a (patch)
tree81e69ad137c97c866a9b945e88c15558c6ab6921 /template/en/default
parentb50ddb431c7dcc0ce21a963c5140c6c7f5f8398d (diff)
downloadbugzilla-e843ae2a6b0bf8ede1b3bca296a397e07501c26a.tar.gz
bugzilla-e843ae2a6b0bf8ede1b3bca296a397e07501c26a.tar.xz
Fix for bug 256207: moves CSS files to skins/standard/ as part of CSS plan; r=gerv, a=justdave
Diffstat (limited to 'template/en/default')
-rw-r--r--template/en/default/bug/show-multiple.html.tmpl2
-rw-r--r--template/en/default/global/header.html.tmpl2
-rw-r--r--template/en/default/list/list-simple.html.tmpl2
-rw-r--r--template/en/default/list/list.html.tmpl2
-rw-r--r--template/en/default/sidebar.xul.tmpl2
5 files changed, 5 insertions, 5 deletions
diff --git a/template/en/default/bug/show-multiple.html.tmpl b/template/en/default/bug/show-multiple.html.tmpl
index 8cf86dd5f..094d04126 100644
--- a/template/en/default/bug/show-multiple.html.tmpl
+++ b/template/en/default/bug/show-multiple.html.tmpl
@@ -24,7 +24,7 @@
[% PROCESS global/header.html.tmpl
title = "Full Text $terms.Bug Listing"
- style_urls = [ "css/show_multiple.css" ]
+ style_urls = [ "skins/standard/show_multiple.css" ]
%]
[% PROCESS bug/time.html.tmpl %]
[% IF bugs.first %]
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl
index e4ffc12d0..934da137b 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -80,7 +80,7 @@
[%+ INCLUDE "global/help-header.html.tmpl" %]
- <link href="css/global.css" rel="stylesheet" type="text/css">
+ <link href="skins/standard/global.css" rel="stylesheet" type="text/css">
[% IF style %]
<style type="text/css">
diff --git a/template/en/default/list/list-simple.html.tmpl b/template/en/default/list/list-simple.html.tmpl
index 27271ac5b..c7cd2a490 100644
--- a/template/en/default/list/list-simple.html.tmpl
+++ b/template/en/default/list/list-simple.html.tmpl
@@ -41,7 +41,7 @@
<head>
<title>[% title %]</title>
- <link href="css/buglist.css" rel="stylesheet" type="text/css">
+ <link href="skins/standard/buglist.css" rel="stylesheet" type="text/css">
</head>
<body>
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl
index 80348906f..48759ceb7 100644
--- a/template/en/default/list/list.html.tmpl
+++ b/template/en/default/list/list.html.tmpl
@@ -36,7 +36,7 @@
[% title = title _ ": " _ searchname %]
[% END %]
-[% style_urls = [ "css/buglist.css" ] %]
+[% style_urls = [ "skins/standard/buglist.css" ] %]
[% qorder = order FILTER url_quote IF order %]
[% message = "buglist_sorted_by_relevance" IF sorted_by_relevance %]
diff --git a/template/en/default/sidebar.xul.tmpl b/template/en/default/sidebar.xul.tmpl
index 802fd9f23..f510206d9 100644
--- a/template/en/default/sidebar.xul.tmpl
+++ b/template/en/default/sidebar.xul.tmpl
@@ -27,7 +27,7 @@
<?xml version="1.0"?>
<!-- [% template_version %] -->
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
-<?xml-stylesheet href="[% Param('urlbase') %]css/panel.css" type="text/css"?>
+<?xml-stylesheet href="[% Param('urlbase') %]skins/standard/panel.css" type="text/css"?>
<window
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"