From fb364fe62e0733e9c593db8dd826be94c7d980db Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sun, 13 Dec 2009 22:47:33 +0000 Subject: Bug 524254: Make the comment box in bug/edit.html.tmpl into a BLOCK Patch by Max Kanat-Alexander r=LpSolit, a=LpSolit --- template/en/default/bug/comments.html.tmpl | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'template/en/default/bug/comments.html.tmpl') diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index 9a04b7147..41b91d79a 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -120,11 +120,10 @@ [% END %] [% END %] -[% IF mode == "edit" %] - Collapse All Comments - - Expand All Comments -
-[% END %] + + + + +
[% FOREACH comment = comments %] [% IF count >= start_at %] @@ -139,6 +138,19 @@ #%] [% Hook.process("aftercomments") %] + + [% IF mode == "edit" %] + + [% END %] +
+ [%############################################################################%] [%# Block for individual comments #%] [%############################################################################%] -- cgit v1.2.3-24-g4f1b