From f9e05e2778aa373cb29c2cc49a470b184981f24d Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Tue, 13 Aug 2002 15:01:58 +0000 Subject: Bug 24823 - show the last modified date at the top of show_bug Patch by vkissoyan@yahoo.com (Vaskin Kissoyan) r=bbaetz x2 --- template/en/default/global/header.html.tmpl | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'template/en/default/global/header.html.tmpl') diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index d4cd092f9..7e20de953 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -17,6 +17,7 @@ # Rights Reserved. # # Contributor(s): Gervase Markham + # Vaskin Kissoyan #%] [%# INTERFACE: @@ -24,6 +25,7 @@ # title: string. Page title. # h1: string. Main page header. # h2: string. Page subheader. + # h3: string. Right-aligned subheader. # bgcolor: string. the page's background color ("#rrggbb"). # onload: string. JavaScript code to run when the page finishes loading. # header_html: string. Any other HTML to go inside the tags. @@ -40,6 +42,7 @@ [% DEFAULT h1 = title h2 = "" + h3 = "" bgcolor = "#ffffff" onload = "" %] @@ -85,7 +88,7 @@ [% INCLUDE global/banner.html.tmpl %] [% IF h1 || h2 %] - +
- + + [% IF h3 %] + + [% END %]
@@ -96,8 +99,11 @@
   [% h2 %][% h3 %]
[% END %] -- cgit v1.2.3-24-g4f1b