From 63567a9c3bec7acd722db01929ad7d64d36d02df Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 7 Apr 2015 13:54:20 +0800 Subject: Bug 1146760: cannot add other people to the cc list --- .../BugModal/template/en/default/bug_modal/edit.html.tmpl | 14 ++++++++++++++ .../BugModal/template/en/default/bug_modal/field.html.tmpl | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) (limited to 'extensions/BugModal/template/en') diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl index 29b2a1e40..75aab63d3 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -518,6 +518,20 @@ label = "CC" hide_on_view = bug.cc.size == 0 %] + + [% IF user.id %] + + + [% END %] + [% IF bug.cc && bug.cc.size %] diff --git a/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl index 787b8d9f1..d89c22868 100644 --- a/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl @@ -280,7 +280,7 @@ END; [% END %] [% IF edit %] - + [% END %] [% END %] -- cgit v1.2.3-24-g4f1b