From: lpsolit%gmail.com <> Date: Mon, 6 Feb 2006 17:16:16 +0000 (+0000) Subject: Bug 325448: In editparams.cgi, radio button and checkbox descriptions should be enclo... X-Git-Tag: bugzilla-2.22rc1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6210108a551098485b101a3e6ecb78bab2ba3b74;p=thirdparty%2Fbugzilla.git Bug 325448: In editparams.cgi, radio button and checkbox descriptions should be enclosed in tags - Patch by Frédéric Buclin r/a=myk --- diff --git a/template/en/default/admin/params/common.html.tmpl b/template/en/default/admin/params/common.html.tmpl index a13babccb7..34cd1d39c5 100644 --- a/template/en/default/admin/params/common.html.tmpl +++ b/template/en/default/admin/params/common.html.tmpl @@ -34,10 +34,12 @@ [% ELSIF param.type == "b" %] - On - Off + + + + [% ELSIF param.type == "m" %] [% boxSize = 5 %] [% boxSize = param.choices.size IF param.choices.size < 5 %] @@ -47,7 +49,7 @@ [% FOREACH item = param.choices %] [% END %] @@ -67,7 +69,9 @@ [% END %]

- Reset + +