From ccbdbf2058bd2cf6374d51256b0f20f94ff8d77c Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Thu, 17 Feb 2005 03:31:44 +0000 Subject: Fix for bug 278125: converts Bugzilla header to structural HTML and stylistic CSS; Patch by Svetlana Harisova; r,a=myk --- template/en/default/global/header.html.tmpl | 39 ++++++++++++----------------- 1 file changed, 16 insertions(+), 23 deletions(-) (limited to 'template') diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index ee97e00eb..ac51f1c0b 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -18,6 +18,8 @@ # # Contributor(s): Gervase Markham # Vaskin Kissoyan + # Vitaly Harisov + # Svetlana Harisova #%] [%# INTERFACE: @@ -114,29 +116,20 @@ [% INCLUDE global/banner.html.tmpl %] -[% IF h1 || h2 %] - - - - - - [% IF h3 %] - - [% END %] - -
- - - - -
- [% h1 %] -
-
 [% h2 %][% h3 %]
-[% END %] + [% IF message %] -
- [% message %] -
+
[% message %]
[% END %] -- cgit v1.2.3-24-g4f1b