diff options
author | lpsolit%gmail.com <> | 2005-08-10 10:53:51 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-08-10 10:53:51 +0200 |
commit | 37e00b47795f1075db5f09a4217955fa96e81a6d (patch) | |
tree | b739bc6f36c7066b65a737163a2f37d0e6b6a73b /template | |
parent | fbde642b89fbad421716d9635640c9074873ceaa (diff) | |
download | bugzilla-37e00b47795f1075db5f09a4217955fa96e81a6d.tar.gz bugzilla-37e00b47795f1075db5f09a4217955fa96e81a6d.tar.xz |
Bug 292096: Remove the extra Description label in long list format - Patch by Emmanuel Seyman <eseyman@linagora.com> r=LpSolit a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/comments.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/bug/show-multiple.html.tmpl | 5 |
2 files changed, 1 insertions, 6 deletions
diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index 89f75f05e..cf279d05d 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -83,7 +83,7 @@ //--></script> </td> <td align="left" width="30%"> - Opened: [% bug.creation_ts FILTER time %] + <b>Opened:</b> [% bug.creation_ts FILTER time %] </td> </tr> </table> diff --git a/template/en/default/bug/show-multiple.html.tmpl b/template/en/default/bug/show-multiple.html.tmpl index 8b42217c1..caacad766 100644 --- a/template/en/default/bug/show-multiple.html.tmpl +++ b/template/en/default/bug/show-multiple.html.tmpl @@ -188,11 +188,6 @@ [% bug.creation_ts FILTER time %] </td> </tr> - <tr> - <td colspan="4"> - <b>Description:</b> - </td> - </tr> </table> [% PROCESS bug/comments.html.tmpl |