From: jocuri%softhome.net <> Date: Wed, 28 Apr 2004 07:17:55 +0000 (+0000) Subject: Patch for bug 241259: add a CSS tag for 'Additional Comments'; patch by Albert Ting... X-Git-Tag: bugzilla-2.18rc1~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67fc8f5fcb9141bd60c1cb5fec54fe19b67ca592;p=thirdparty%2Fbugzilla.git Patch for bug 241259: add a CSS tag for 'Additional Comments'; patch by Albert Ting ; r=vladd; a=justdave. --- diff --git a/css/edit_bug.css b/css/edit_bug.css index 64fa4cd71d..95fb629271 100644 --- a/css/edit_bug.css +++ b/css/edit_bug.css @@ -2,4 +2,6 @@ .bz_private { color: darkred ; background : #f3eeee ; } .bz_disabled { color: #a0a0a0 ; } +.bz_comment { background-color: #e0e0e0; } + table#flags th, table#flags td { vertical-align: baseline; text-align: left; } diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index e46b97f19b..a2ef46a8af 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -46,17 +46,19 @@
[% IF count > 0 %]
- ------- Additional Comment - #[% count %] From - - [% comment.name FILTER html %] - [%+ comment.time FILTER time %] - - [% IF mode == "edit" %] - - [% END %] - ------- + + ------- Additional Comment + #[% count %] From + + [% comment.name FILTER html %] + [%+ comment.time FILTER time %] + + [% IF mode == "edit" %] + + [% END %] + ------- + [% END %] [% IF mode == "edit" && isinsider %]