From 674e70900d55c2d403ce88f9b6a0761b778ef104 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Wed, 18 Sep 2013 12:50:41 -0400 Subject: Bug 578434 - Bug group checkboxes lay out poorly beside attachment field - Backed out to make adjustments on screen size before the groups drop down https://bugzilla.mozilla.org/show_bug.cgi?id=578464 --- template/en/default/bug/comments.html.tmpl | 40 ++++++++++++++---------------- 1 file changed, 19 insertions(+), 21 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 2ea0c3c4c..61d1c67e0 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -55,28 +55,11 @@ [% sort_order = "oldest_to_newest" %] [% END %] - - -[% IF mode == "edit" %] - - - -[% END %] - + +
-
- Collapse All Comments | - Expand All Comments - [% IF user.settings.comment_box_position.value == "after_comments" && user.id %] - | - Add Comment - [% END %] -
-
+
+ [% FOREACH comment = comments %] [% IF comment.count >= start_at %] [% PROCESS a_comment %] @@ -97,6 +80,21 @@ #%] [% Hook.process("aftercomments") %] + + [% IF mode == "edit" %] + + [% END %]
-- cgit v1.2.3-24-g4f1b