diff options
author | jocuri%softhome.net <> | 2004-04-28 09:17:55 +0200 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-04-28 09:17:55 +0200 |
commit | 67fc8f5fcb9141bd60c1cb5fec54fe19b67ca592 (patch) | |
tree | abbd27fb7fa933c01c1852f046a17abc8394d7fb /template/en | |
parent | 2fcfe76fe9bc13a2412f6afdd80d55d061a2c2ad (diff) | |
download | bugzilla-67fc8f5fcb9141bd60c1cb5fec54fe19b67ca592.tar.gz bugzilla-67fc8f5fcb9141bd60c1cb5fec54fe19b67ca592.tar.xz |
Patch for bug 241259: add a CSS tag for 'Additional Comments'; patch by Albert Ting <altlst@sonic.net>; r=vladd; a=justdave.
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/bug/comments.html.tmpl | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index e46b97f19..a2ef46a8a 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -46,17 +46,19 @@ <div [% "class=\"bz_private\"" IF comment.isprivate %]> [% IF count > 0 %] <br> - ------- <i>Additional Comment - <a name="c[% count %]" href="#c[% count %]">#[% count %]</a> From - <a href="mailto:[% comment.email FILTER html %]"> - [% comment.name FILTER html %]</a> - [%+ comment.time FILTER time %] - </i> - [% IF mode == "edit" %] - <script type="text/javascript" language="JavaScript"><!-- - addReplyLink([% count %]); //--></script> - [% END %] - ------- + <span class="bz_comment"> + ------- <i>Additional Comment + <a name="c[% count %]" href="#c[% count %]">#[% count %]</a> From + <a href="mailto:[% comment.email FILTER html %]"> + [% comment.name FILTER html %]</a> + [%+ comment.time FILTER time %] + </i> + [% IF mode == "edit" %] + <script type="text/javascript" language="JavaScript"><!-- + addReplyLink([% count %]); //--></script> + [% END %] + ------- + </span> [% END %] [% IF mode == "edit" && isinsider %] |