From 677ca493285e7b111045d43a8931a88106974c34 Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Sat, 19 Feb 2011 00:06:59 +0000 Subject: Fix Layout by putting the "comment box" after the comments Add branch for told templates and future ones --- template/en/default/bug/edit.html.tmpl | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 8544147..e8c05a1 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -211,11 +211,17 @@ + [%# *** Additional Comments *** %] +
+ [% PROCESS bug/comments.html.tmpl + comments = bug.comments + mode = user.id ? "edit" : "show" + %] +
- [% IF user.is_timetracker %] - [% PROCESS section_timetracking %] - [% END %] + + [% PROCESS comment_box %] [%# *** Attachments *** %] @@ -226,21 +232,12 @@ show_attachment_flags = bug.show_attachment_flags %] - [% PROCESS comment_box %] [% PROCESS section_restrict_visibility %]
- [%# *** Additional Comments *** %] -
- [% PROCESS bug/comments.html.tmpl - comments = bug.comments - mode = user.id ? "edit" : "show" - %] -
- [%############################################################################%] -- cgit v1.2.1