diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-03-02 14:14:12 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-03-02 14:14:12 +0100 |
commit | 126c681a05b4ce6bc3c0be34bf5335e170c596de (patch) | |
tree | 14de0c5f1ee77c1ac78862a2454871046c9a62a0 /template/en/default | |
parent | 2cd9e8e510edecfc69afb055cc537ed3c5071c22 (diff) | |
download | bugzilla-126c681a05b4ce6bc3c0be34bf5335e170c596de.tar.gz bugzilla-126c681a05b4ce6bc3c0be34bf5335e170c596de.tar.xz |
Bug 956190 (part 1): Merge index.css and page.css with global.css
r/a=justdave
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/index.html.tmpl | 1 | ||||
-rw-r--r-- | template/en/default/pages/fields.html.tmpl | 6 | ||||
-rw-r--r-- | template/en/default/pages/quicksearch.html.tmpl | 4 | ||||
-rw-r--r-- | template/en/default/pages/release-notes.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/pages/release-notes3.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/welcome-admin.html.tmpl | 1 |
6 files changed, 7 insertions, 9 deletions
diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index 6904b9c94..aa50a60e9 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -14,7 +14,6 @@ title = "$terms.Bugzilla Main Page" header = "Main Page" header_addl_info = "version $constants.BUGZILLA_VERSION" - style_urls = [ 'skins/standard/index.css' ] %] [% IF release %] diff --git a/template/en/default/pages/fields.html.tmpl b/template/en/default/pages/fields.html.tmpl index 48b09aee0..8db61c519 100644 --- a/template/en/default/pages/fields.html.tmpl +++ b/template/en/default/pages/fields.html.tmpl @@ -6,9 +6,9 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% PROCESS global/header.html.tmpl - title = "$terms.Bug Fields" - style_urls = ['skins/standard/page.css'] +[% PROCESS global/header.html.tmpl + title = "$terms.Bug Fields" + bodyclasses = ['narrow_page'] %] <p>This page describes the various fields that you see diff --git a/template/en/default/pages/quicksearch.html.tmpl b/template/en/default/pages/quicksearch.html.tmpl index 3c8fcfbb2..8564f64d0 100644 --- a/template/en/default/pages/quicksearch.html.tmpl +++ b/template/en/default/pages/quicksearch.html.tmpl @@ -7,8 +7,8 @@ #%] [% INCLUDE global/header.html.tmpl - title = "$terms.Bugzilla QuickSearch", - style_urls = ['skins/standard/page.css'] + title = "$terms.Bugzilla QuickSearch" + bodyclasses = ['narrow_page'] %] [% USE Bugzilla %] diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index 887bfc5e7..226ba1457 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -9,7 +9,7 @@ [% SET title = "Bugzilla 4.4 Release Notes" %] [% INCLUDE global/header.html.tmpl title = title - style_urls = ['skins/standard/page.css'] + bodyclasses = ['narrow_page'] %] <h1>[% title FILTER html %]</h1> diff --git a/template/en/default/pages/release-notes3.html.tmpl b/template/en/default/pages/release-notes3.html.tmpl index bb63a9093..1dbbde8cb 100644 --- a/template/en/default/pages/release-notes3.html.tmpl +++ b/template/en/default/pages/release-notes3.html.tmpl @@ -9,7 +9,7 @@ [% SET title = "Bugzilla 3.6 Release Notes" %] [% INCLUDE global/header.html.tmpl title = title - style_urls = ['skins/standard/page.css'] + bodyclasses = ['narrow_page'] %] <h3>Release Notes For Newer Versions</h3> diff --git a/template/en/default/welcome-admin.html.tmpl b/template/en/default/welcome-admin.html.tmpl index 3902daf74..a9b30f68a 100644 --- a/template/en/default/welcome-admin.html.tmpl +++ b/template/en/default/welcome-admin.html.tmpl @@ -15,7 +15,6 @@ [% PROCESS global/header.html.tmpl title = title header_addl_info = "version $constants.BUGZILLA_VERSION" - style_urls = [ 'skins/standard/index.css' ] %] <div id="welcome-admin"> |