Patch for bug 241259: add a CSS tag for 'Additional Comments'; patch by Albert Ting <altlst@sonic.net>; r=vladd; a=justdave.

This commit is contained in:
jocuri%softhome.net 2004-04-28 00:17:56 +00:00
parent 9bd361a285
commit 720e095b0f
2 changed files with 15 additions and 11 deletions

View 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; }

View File

@ -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 %]