From 29a562e5c22fd8437610edb3ceafc8c93ccfd610 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 30 Aug 2005 23:47:25 +0000 Subject: Bug 275608: The group selection when editing flag types should be a listbox with (no group) meaning no restriction - Patch by Frédéric Buclin r=GavinS 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 | 24 ++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 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 8491a1e7f..6016fcfae 100644 --- a/template/en/default/admin/flag-type/edit.html.tmpl +++ b/template/en/default/admin/flag-type/edit.html.tmpl @@ -195,8 +195,8 @@ Grant Group: the group allowed to grant/deny flags of this type - (to allow all users to grant/deny these flags, leave this empty)
- + (to allow all users to grant/deny these flags, select no group)
+ [% PROCESS select selname = "grant_gid" %] @@ -204,9 +204,9 @@ Request Group: if flags of this type are requestable, the group allowed to request them - (to allow all users to request these flags, leave this empty)
+ (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" %] @@ -225,3 +225,19 @@ [% PROCESS global/footer.html.tmpl %] + + +[%############################################################################%] +[%# Block for SELECT fields #%] +[%############################################################################%] + +[% BLOCK select %] + +[% END %] -- cgit v1.2.3-24-g4f1b