From 6a58d3ebb9fc536ba8c16a374787077f21b94c89 Mon Sep 17 00:00:00 2001 From: "wurblzap%gmail.com" <> Date: Fri, 3 Aug 2007 03:38:37 +0000 Subject: Bug 380187 – Bugzilla should support RADIUS authentication. Patch by Marc Schumann ; r=mkanat, a=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/admin/params/common.html.tmpl | 54 +++++++++++++++++++++++ 1 file changed, 54 insertions(+) (limited to 'template/en/default/admin/params/common.html.tmpl') diff --git a/template/en/default/admin/params/common.html.tmpl b/template/en/default/admin/params/common.html.tmpl index 34cd1d39c..4e2b8f821 100644 --- a/template/en/default/admin/params/common.html.tmpl +++ b/template/en/default/admin/params/common.html.tmpl @@ -17,11 +17,14 @@ # Rights Reserved. # # Contributor(s): Frédéric Buclin + # Marc Schumann #%] [%# INTERFACE: # panel: hash representing the current panel. #%] +[% sortlist_separator = '---' %] +
[% FOREACH param = panel.param_list %]
[% param.name FILTER html %]
@@ -53,6 +56,57 @@ [% END %] + [% ELSIF param.type == "o" %] + +
+ + [% boxSize = 7 %] + [% boxSize = 3 + param.choices.size IF param.choices.size < 7 %] + [% plist = Param(param.name).split(',') %] + + [% ELSIF param.type == "s" %]