From: Guy Pyrzak Date: Sat, 2 Oct 2010 23:37:52 +0000 (-0700) Subject: Bug 601218: Do not display (show) when the CC list is empty X-Git-Tag: bugzilla-4.1.1~243 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45071f40f52131bc605130c40352d477f85d0f05;p=thirdparty%2Fbugzilla.git Bug 601218: Do not display (show) when the CC list is empty r=LpSolit, a=LpSolit --- diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 3b2d4d29b5..ce8f76fdc9 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 %]