From 45071f40f52131bc605130c40352d477f85d0f05 Mon Sep 17 00:00:00 2001 From: Guy Pyrzak Date: Sat, 2 Oct 2010 16:37:52 -0700 Subject: Bug 601218: Do not display (show) when the CC list is empty r=LpSolit, a=LpSolit --- template/en/default/bug/edit.html.tmpl | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) (limited to 'template') diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 3b2d4d29b..ce8f76fdc 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -810,9 +810,11 @@ including you [% END %] [% END %] - - ([% IF user.id %]edit[% ELSE %]show[% END %]) - + [% IF user.id || bug.cc.size %] + + ([% IF user.id %]edit[% ELSE %]show[% END %]) + + [% END %]

[% IF user.id %] @@ -843,13 +845,15 @@ [% END %] [% END %]
- + [% IF user.id || bug.cc.size %] + + [% END %] [% END %] -- cgit v1.2.3-24-g4f1b