From 126c681a05b4ce6bc3c0be34bf5335e170c596de Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sun, 2 Mar 2014 14:14:12 +0100 Subject: Bug 956190 (part 1): Merge index.css and page.css with global.css r/a=justdave --- template/en/default/index.html.tmpl | 1 - template/en/default/pages/fields.html.tmpl | 6 +++--- template/en/default/pages/quicksearch.html.tmpl | 4 ++-- template/en/default/pages/release-notes.html.tmpl | 2 +- template/en/default/pages/release-notes3.html.tmpl | 2 +- template/en/default/welcome-admin.html.tmpl | 1 - 6 files changed, 7 insertions(+), 9 deletions(-) (limited to 'template') 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'] %]

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'] %]

[% title FILTER html %]

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'] %]

Release Notes For Newer Versions

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' ] %]
-- cgit v1.2.3-24-g4f1b