]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 241259: add a CSS tag for 'Additional Comments'; patch by Albert Ting...
authorjocuri%softhome.net <>
Wed, 28 Apr 2004 07:17:55 +0000 (07:17 +0000)
committerjocuri%softhome.net <>
Wed, 28 Apr 2004 07:17:55 +0000 (07:17 +0000)
css/edit_bug.css
template/en/default/bug/comments.html.tmpl

index 64fa4cd71d0b7505fe15e790afdcb3d59a9f4381..95fb629271c6e18d7b4b56096750eb71650e827b 100644 (file)
@@ -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; }
index e46b97f19b56609ef34a3608fd63d0984841eed3..a2ef46a8af3d1be5272c6ac6930e0350a13dba61 100644 (file)
     <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 %]