summaryrefslogtreecommitdiffstats
path: root/template/en/default/pages
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/pages')
-rw-r--r--template/en/default/pages/fields.html.tmpl6
-rw-r--r--template/en/default/pages/quicksearch.html.tmpl4
-rw-r--r--template/en/default/pages/release-notes.html.tmpl2
-rw-r--r--template/en/default/pages/release-notes3.html.tmpl2
4 files changed, 7 insertions, 7 deletions
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>