Commit 67fc8f5f authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 241259: add a CSS tag for 'Additional Comments'; patch by Albert…

Patch for bug 241259: add a CSS tag for 'Additional Comments'; patch by Albert Ting <altlst@sonic.net>; r=vladd; a=justdave.
parent 2fcfe76f
......@@ -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; }
......@@ -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 %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment