diff options
author | bbaetz%student.usyd.edu.au <> | 2002-08-13 17:01:58 +0200 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-08-13 17:01:58 +0200 |
commit | f9e05e2778aa373cb29c2cc49a470b184981f24d (patch) | |
tree | f77a750531cc9d7367f1204261b4c08fd8f490a7 /template/en/default/bug | |
parent | 9b22dcde525cb7e0b0b88b80d627e7e1d3dd5e6c (diff) | |
download | bugzilla-f9e05e2778aa373cb29c2cc49a470b184981f24d.tar.gz bugzilla-f9e05e2778aa373cb29c2cc49a470b184981f24d.tar.xz |
Bug 24823 - show the last modified date at the top of show_bug
Patch by vkissoyan@yahoo.com (Vaskin Kissoyan)
r=bbaetz x2
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
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 <gerv@gerv.net> + # Vaskin Kissoyan <vkissoyan@yahoo.com> #%] [% 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 %] |