From d401c8a87376315379e727c15541f51d007cf05b Mon Sep 17 00:00:00 2001 From: vfilippov Date: Thu, 5 Jul 2012 10:22:39 +0000 Subject: [PATCH] Bug 102958 - Redesign of group control form git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1581 6955db30-a419-402b-8a0d-67ecbb4d7f56 --- template/en/default/admin/products/groupcontrol/edit.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/en/default/admin/products/groupcontrol/edit.html.tmpl b/template/en/default/admin/products/groupcontrol/edit.html.tmpl index e215bc750..e76159628 100644 --- a/template/en/default/admin/products/groupcontrol/edit.html.tmpl +++ b/template/en/default/admin/products/groupcontrol/edit.html.tmpl @@ -227,7 +227,7 @@ function addListGroup(list_name) [% group.name | html %]: [%+ PROCESS control_select id='membercontrol_' _ group.id, control=group.membercontrol %] / [%+ PROCESS control_select id='othercontrol_' _ group.id, control=group.othercontrol %] - (used in [% group.bug_count %] bugs) + (used in [% group.bug_count || 0 %] bugs) [% END %] [% END %]