summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorwurblzap%gmail.com <>2005-12-12 16:33:41 +0100
committerwurblzap%gmail.com <>2005-12-12 16:33:41 +0100
commit54386ed0ff60e61046ed99bb4777c9b0e5c5689f (patch)
treec241a5ed2c1ad6f8f0177aa8b2e08ba9dac3dfc4 /template
parente2f691c9eb53c6a9c8b02b740b444e6d558e35e8 (diff)
downloadbugzilla-54386ed0ff60e61046ed99bb4777c9b0e5c5689f.tar.gz
bugzilla-54386ed0ff60e61046ed99bb4777c9b0e5c5689f.tar.xz
Bug 302694: Show multiple bugs emits errors about addReplyLink missing.
Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=justdave
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/comments.html.tmpl10
1 files changed, 6 insertions, 4 deletions
diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl
index 47c6edb61..9f0469a51 100644
--- a/template/en/default/bug/comments.html.tmpl
+++ b/template/en/default/bug/comments.html.tmpl
@@ -92,10 +92,12 @@
<tr>
<td align="left">
<b><a name="c0" href="show_bug.cgi?id=[% bug.bug_id %]#c0">
- Description</a>:</b>&nbsp;&nbsp;<script
- type="text/javascript"><!--
- addReplyLink(0);
- //--></script>
+ Description</a>:</b>&nbsp;&nbsp;
+ [% IF mode == "edit" %]
+ [%%]<script type="text/javascript"><!--
+ addReplyLink(0);
+ //--></script>
+ [% END %]
</td>
<td align="left" width="30%">
<b>Opened:</b> [% bug.creation_ts FILTER time %]