From: Dave Lawrence Date: Thu, 30 Aug 2012 15:55:15 +0000 (-0400) Subject: Bug 786691 - Do not display the (more flags) link to logged out users as they cannot... X-Git-Tag: bugzilla-4.3.3~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45d5c7b55454698410c402016072ccfbfa116888;p=thirdparty%2Fbugzilla.git Bug 786691 - Do not display the (more flags) link to logged out users as they cannot set any flag r/a=LpSolit --- diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index ef45ca2527..f829bbb3d3 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -833,7 +833,7 @@ [% IF (type.flags && type.flags.size > 0) || (user.id && type.is_active) %] [% show_bug_flags = 1 %] [% END %] - [% IF type.is_active && (!type.flags || type.is_multiplicable) %] + [% IF user.id && type.is_active && (!type.flags || type.is_multiplicable) %] [% show_more_flags = 1 %] [% END %] [% IF type.flags && type.flags.size > 0 %]