From 5ecf8a501a52ce675d9990ede5d165f789a7e1fc Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 25 Jul 2006 07:23:33 +0000 Subject: Bug 343810: Remove Bugzilla::FlagType::get() and implement real flagtype objects - Patch by Frédéric Buclin a=myk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/admin/flag-type/edit.html.tmpl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'template/en/default/admin/flag-type/edit.html.tmpl') diff --git a/template/en/default/admin/flag-type/edit.html.tmpl b/template/en/default/admin/flag-type/edit.html.tmpl index 7f88c62bc..5985e8db0 100644 --- a/template/en/default/admin/flag-type/edit.html.tmpl +++ b/template/en/default/admin/flag-type/edit.html.tmpl @@ -192,7 +192,7 @@ the group allowed to grant/deny flags of this type (to allow all users to grant/deny these flags, select no group)
- [% PROCESS select selname = "grant_gid" %] + [% PROCESS select selname = "grant_group" %] @@ -202,7 +202,7 @@ if flags of this type are requestable, the group allowed to request them (to allow all users to request these flags, select no group)
Note that the request group alone has no effect if the grant group is not defined!
- [% PROCESS select selname = "request_gid" %] + [% PROCESS select selname = "request_group" %] @@ -232,7 +232,8 @@ [% FOREACH group = groups %] [% END %] -- cgit v1.2.3-24-g4f1b