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/bug/edit.html.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'template/en/default/bug') diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 699ee55ac..502952ef2 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -17,6 +17,7 @@ # Rights Reserved. # # Contributor(s): Gervase Markham + # Vaskin Kissoyan #%] [% filtered_desc = bug.short_desc FILTER html %] @@ -25,6 +26,7 @@ title = "Bug $bug.bug_id - $bug.short_desc" h1 = "Bugzilla Bug $bug.bug_id" h2 = filtered_desc + h3 = "Last modified: $bug.calc_disp_date" header_html = navigation_links %] [% END %] -- cgit v1.2.3-24-g4f1b